![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
ags_vst_inote_expression.cpp File Reference
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_inote_expression.h>
#include <pluginterfaces/vst/ivstnoteexpression.h>
Include dependency graph for ags_vst_inote_expression.cpp:

Function Documentation
◆ ags_vst_ikeyswitch_controller_get_iid()
const AgsVstTUID * ags_vst_ikeyswitch_controller_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_ikeyswitch_controller_get_keyswitch_count()
gint32 ags_vst_ikeyswitch_controller_get_keyswitch_count | ( | AgsVstIKeyswitchController * | ikeyswitch_controller, |
gint32 | bus_index, | ||
gint16 | channel | ||
) |
Get key switch count.
- Parameters
-
ikeyswitch_controller the key switch controller bus_index the bus index channel the MIDI channel
- Returns
- the key switch count
- Since
- 5.0.0
◆ ags_vst_inote_expression_controller_get_iid()
const AgsVstTUID * ags_vst_inote_expression_controller_get_iid | ( | ) |
Get IID.
- Returns
- the Steinberg::TUID as AgsVstFUID
- Since
- 5.0.0
◆ ags_vst_inote_expression_controller_get_note_expression_count()
gint32 ags_vst_inote_expression_controller_get_note_expression_count | ( | AgsVstINoteExpressionController * | inote_expression_controller, |
gint32 | bus_index, | ||
gint16 | channel | ||
) |
Get note expression count.
- Parameters
-
inote_expression_controller the note expression controller bus_index the bus index channel the MIDI channel
- Returns
- the note expression count
- Since
- 5.0.0
◆ ags_vst_inote_expression_controller_get_note_expression_info()
AgsVstTResult ags_vst_inote_expression_controller_get_note_expression_info | ( | AgsVstINoteExpressionController * | inote_expression_controller, |
gint32 | bus_index, | ||
gint16 | channel, | ||
gint32 | note_expression_index, | ||
AgsVstNoteExpressionTypeInfo * | note_expression_type_info | ||
) |
Get note expression info.
- Parameters
-
inote_expression_controller note note expression controller bus_index the bus index channel the MIDI channel note_expression_index the note expression index note_expression_type_info the note expression type info
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_inote_expression_controller_get_note_expression_string_by_value()
AgsVstTResult ags_vst_inote_expression_controller_get_note_expression_string_by_value | ( | AgsVstINoteExpressionController * | inote_expression_controller, |
gint32 | bus_index, | ||
gint16 | channel, | ||
AgsVstNoteExpressionTypeID | id, | ||
AgsVstNoteExpressionValue | value_normalized, | ||
AgsVstString128 * | string | ||
) |
Get note expression string by value.
- Parameters
-
inote_expression_controller note note expression controller bus_index the bus index channel the MIDI channel id the type identifier value_normalized the normalized value string the string
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vst_inote_expression_controller_get_note_expression_value_by_string()
AgsVstTResult ags_vst_inote_expression_controller_get_note_expression_value_by_string | ( | AgsVstINoteExpressionController * | inote_expression_controller, |
gint32 | bus_index, | ||
gint16 | channel, | ||
AgsVstNoteExpressionTypeID | id, | ||
AgsVstTChar * | in, | ||
AgsVstNoteExpressionValue * | value_normalized | ||
) |
Get note expression value by string.
- Parameters
-
inote_expression_controller note note expression controller bus_index the bus index channel the MIDI channel id the type identifier in the string value_normalized the normalized value
- Returns
- the return value
- Since
- 5.0.0
◆ ags_vstikey_switch_controller_get_keyswitch_info()
AgsVstTResult ags_vstikey_switch_controller_get_keyswitch_info | ( | AgsVstIKeyswitchController * | ikeyswitch_controller, |
gint32 | bus_index, | ||
gint16 | channel, | ||
gint32 | keyswitch_index, | ||
AgsVstKeyswitchInfo * | info | ||
) |
Get key switch count.
- Parameters
-
ikeyswitch_controller the key switch controller bus_index the bus index channel the MIDI channel keyswitch_index the key switch index info the key switch info
- Returns
- the return value
- Since
- 5.0.0
Generated by