Capabilities
Gets VSTTimeInfo structure, null if not all flags are supported
Request plugin window resize.
Notifies the host that editing of a parameter has begun from UI side.
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.
Notifies the host that editing of a parameter has finished from UI side.
Requests to the host a resize of the plugin window's PARENT window, given logical pixels of plugin window.
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.
Report the identied host name (DAW). MAYDO: not available for LV2.
Gets the plugin format used at runtime. Version identifier may not be enough in the future, in case of unity builds.
Access to VST host from the VST client perspective. The IHostCommand subset is accessible from the plugin client with no knowledge of the format