VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
PhysicalUIMap Struct Reference

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

Detailed Description

PhysicalUIMap describes a mapping of a noteExpression Type to a Physical UI Type.

It is used in PhysicalUIMapList.

See also
PhysicalUIMapList

Member Data Documentation

◆ physicalUITypeID

PhysicalUITypeID physicalUITypeID

This represents the physical UI.

/see PhysicalUITypeIDs, this is set by the caller of getPhysicalUIMapping

◆ noteExpressionTypeID

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.

Empty

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