summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/JackMidiDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/JackMidiDriver.cpp')
-rw-r--r--src/libs/engine/JackMidiDriver.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/JackMidiDriver.cpp b/src/libs/engine/JackMidiDriver.cpp
index 8c328844..a414c7a3 100644
--- a/src/libs/engine/JackMidiDriver.cpp
+++ b/src/libs/engine/JackMidiDriver.cpp
@@ -64,8 +64,7 @@ JackMidiPort::~JackMidiPort()
/** Prepare events for a block.
*
- * This is basically trivial (as opposed to AlsaMidiPort) since Jack MIDI
- * data is in-band with the audio thread.
+ * This is basically simple since Jack MIDI data is in-band with the audio thread.
*/
void
JackMidiPort::prepare_block(const SampleCount block_start, const SampleCount block_end)