Can't drag or resize notes properly in the editor
Aurele-Barriere opened this issue · 2 comments
Hi,
From the editor, if I want to resize notes or drag them, the editor has a strange behavior.
The issue happens in both sequencer64 and qseq64 (built with qt5).
Here I try to resize a note. I select it, press Left Control and extend the length
When I release the click, here is what I get
Now I have a tiny block where my note should be. It does not produce any sound while playing.
Here I try to drag a note (by clicking, dragging and releasing).
Here is the result. Now I see two notes (the first one should be gone) and the new one doesn't have the same length.
Both notes produce sound. The small one, although it appears small, seems to be stuck (no MIDI OFF message).
Am I doing something wrong? I don't have this issue in seq24 by the way.
Thank you
Thanks for all the good information. I was able to track it down, a one-liner error I made awhile back. It should work now after a rebuild from the "midi_control" branch. After I fix a few more things I will make another release.
Just built from the midi_control branch, everything seems to work now.
Thanks for the quick fix!