|
uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
MIDI transceiver module configuration. More...
#include <midi.h>

Data Fields | |
| struct midi_event_handlers | event_handlers |
| MIDI event handler callbacks. More... | |
| enum midi_channel | rx_channel |
| MIDI receive channel. More... | |
| enum midi_channel | tx_channel |
| MIDI transmit channel. More... | |
| bool | omni_mode |
| Setting this flag enables Omni mode. More... | |
| bool | signal_rx |
MIDI transceiver module configuration.
| struct midi_event_handlers midi_config::event_handlers |
MIDI event handler callbacks.
| bool midi_config::omni_mode |
Setting this flag enables Omni mode.
| enum midi_channel midi_config::rx_channel |
MIDI receive channel.
| bool midi_config::signal_rx |
If set to true, the red on-board LED flashes on every received MIDI message
| enum midi_channel midi_config::tx_channel |
MIDI transmit channel.
1.8.13