rncbc / qtractor

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

automation gets switched on when it shouldn't #382

Closed suedwestlicht closed 9 months ago

suedwestlicht commented 1 year ago

Observed on recent Qtractor from git (0.9.31.34git.929f98.dirty) Using: Qt 5.5.1

1.) goto mixer 2.) right-click on a volume or pan fader (midi or audio track) 3.) set Automation on 4.) right-click again on the fader 5.) set Automation off 6.) right-click again on the fader -> Automation is set on although it shouldn't

rncbc commented 1 year ago

you're not actually switching automation on and off; rather, you're just selecting the automation curve to show up or not, that's the deal.

the first time you check the "Automation" right-click menu item, the new automation curve is created and selected to display on the timeline track view; next time you raise the same right-click menu again, the automation curve is immediately selected into view and the check mark will be on there alright but saying there's automation defined for that subject and it's currently selected.

it's doing it as always have been :) cheers

suedwestlicht commented 1 year ago

OK, thx Rui.