carrus2049 / reaper_SM_tweaker

GNU General Public License v3.0
0 stars 0 forks source link

edit cursor following SM makes scrubbing sound. #3

Closed carrus2049 closed 4 months ago

carrus2049 commented 4 months ago

Mute and unmuting the track during the action doesn't eliminate the scrubbing sound. Considering reaper.MoveEditCursor seems is the only way to handle that in API, user may need to uncheck Preference - Audio - Scrub/Jog - Scrub/jog when moving edit cursor via action or control surface, to get pass that.

carrus2049 commented 4 months ago

Turns out I was wrong, there is reaper.SetEditCurPos which can just make edit cursor hop without making scrubbing sound. Implementing in next update.