We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05487c5 commit 45fb2dfCopy full SHA for 45fb2df
src/MIDI.h
@@ -62,7 +62,7 @@ class MidiInterface
62
inline ~MidiInterface();
63
64
public:
65
- void begin(Channel inChannel = MIDI_CHANNEL_OMNI);
+ void begin(Channel inChannel = 1);
66
67
// -------------------------------------------------------------------------
68
// MIDI Output
0 commit comments