bsmith96 / Reaper-Scripts

Scripts for streamlining workflow with the cross-platform DAW Reaper, particularly with a focus on multitrack recording in the context of live events, such as theatre. This repository can be added to ReaPack.
MIT License
3 stars 0 forks source link

Put selected tracks in a new folder track #2

Closed bsmith96 closed 3 years ago

bsmith96 commented 3 years ago

Script to automatically create a parent for the currently selected tracks in either the Mixer or TCP.

bsmith96 commented 3 years ago

In progress, currently unable to work out how to change indent of a track in ReaScript. Have currently achieved this with a combination of SWS actions. This may be the only way? Continue investigating

bsmith96 commented 3 years ago

Look into reaper.SetMediaTrackInfo_Value(track,"I_FOLDERDEPTH",depth) (from here)

bsmith96 commented 3 years ago

Yay it works!