rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
514 stars 90 forks source link

bug: Auto-backward gives precedence to a marker over previous start location #467

Closed windowsrefund closed 3 months ago

windowsrefund commented 3 months ago

Setup

Test Scenario 1:

Test Scenario 2:

rncbc commented 3 months ago

yes it's all expected, the play-head returns to the immediate previous marker, loop or punch point, edit-head or tail (blue lines) and the last started playback position (dim red line) whichever comes first in the backward direction.

windowsrefund commented 3 months ago

OK, so not a "bug" but I'd expect auto-backward functionality to result in the play-head always returning to the point where playback began. This is probably more of a feature request or refactor request as I'd have to think most users would share the expectation.

rncbc commented 3 months ago

gotcha, now in qtractor >= 1.1.1.25git.47b2de

windowsrefund commented 3 months ago

Thanks! Will close this out tonight once confirmed.

windowsrefund commented 3 months ago

Yea. Good stuff.