| VST 3 Interfaces VST 3.7
    SDK for developing VST plug-in | 
PhysicalUIMap describes a mapping of a noteExpression Type to a Physical UI Type. More...
#include <ivstphysicalui.h>
| Public Attributes | |
| PhysicalUITypeID | physicalUITypeID | 
| This represents the physical UI.  More... | |
| NoteExpressionTypeID | noteExpressionTypeID | 
| This represents the associated noteExpression TypeID to the given physicalUITypeID.  More... | |
PhysicalUIMap describes a mapping of a noteExpression Type to a Physical UI Type.
It is used in PhysicalUIMapList.
| PhysicalUITypeID physicalUITypeID | 
This represents the physical UI.
/see PhysicalUITypeIDs, this is set by the caller of getPhysicalUIMapping
| NoteExpressionTypeID noteExpressionTypeID | 
This represents the associated noteExpression TypeID to the given physicalUITypeID.
This will be filled by the plug-in in the call getPhysicalUIMapping, set it to kInvalidTypeID if no Note Expression is associated to the given PUI.