From 6bb43bedde33404428f1baa75c1f0f97896a5cc7 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Fri, 5 Oct 2018 20:36:31 +0200 Subject: reorganize around a lighter adlmidi_private header --- src/midi_sequencer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/midi_sequencer.h') 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); -- cgit v1.2.3