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

[BUG_1-to-1-inputs] split stereo at end of folder #31

Open bsmith96 opened 2 years ago

bsmith96 commented 2 years ago

When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.

Something like:

bsmith96 commented 2 years ago

Find the "better new track" script and make a utility out of it?

bsmith96 commented 1 year ago

Only beta, not finished

bsmith96 commented 1 year ago

When the script creates a split stereo track from a stereo ('--2') track which is the last track of a folder, the next track is not added in the folder.

Something like:

  • if trackToSplit.depth is -1 (end of folder)
  • make new
  • turn original to mono
  • make new mono
  • make original depth 0
  • make new depth -1

Actually, make new track above the current one, then move it.