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