Skip to content

Commit 45fb2df

Browse files
authored
listen on channel 1 by default
Listening to all channels by default breaks backward compatibility
1 parent 05487c5 commit 45fb2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MIDI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class MidiInterface
6262
inline ~MidiInterface();
6363

6464
public:
65-
void begin(Channel inChannel = MIDI_CHANNEL_OMNI);
65+
void begin(Channel inChannel = 1);
6666

6767
// -------------------------------------------------------------------------
6868
// MIDI Output

0 commit comments

Comments
 (0)