VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
Loading...
Searching...
No Matches
Predefined Preset Attributes

Variables

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)
 

Detailed Description

Variable Documentation

◆ kPlugInName

const CString kPlugInName = "PlugInName"

plug-in name

◆ kPlugInCategory

const CString kPlugInCategory = "PlugInCategory"

eg. "Fx|Dynamics", "Instrument", "Instrument|Synth"

◆ kInstrument

const CString kInstrument = "MusicalInstrument"

eg. instrument group (like 'Piano' or 'Piano|A. Piano')

◆ kStyle

const CString kStyle = "MusicalStyle"

eg. 'Pop', 'Jazz', 'Classic'

◆ kCharacter

const CString kCharacter = "MusicalCharacter"

eg. instrument nature (like 'Soft' 'Dry' 'Acoustic')

◆ kStateType

const CString kStateType = "StateType"

Type of the given state see StateType : Project / Default Preset or Normal Preset.

◆ kFilePathStringType

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))

◆ kName

const CString kName = "Name"

name of the preset

◆ kFileName

const CString kFileName = "FileName"

filename of the preset (including extension)

Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.