HostCanDos Namespace Reference


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.


Detailed Description

hostCanDos strings Plug-in -> Host


Variable Documentation

const char* HostCanDos::canDoSendVstEvents = "sendVstEvents"

Host supports send of Vst events to plug-in.

const char* HostCanDos::canDoSendVstMidiEvent = "sendVstMidiEvent"

Host supports send of MIDI events to plug-in.

const char* HostCanDos::canDoSendVstTimeInfo = "sendVstTimeInfo"

Host supports send of VstTimeInfo to plug-in.

const char* HostCanDos::canDoReceiveVstEvents = "receiveVstEvents"

Host can receive Vst events from plug-in.

const char* HostCanDos::canDoReceiveVstMidiEvent = "receiveVstMidiEvent"

Host can receive MIDI events from plug-in.

const char* HostCanDos::canDoReportConnectionChanges = "reportConnectionChanges"

Host will indicates the plug-in when something change in plug-inīs routing/connections with suspend/resume/setSpeakerArrangement.

const char* HostCanDos::canDoAcceptIOChanges = "acceptIOChanges"

Host supports ioChanged ().

const char* HostCanDos::canDoSizeWindow = "sizeWindow"

used by VSTGUI

const char* HostCanDos::canDoOffline = "offline"

Host supports offline feature.

const char* HostCanDos::canDoOpenFileSelector = "openFileSelector"

Host supports function openFileSelector ().

const char* HostCanDos::canDoCloseFileSelector = "closeFileSelector"

Host supports function closeFileSelector ().

const char* HostCanDos::canDoStartStopProcess = "startStopProcess"

Host supports functions startProcess () and stopProcess ().

const char* HostCanDos::canDoShellCategory = "shellCategory"

'shell' handling via uniqueID. If supported by the Host and the Plug-in has the category kPlugCategShell

const char* HostCanDos::canDoSendVstMidiEventFlagIsRealtime = "sendVstMidiEventFlagIsRealtime"

Host supports flags for VstMidiEvent.

Empty


Copyright Đ2006 Steinberg Media Technologies. All Rights Reserved.