Ultraschall / ultraschall-portable

Portable ULTRASCHALL Podcasting Extensions including the REAPER DAW
MIT License
55 stars 7 forks source link

[BUG] Doubleclicking track/items turns on Followmode, when set off #423

Closed mespotine closed 1 year ago

mespotine commented 1 year ago

Under still mysterious circumstances, when Followmode=off and doubleclicking a track/mediaitem, FollowMode turns on again.

It seems like my pause-followmode-workaround isnt fully implemented. It tells the checking script to pause checking but it doesn't work somehow.

My guess: the order of running of scripts isn't guaranteed in Reaper. So my pause-follow-mode-script isn't run before the next followmode-reset defer-cycle, and therefore, the information of "pause followmode autooff" hasn'T been sent yet and is unknown to the followmode-reset-script.