aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/midi_sequencer.h')
-rw-r--r--src/midi_sequencer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer.h b/src/midi_sequencer.h
index c6069d7..50e7109 100644
--- a/src/midi_sequencer.h
+++ b/src/midi_sequencer.h
@@ -36,7 +36,7 @@ extern "C" {
/**
\brief Real-Time MIDI interface between Sequencer and the Synthesizer
*/
-typedef struct
+typedef struct BW_MidiRtInterface
{
/*! Raw MIDI event hook */
typedef void (*RawEventHook)(void *userdata, uint8_t type, uint8_t subtype, uint8_t channel, const uint8_t *data, size_t len);