uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
Data Fields
sequencer_step Struct Reference

A sequencer step. More...

#include <sequencer.h>

Collaboration diagram for sequencer_step:
Collaboration graph

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...
 

Detailed Description

A sequencer step.

Exactly specifies the MIDI message that is sent when the step in the pattern is reached.

Field Documentation

◆ channel

enum midi_channel sequencer_step::channel

MIDI channel.

◆ data0

midi_value_t sequencer_step::data0

Data byte 0.

◆ data1

midi_value_t sequencer_step::data1

Data byte 1 (optional, depending on the message type)

◆ type

enum midi_message_type sequencer_step::type

MIDI message type.


The documentation for this struct was generated from the following file: