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

Arm Tracks For Recording #1

Closed bsmith96 closed 3 years ago

bsmith96 commented 3 years ago

Make easily customisable (with heavy signposting) for different projects:

bsmith96 commented 3 years ago

Presumably it'll be best to use functions?

A function armGroup(firstTrack, lastTrack)

A function armSingle(track)

Also possibly include a script to unarm all tracks

bsmith96 commented 3 years ago

Updated to call two functions, armTrack(track) and armRange(firstTrack, lastTrack). There is no default action in this script without customising it, which is signposted. The user should add their own uses of the two functions to toggle arm of the appropriate channels.

bsmith96 commented 3 years ago

In process of streamlining the individual track functions - as opposed to a range of tracks - to work with a single function and an array.