nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_iphysical_ui.h File Reference
Include dependency graph for ags_vst_iphysical_ui.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef guint32 AgsVstPhysicalUITypeID
 
typedef struct PhysicalUIMap AgsVstPhysicalUIMap
 
typedef struct PhysicalUIMapList AgsVstPhysicalUIMapList
 
typedef struct INoteExpressionPhysicalUIMapping AgsVstINoteExpressionPhysicalUIMapping
 

Enumerations

enum  AgsVstPhysicalUITypeIDs {
  AGS_VST_KPUI_X_MOVEMENT = 0 , AGS_VST_KPUI_Y_MOVEMENT , AGS_VST_KPUI_PRESSURE , AGS_VST_KPUI_TYPE_COUNT ,
  AGS_VST_KINVALID_PUI_TYPE_ID = 0xFFFFFFFF
}
 

Functions

const AgsVstTUIDags_vst_inote_expression_physical_ui_mapping_get_iid ()
 
AgsVstTResult ags_vst_inote_expression_physical_ui_mapping_get_physical_ui_mapping (AgsVstINoteExpressionPhysicalUIMapping *inote_expression_physical_ui_mapping, gint32 bus_index, gint16 channel, AgsVstPhysicalUIMapList *list)
 

Typedef Documentation

◆ AgsVstINoteExpressionPhysicalUIMapping

typedef struct INoteExpressionPhysicalUIMapping AgsVstINoteExpressionPhysicalUIMapping

◆ AgsVstPhysicalUIMap

typedef struct PhysicalUIMap AgsVstPhysicalUIMap

◆ AgsVstPhysicalUIMapList

typedef struct PhysicalUIMapList AgsVstPhysicalUIMapList

◆ AgsVstPhysicalUITypeID

typedef guint32 AgsVstPhysicalUITypeID

Enumeration Type Documentation

◆ AgsVstPhysicalUITypeIDs

Enumerator
AGS_VST_KPUI_X_MOVEMENT 
AGS_VST_KPUI_Y_MOVEMENT 
AGS_VST_KPUI_PRESSURE 
AGS_VST_KPUI_TYPE_COUNT 
AGS_VST_KINVALID_PUI_TYPE_ID 

Function Documentation

◆ ags_vst_inote_expression_physical_ui_mapping_get_iid()

const AgsVstTUID * ags_vst_inote_expression_physical_ui_mapping_get_iid ( )

Get IID.

Returns
the Steinberg::TUID as AgsVstFUID
Since
5.0.0

◆ ags_vst_inote_expression_physical_ui_mapping_get_physical_ui_mapping()

AgsVstTResult ags_vst_inote_expression_physical_ui_mapping_get_physical_ui_mapping ( AgsVstINoteExpressionPhysicalUIMapping inote_expression_physical_ui_mapping,
gint32  bus_index,
gint16  channel,
AgsVstPhysicalUIMapList list 
)

Get physical UI mapping.

Parameters
inote_expression_physical_ui_mappingnote expression physical UI mapping
bus_indexthe bus index
channelthe MIDI channel
listthe physical UI map list
Returns
the return value
Since
5.0.0