|
VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
Typedefs | |
| typedef uint32 | ColorSpec |
| ARGB (Alpha-Red-Green-Blue) More... | |
| typedef uint8 | ColorComponent |
| typedef int32 | KnobMode |
| Knob Mode Type. More... | |
| typedef uint32 | NoteExpressionTypeID |
| Note Expression Types. More... | |
| typedef double | NoteExpressionValue |
| Note Expression Value. More... | |
| typedef uint32 | PhysicalUITypeID |
| Physical UI Type. More... | |
| typedef uint32 | PrefetchableSupport |
| Prefetchable Support Type. More... | |
| typedef char16 | TChar |
| UTF-16 character. More... | |
| typedef TChar | String128[128] |
| 128 character UTF-16 string More... | |
| typedef const char8 * | CString |
| C-String. More... | |
| typedef int32 | MediaType |
| media type (audio/event) More... | |
| typedef int32 | BusDirection |
| bus direction (in/out) More... | |
| typedef int32 | BusType |
| bus type (main/aux) More... | |
| typedef int32 | IoMode |
| I/O mode (see vst3IoMode) More... | |
| typedef int32 | UnitID |
| unit identifier More... | |
| typedef double | ParamValue |
| parameter value type More... | |
| typedef uint32 | ParamID |
| parameter identifier More... | |
| typedef int32 | ProgramListID |
| program list identifier More... | |
| typedef int16 | CtrlNumber |
| MIDI controller number (see ControllerNumbers for allowed values) More... | |
| typedef double | TQuarterNotes |
| time expressed in quarter notes More... | |
| typedef int64 | TSamples |
| time expressed in audio samples More... | |
| typedef uint32 | ColorSpec |
| color defining by 4 component ARGB value (Alpha/Red/Green/Blue) More... | |
| typedef float | Sample32 |
| 32-bit precision audio sample More... | |
| typedef double | Sample64 |
| 64-bit precision audio sample More... | |
| typedef double | SampleRate |
| sample rate More... | |
| typedef uint64 | SpeakerArrangement |
| Bitset of speakers. More... | |
| typedef uint64 | Speaker |
| Bit for one speaker. More... | |
| typedef uint8 ColorComponent |
| typedef uint32 NoteExpressionTypeID |
Note Expression Types.
| typedef double NoteExpressionValue |
Note Expression Value.
| typedef uint32 PhysicalUITypeID |
Physical UI Type.
| typedef uint32 PrefetchableSupport |
Prefetchable Support Type.
| typedef TChar String128[128] |
128 character UTF-16 string
| typedef int32 BusDirection |
bus direction (in/out)
| typedef double ParamValue |
parameter value type
| typedef int32 ProgramListID |
program list identifier
| typedef int16 CtrlNumber |
MIDI controller number (see ControllerNumbers for allowed values)
| typedef double TQuarterNotes |
time expressed in quarter notes
| typedef float Sample32 |
32-bit precision audio sample
| typedef double Sample64 |
64-bit precision audio sample
| typedef double SampleRate |
sample rate
| typedef uint64 SpeakerArrangement |
Bitset of speakers.