qtractor
qtractor copied to clipboard
Note off messages not sent while playing after loop region
Built from sources, at commit ID 40306ee60e243 (tag: qtractor_0_9_28). Issue is that note off messages are not sent (to instruments) while playing after loop region - when loop is enabled.
To reproduce:
- Have track with MIDI notes.
- Select short region in the middle as loop, enable loop (important)
- Place play-head after end of loop
- Start playback
- See that Note off MIDI messages are not sent, resulting in a wrong sounds
Expectation: regardless of loop enabled or disabled, Note off messages should be sent in any place of track (before and after the loop).
confirmed. fixed in https://github.com/rncbc/qtractor/commit/90f75b6
thanks