uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
A sequencer step. More...
#include <sequencer.h>
Data Fields | |
enum midi_channel | channel |
MIDI channel. More... | |
enum midi_message_type | type |
MIDI message type. More... | |
midi_value_t | data0 |
Data byte 0. More... | |
midi_value_t | data1 |
Data byte 1 (optional, depending on the message type) More... | |
A sequencer step.
Exactly specifies the MIDI message that is sent when the step in the pattern is reached.
enum midi_channel sequencer_step::channel |
MIDI channel.
midi_value_t sequencer_step::data0 |
Data byte 0.
midi_value_t sequencer_step::data1 |
Data byte 1 (optional, depending on the message type)
enum midi_message_type sequencer_step::type |
MIDI message type.