#include "audioeffectx.h"
#include "aeffeditor.h"
Namespaces | |
namespace | HostCanDos |
namespace | PlugCanDos |
Variables | |
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. | |
const char * | PlugCanDos::canDoSendVstEvents = "sendVstEvents" |
plug-in will send Vst events to Host | |
const char * | PlugCanDos::canDoSendVstMidiEvent = "sendVstMidiEvent" |
plug-in will send MIDI events to Host | |
const char * | PlugCanDos::canDoReceiveVstEvents = "receiveVstEvents" |
plug-in can receive MIDI events from Host | |
const char * | PlugCanDos::canDoReceiveVstMidiEvent = "receiveVstMidiEvent" |
plug-in can receive MIDI events from Host | |
const char * | PlugCanDos::canDoReceiveVstTimeInfo = "receiveVstTimeInfo" |
plug-in can receive Time info from Host | |
const char * | PlugCanDos::canDoOffline = "offline" |
plug-in supports offline functions (offlineNotify, offlinePrepare, offlineRun) | |
const char * | PlugCanDos::canDoMidiProgramNames = "midiProgramNames" |
plug-in supports function getMidiProgramName () | |
const char * | PlugCanDos::canDoBypass = "bypass" |
plug-in supports function setBypass () |