VSTHostFromClientPOV

Access to VST host from the VST client perspective. The IHostCommand subset is accessible from the plugin client with no knowledge of the format

Members

Enums

HostCaps
enum HostCaps

Capabilities

Functions

getVSTTimeInfo
TimeInfo getVSTTimeInfo(long fallbackTimeInSamples)

Gets VSTTimeInfo structure, null if not all flags are supported

requestResize
bool requestResize(int width, int height)

Request plugin window resize.

wantEvents
void wantEvents()

Meta