MidiMapping struct

A mapping from a MIDI value to a destination.

Contents

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.
volatile int enabled
Whether this binding is enabled.
WrappedObjectWithChangeSignal* gobj
Used in Gtk.

Variable documentation

Port* MidiMapping::dest

Destination pointer, for convenience.