Some notes are not played when using JackMidi
MuseScore 1.3, on 64 bit linux.
Steps to reproduce bug:
1. Open MuseScore and be sure it's using JackMidi.
2. Connect MuseScore's jack midi output with input of any midi synthesizer.
3. Load and play provided mscz file.
Expected result : Every note in the file is played correctly.
Actual result: Some notes are not played. Message:JackAudio::putEvent: time out of range 128(seg=128)
is written to console.
JackMidi: buffer overflow, event lost
JACK ERROR: jack_midi_event_reserve: time parameter is out of range (128 >= 128)
Attachment | Size |
---|---|
test.mscz | 3.95 KB |
Comments
1.3 won't receive any bug fixes, so please try to reproduce the problem with a recent nighly build and reopen if you can
It seems that JackMIDI doesn't work at all with nightly builds. When I try to make latest build not to use fluidsynth, but use JackMIDI instead, it doesn't produce sound at all, even though it is connected to a working midi supporting synth. And after closing musescore and opening again it's settings return to fluidsynth.
This might be worth a separate bug report, after checking that none exists already ;-)
Fixed in branch master, commit 4e88e5ba24
Fix #22531: Write width and height in mm, not px
Entirely unrelated