MidiMapping struct
#include <audio/midi_mapping.h>
A mapping from a MIDI value to a destination.
Contents
- Reference
Public variables
-
midi_
byte_ t key - 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.