|
VST 3 Interfaces
VST 3.6.12
SDK for developing VST Plug-in
|
#include "pluginterfaces/vst/ivstnoteexpression.h"#include "pluginterfaces/base/falignpush.h"#include "pluginterfaces/base/falignpop.h"Classes | |
| struct | PhysicalUIMap |
| PhysicalUIMap describes a mapping of a noteExpression Type to a Physical UI Type. More... | |
| struct | PhysicalUIMapList |
| PhysicalUIMapList describes a list of PhysicalUIMap. More... | |
| class | INoteExpressionPhysicalUIMapping |
| Extended Plug-in interface IEditController for note expression event support. More... | |
Namespaces | |
| Steinberg | |
| Steinberg::Vst | |
| All VST specific interfaces are located in Vst namespace. | |
Typedefs | |
| typedef uint32 | PhysicalUITypeID |
Enumerations | |
| enum | PhysicalUITypeIDs { kPUIXMovement = 0, kPUIYMovement, kPUIPressure, kPUITypeCount, kInvalidPUITypeID = 0xFFFFFFFF } |
| PhysicalUITypeIDs describes the type of Physical UI (PUI) which could be associated to a note expression. More... | |