Skip to content

Commit

Permalink
need to fix this to not query available midi ports 60 times a second …
Browse files Browse the repository at this point in the history
…before it's usable
  • Loading branch information
jrcurtis committed Mar 3, 2016
1 parent 812f809 commit 473846e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/VirtualLpp/src/VirtualLppApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ void VirtualLppApp::drawSidePanel()
}
}

drawMidiConnectionMenu("Midi In", lpp.getMidiIn());
drawMidiConnectionMenu("Midi Out", lpp.getMidiOut());
// drawMidiConnectionMenu("Midi In", lpp.getMidiIn());
// drawMidiConnectionMenu("Midi Out", lpp.getMidiOut());

ImGui::End();
}
Expand Down

0 comments on commit 473846e

Please sign in to comment.