| VST 3 Interfaces VST 3.7
    SDK for developing VST plug-in | 
Predefined Preset Attributes. More...
| Variables | |
| const CString | kPlugInName = "PlugInName" | 
| plug-in name  More... | |
| const CString | kPlugInCategory = "PlugInCategory" | 
| eg. "Fx|Dynamics", "Instrument", "Instrument|Synth"  More... | |
| const CString | kInstrument = "MusicalInstrument" | 
| eg. instrument group (like 'Piano' or 'Piano|A. Piano')  More... | |
| const CString | kStyle = "MusicalStyle" | 
| eg. 'Pop', 'Jazz', 'Classic'  More... | |
| const CString | kCharacter = "MusicalCharacter" | 
| eg. instrument nature (like 'Soft' 'Dry' 'Acoustic')  More... | |
| const CString | kStateType = "StateType" | 
| Type of the given state see StateType : Project / Default Preset or Normal Preset.  More... | |
| const CString | kFilePathStringType = "FilePathString" | 
| Full file path string (if available) where the preset comes from (be sure to use a bigger string when asking for it (with 1024 characters))  More... | |
| const CString | kName = "Name" | 
| name of the preset  More... | |
| const CString | kFileName = "FileName" | 
| filename of the preset (including extension)  More... | |
Predefined Preset Attributes.
| const CString kPlugInName = "PlugInName" | 
plug-in name
| const CString kPlugInCategory = "PlugInCategory" | 
eg. "Fx|Dynamics", "Instrument", "Instrument|Synth"
| const CString kInstrument = "MusicalInstrument" | 
eg. instrument group (like 'Piano' or 'Piano|A. Piano')
| const CString kStyle = "MusicalStyle" | 
eg. 'Pop', 'Jazz', 'Classic'
| const CString kCharacter = "MusicalCharacter" | 
eg. instrument nature (like 'Soft' 'Dry' 'Acoustic')
| const CString kStateType = "StateType" | 
Type of the given state see StateType : Project / Default Preset or Normal Preset.
| const CString kFilePathStringType = "FilePathString" | 
Full file path string (if available) where the preset comes from (be sure to use a bigger string when asking for it (with 1024 characters))
| const CString kName = "Name" | 
name of the preset
| const CString kFileName = "FileName" | 
filename of the preset (including extension)