Variables | |
const char * | canDoSendVstEvents = "sendVstEvents" |
Host supports send of Vst events to plug-in. | |
const char * | canDoSendVstMidiEvent = "sendVstMidiEvent" |
Host supports send of MIDI events to plug-in. | |
const char * | canDoSendVstTimeInfo = "sendVstTimeInfo" |
Host supports send of VstTimeInfo to plug-in. | |
const char * | canDoReceiveVstEvents = "receiveVstEvents" |
Host can receive Vst events from plug-in. | |
const char * | canDoReceiveVstMidiEvent = "receiveVstMidiEvent" |
Host can receive MIDI events from plug-in. | |
const char * | canDoReportConnectionChanges = "reportConnectionChanges" |
Host will indicates the plug-in when something change in plug-inīs routing/connections with suspend/resume/setSpeakerArrangement. | |
const char * | canDoAcceptIOChanges = "acceptIOChanges" |
Host supports ioChanged (). | |
const char * | canDoSizeWindow = "sizeWindow" |
used by VSTGUI | |
const char * | canDoOffline = "offline" |
Host supports offline feature. | |
const char * | canDoOpenFileSelector = "openFileSelector" |
Host supports function openFileSelector (). | |
const char * | canDoCloseFileSelector = "closeFileSelector" |
Host supports function closeFileSelector (). | |
const char * | canDoStartStopProcess = "startStopProcess" |
Host supports functions startProcess () and stopProcess (). | |
const char * | canDoShellCategory = "shellCategory" |
'shell' handling via uniqueID. If supported by the Host and the Plug-in has the category kPlugCategShell | |
const char * | canDoSendVstMidiEventFlagIsRealtime = "sendVstMidiEventFlagIsRealtime" |
Host supports flags for VstMidiEvent. |
|
Host supports ioChanged ().
|
|
Host supports function closeFileSelector ().
|
|
Host supports offline feature.
|
|
Host supports function openFileSelector ().
|
|
Host can receive Vst events from plug-in.
|
|
Host can receive MIDI events from plug-in.
|
|
Host will indicates the plug-in when something change in plug-inīs routing/connections with suspend/resume/setSpeakerArrangement.
|
|
Host supports send of Vst events to plug-in.
|
|
Host supports send of MIDI events to plug-in.
|
|
Host supports flags for VstMidiEvent.
|
|
Host supports send of VstTimeInfo to plug-in.
|
|
'shell' handling via uniqueID. If supported by the Host and the Plug-in has the category kPlugCategShell
|
|
used by VSTGUI
|
|
Host supports functions startProcess () and stopProcess ().
|