AUClient

AU client wrapper

Constructors

this
this(Client client, ComponentInstance componentInstance)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

beginParamEdit
void beginParamEdit(int paramIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
endParamEdit
void endParamEdit(int paramIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getDAW
DAW getDAW()
Undocumented in source. Be warned that the author may not have intended to support it.
openGUIAndReturnCocoaView
void* openGUIAndReturnCocoaView()
Undocumented in source. Be warned that the author may not have intended to support it.
paramAutomate
void paramAutomate(int paramIndex, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
requestResize
bool requestResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
sendAUEvent
void sendAUEvent(AudioUnitEventType type, ComponentInstance ci, int paramIndex)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_daw
DAW _daw;
Undocumented in source.

Inherited Members

From IHostCommand

beginParamEdit
void beginParamEdit(int paramIndex)
Undocumented in source.
paramAutomate
void paramAutomate(int paramIndex, float value)
Undocumented in source.
endParamEdit
void endParamEdit(int paramIndex)
Undocumented in source.
requestResize
bool requestResize(int width, int height)
Undocumented in source.
getDAW
DAW getDAW()
Undocumented in source.

Meta