![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <glib.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_iprocess_context.h>
#include <ags/vst3-capi/pluginterfaces/vst/ags_vst_inote_expression.h>
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 AgsVstTUID * | ags_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_learn the iMIDI learn bus_index the bus index channel the MIDI channel midi_cc the MIDI control change
- Returns
- the return value
- Since
- 5.0.0
Generated by