Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.04 KB

README.mdx

File metadata and controls

20 lines (17 loc) · 1.04 KB

reaper_SM_tweaker

These scripts

moves stretch markers in first selected item at edit cursor position. either by a absolute time value or reaper project zoom level dependant value.

How to use

  • add script starts with 'API' to reaper action list and assign shortcut key as needed.
  • select item and click on a stretch marker to anchor the edit cursor to it.
  • run corresponding script to move the stretch marker.
  • the step size can be setup in configs.lua

Assign 2way move function to mousewheel or midi encoder

  • API_SM_move_abs_val_2way.lua and API_SM_move_zoom_dep_2way is suitable for assigning to mousewheel or midi encoder.
  • For mousewheel, just add mousewheel as shortcut key.
  • For midi encoder, besides adding shortcut, set MIDI CC to Relative 2 mode, tested on the main encoder(left-most one) on Arturia MiniLab 3).
  • To reverse the direction, change REVERT = false to REVERT = true in the script API_SM_move_abs_val_2way.lua and API_SM_move_zoom_dep_2way.