FLHostCommand

Undocumented in source.

Constructors

this
this(TFruityPlugHost pHost, TPluginTag tag)
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.
disableIdleNotifications
void disableIdleNotifications()
Undocumented in source. Be warned that the author may not have intended to support it.
enableMIDIOut
void enableMIDIOut()
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.
getMixingTimeInTicks
void getMixingTimeInTicks(double ticks, double samplesOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
getPluginFormat
PluginFormat getPluginFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
notifyResized
bool notifyResized()
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.
reportLatency
void reportLatency(int latencySamples)
Undocumented in source. Be warned that the author may not have intended to support it.
requestResize
bool requestResize(int widthLogicalPixels, int heightLogicalPixels)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMIDIMessage
void sendMIDIMessage(uint Msg)
Undocumented in source. Be warned that the author may not have intended to support it.
setNumPresets
void setNumPresets(int numPresets)
Undocumented in source. Be warned that the author may not have intended to support it.
wantsMIDIInput
void wantsMIDIInput()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IHostCommand

beginParamEdit
void beginParamEdit(int paramIndex)

Notifies the host that editing of a parameter has begun from UI side.

paramAutomate
void paramAutomate(int paramIndex, float value)

Notifies the host that a parameter was edited from the UI side. This enables the host to record automation. It is illegal to call paramAutomate outside of a beginParamEdit/endParamEdit pair.

endParamEdit
void endParamEdit(int paramIndex)

Notifies the host that editing of a parameter has finished from UI side.

requestResize
bool requestResize(int widthLogicalPixels, int heightLogicalPixels)

Requests to the host a resize of the plugin window's PARENT window, given logical pixels of plugin window.

notifyResized
bool notifyResized()

Tells the host that the plugin window HAS resized already, and the parent need to update. Only useful for FL Studio own plugin format right now. To be useful, the requestResize must return false for this format, so that manual resize is performed.

getDAW
DAW getDAW()

Report the identied host name (DAW). MAYDO: not available for LV2.

getPluginFormat
PluginFormat getPluginFormat()

Gets the plugin format used at runtime. Version identifier may not be enough in the future, in case of unity builds.

Meta