diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-10-05 20:36:31 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-10-05 20:36:31 +0200 |
commit | 6bb43bedde33404428f1baa75c1f0f97896a5cc7 (patch) | |
tree | a0eec74a3ef366188881aaa158f87363606326d2 /src/midi_sequencer.h | |
parent | 046214a0130922baa322d195ae39c813693c446b (diff) | |
download | libADLMIDI-6bb43bedde33404428f1baa75c1f0f97896a5cc7.tar.gz libADLMIDI-6bb43bedde33404428f1baa75c1f0f97896a5cc7.tar.bz2 libADLMIDI-6bb43bedde33404428f1baa75c1f0f97896a5cc7.zip |
reorganize around a lighter adlmidi_private header
Diffstat (limited to 'src/midi_sequencer.h')
-rw-r--r-- | src/midi_sequencer.h | 2 |
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); |