VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
Steinberg::Vst::PresetAttributes Namespace Reference

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

Detailed Description

Predefined Preset Attributes.

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.