|
Zrythm
a highly automated and intuitive digital audio workstation
|
A mapping from a MIDI value to a destination. More...
#include <dsp/midi_mapping.h>

Data Fields | |
| midi_byte_t | key [3] |
| Raw MIDI signal. | |
| ExtPort * | device_port |
| The device that this connection will be mapped for. | |
| PortIdentifier | dest_id |
| Destination. | |
| Port * | dest |
| Destination pointer, for convenience. | |
| int | enabled |
| Whether this binding is enabled. | |
| WrappedObjectWithChangeSignal * | gobj |
| Used in Gtk. | |
A mapping from a MIDI value to a destination.
Definition at line 30 of file midi_mapping.h.
| Port* MidiMapping::dest |
Destination pointer, for convenience.
Definition at line 46 of file midi_mapping.h.
| PortIdentifier MidiMapping::dest_id |
Destination.
Definition at line 39 of file midi_mapping.h.
| ExtPort* MidiMapping::device_port |
The device that this connection will be mapped for.
Definition at line 36 of file midi_mapping.h.
| int MidiMapping::enabled |
Whether this binding is enabled.
Definition at line 49 of file midi_mapping.h.
| WrappedObjectWithChangeSignal* MidiMapping::gobj |
Used in Gtk.
Definition at line 52 of file midi_mapping.h.
| midi_byte_t MidiMapping::key[3] |
Raw MIDI signal.
Definition at line 33 of file midi_mapping.h.