KeyswitchInfo is the structure describing a key switch This structure is used by the method IKeyswitchController::getKeyswitchInfo. More...
#include <ivstnoteexpression.h>
Data Fields | |
KeyswitchTypeID | typeId |
see KeyswitchTypeID | |
String128 | title |
name of key switch (e.g. "Accentuation") | |
String128 | shortTitle |
short title (e.g. "Acc") | |
int32 | keyswitchMin |
associated main key switch min (value between [0, 127]) | |
int32 | keyswitchMax |
associated main key switch max (value between [0, 127]) | |
int32 | keyRemapped |
int32 | unitId |
optional remapped key switch (default -1), the Plug-in could provide one remapped key for a key switch (allowing better location on the keyboard of the key switches) | |
int32 | flags |
not yet used (set to 0) |
KeyswitchInfo is the structure describing a key switch This structure is used by the method IKeyswitchController::getKeyswitchInfo.
see KeyswitchTypeID
short title (e.g. "Acc")
associated main key switch min (value between [0, 127])
associated main key switch max (value between [0, 127])
optional remapped key switch (default -1), the Plug-in could provide one remapped key for a key switch (allowing better location on the keyboard of the key switches)
id of unit this key switch belongs to (see VST 3 Units), -1 means no unit used.