summaryrefslogtreecommitdiff
path: root/muse/muse/midi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse/muse/midi.cpp')
-rw-r--r--muse/muse/midi.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/muse/muse/midi.cpp b/muse/muse/midi.cpp
index 61504a97..04f802be 100644
--- a/muse/muse/midi.cpp
+++ b/muse/muse/midi.cpp
@@ -958,8 +958,7 @@ void Audio::processMidi()
// Is it a Jack midi device?
MidiJackDevice* mjd = dynamic_cast<MidiJackDevice*>(md);
if(mjd)
- // TODO: Just use MusE port 0 for now. Support for multiple MusE ports maybe will come later.
- mjd->collectMidiEvents(0);
+ mjd->collectMidiEvents();
// Take snapshots of the current sizes of the recording fifos,
// because they may change while here in process, asynchronously.