nongnu.org/gsequencer


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

Go to the source code of this file.

Typedefs

typedef struct IMidiLearn AgsVstIMidiLearn
 

Functions

const AgsVstTUIDags_vst_imidi_learn_get_iid ()
 
AgsVstTResult ags_vst_midi_learn_on_live_midi_controller_input (AgsVstIMidiLearn *imidi_learn, gint32 bus_index, gint16 channel, AgsVstCtrlNumber midi_cc)
 

Typedef Documentation

◆ AgsVstIMidiLearn

typedef struct IMidiLearn AgsVstIMidiLearn

Function Documentation

◆ ags_vst_imidi_learn_get_iid()

const AgsVstTUID * ags_vst_imidi_learn_get_iid ( )

Get IID.

Returns
the Steinberg::TUID as AgsVstFUID
Since
5.0.0

◆ ags_vst_midi_learn_on_live_midi_controller_input()

AgsVstTResult ags_vst_midi_learn_on_live_midi_controller_input ( AgsVstIMidiLearn imidi_learn,
gint32  bus_index,
gint16  channel,
AgsVstCtrlNumber  midi_cc 
)

On-live MIDI controller input.

Parameters
imidi_learnthe iMIDI learn
bus_indexthe bus index
channelthe MIDI channel
midi_ccthe MIDI control change
Returns
the return value
Since
5.0.0