| typedef char Steinberg::Vst::ChunkID[4] |
Definition at line 84 of file vstpresetfile.h.
| typedef char16 Steinberg::Vst::TChar |
| typedef TChar Steinberg::Vst::String128[128] |
| typedef const char8* Steinberg::Vst::CString |
| typedef int32 Steinberg::Vst::MediaType |
| typedef int32 Steinberg::Vst::BusDirection |
| typedef int32 Steinberg::Vst::BusType |
| typedef int32 Steinberg::Vst::IoMode |
| typedef int32 Steinberg::Vst::UnitID |
| typedef double Steinberg::Vst::ParamValue |
| typedef uint32 Steinberg::Vst::ParamID |
| typedef int32 Steinberg::Vst::ProgramListID |
| typedef int16 Steinberg::Vst::CtrlNumber |
| typedef double Steinberg::Vst::TQuarterNotes |
| typedef int64 Steinberg::Vst::TSamples |
| typedef float Steinberg::Vst::Sample32 |
| typedef double Steinberg::Vst::Sample64 |
| typedef double Steinberg::Vst::SampleRate |
| kHeader | |
| kComponentState | |
| kControllerState | |
| kProgramData | |
| kMetaInfo | |
| kChunkList | |
| kNumPresetChunks |
Definition at line 87 of file vstpresetfile.h.
Component Flags used as classFlags in PClassInfo2
| kDistributable | Component can be run on remote computer. |
| kSimpleModeSupported | Component supports simple io mode (or works in simple mode anyway). |
Definition at line 93 of file ivstaudioprocessor.h.
Symbolic sample size
Definition at line 104 of file ivstaudioprocessor.h.
Processing mode
| kRealtime | realtime |
| kPrefetch | prefetch (could be called faster than realtime, same quality level than realtime) |
| kOffline | offline (higher quality than Realtime could be used) |
Definition at line 113 of file ivstaudioprocessor.h.
Bus media types
Definition at line 63 of file ivstcomponent.h.
Bus directions
Definition at line 75 of file ivstcomponent.h.
Bus types
Definition at line 86 of file ivstcomponent.h.
I/O modes
Definition at line 97 of file ivstcomponent.h.
MIDI Controller Number
Definition at line 46 of file ivstmidicontrollers.h.
| kReloadComponent | the Component should be reloaded |
| kIoChanged | Input and/or Output Bus configuration has changed. |
| kParamValuesChanged | multiple parameter values have changed |
| kLatencyChanged | latency has changed (IAudioProcessor->getLatencySamples) |
| kParamTitlesChanged | parameter titles have changed |
Definition at line 85 of file vsttypes.h.
Speaker definition
Definition at line 97 of file vsttypes.h.
Definition at line 62 of file vstpresetfile.cpp.
| bool Steinberg::Vst::verify | ( | tresult | result | ) | [inline] |
Definition at line 72 of file vstpresetfile.cpp.
Definition at line 102 of file vstpresetfile.h.
| IMessage* Steinberg::Vst::allocateMessage | ( | IHostApplication * | host | ) | [inline] |
Definition at line 70 of file ivsthostapplication.h.
| const int32 Steinberg::Vst::kDefaultFactoryFlags = PFactoryInfo::kUnicode |