midi out 16 params
This commit is contained in:
parent
baa859617d
commit
dc9df2b34a
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ void setup() {
|
||||||
|
|
||||||
|
|
||||||
midi_interf = std::make_shared<MIDIInOut>();
|
midi_interf = std::make_shared<MIDIInOut>();
|
||||||
midi_interf->Setup(PAFSynthAudioApp<>::kN_Params);
|
// midi_interf->Setup(PAFSynthAudioApp<>::kN_Params);
|
||||||
|
midi_interf->Setup(16);
|
||||||
// midi_interf->Setup(0);
|
// midi_interf->Setup(0);
|
||||||
midi_interf->SetMIDISendChannel(1);
|
midi_interf->SetMIDISendChannel(1);
|
||||||
Serial.println("MIDI setup complete.");
|
Serial.println("MIDI setup complete.");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue