VST 3 Interfaces  VST 3.6.7
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Data Structures | Namespaces | Typedefs | Enumerations
ivstnoteexpression.h File Reference
#include "pluginterfaces/base/funknown.h"
#include "vsttypes.h"
#include "pluginterfaces/base/falignpush.h"
#include "pluginterfaces/base/falignpop.h"

Data Structures

struct  NoteExpressionValueDescription
 Description of a Note Expression Type This structure is part of the NoteExpressionTypeInfo structure, it describes for given NoteExpressionTypeID its default value (for example 0.5 for a kTuningTypeID (kIsBipolar: centered)), its minimum and maximum (for predefined NoteExpressionTypeID the full range is predefined too) and a stepCount when the given NoteExpressionTypeID is limited to discrete values (like on/off state). More...
 
struct  NoteExpressionValueEvent
 Note Expression Value event. More...
 
struct  NoteExpressionTextEvent
 Note Expression Text event. More...
 
struct  NoteExpressionTypeInfo
 NoteExpressionTypeInfo is the structure describing a note expression supported by the Plug-in. More...
 
class  INoteExpressionController
 Extended Plug-in interface IEditController for note expression event support. More...
 
struct  KeyswitchInfo
 KeyswitchInfo is the structure describing a key switch This structure is used by the method IKeyswitchController::getKeyswitchInfo. More...
 
class  IKeyswitchController
 Extended Plug-in interface IEditController for key switches support. More...
 

Namespaces

 Steinberg
 
 Steinberg::Vst
 All VST specific interfaces are located in Vst namespace.
 

Typedefs

typedef uint32 NoteExpressionTypeID
 
typedef double NoteExpressionValue
 
typedef uint32 KeyswitchTypeID
 

Enumerations

enum  NoteExpressionTypeIDs {
  kVolumeTypeID = 0, kPanTypeID, kTuningTypeID, kVibratoTypeID,
  kExpressionTypeID, kBrightnessTypeID, kTextTypeID, kPhonemeTypeID,
  kCustomStart = 100000
}
 NoteExpressionTypeIDs describes the type of the note expression. More...
 
enum  KeyswitchTypeIDs { kNoteOnKeyswitchTypeID = 0, kOnTheFlyKeyswitchTypeID, kOnReleaseKeyswitchTypeID, kKeyRangeTypeID }
 KeyswitchTypeIDs describes the type of a key switch. More...
 
Empty

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