You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using fluidsynth track and two notes overlap, the second note will miss a part of sound, only has sound within the overlapping.
This bug is more noticeable when using violin/sax, etc.
To Reproduce
Steps to reproduce the behavior:
Add audio output, fluidsynth track and midi track.
Draw two notes, press shift and drag to make them overlap.
Play from the start of the first note.
Expected behavior
The second note shouldn't miss sound.
Desktop (please complete the following information):
OS: openSUSE Tumbleweed
Desktop: KDE
The text was updated successfully, but these errors were encountered:
That's not a bug, but just the way note-off works. When a note-off is preceded by two note-ons for the same note, which one should the note-off apply to? Length-of-note is not part of midi messages.
Describe the bug
When using fluidsynth track and two notes overlap, the second note will miss a part of sound, only has sound within the overlapping.
This bug is more noticeable when using violin/sax, etc.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The second note shouldn't miss sound.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: