From 45fb2df88f143af361560d92ee2cf1fcde2512e8 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Mon, 20 Apr 2020 14:17:43 +0200 Subject: [PATCH] listen on channel 1 by default Listening to all channels by default breaks backward compatibility --- src/MIDI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MIDI.h b/src/MIDI.h index ac809d8..0ebb52b 100644 --- a/src/MIDI.h +++ b/src/MIDI.h @@ -62,7 +62,7 @@ public: inline ~MidiInterface(); public: - void begin(Channel inChannel = MIDI_CHANNEL_OMNI); + void begin(Channel inChannel = 1); // ------------------------------------------------------------------------- // MIDI Output