Multiview on the Toolbar

From CockosWiki

Jump to: navigation, search

Main Page > Reaper Documentation > REAPER Tips & Tricks


Discussion here:
http://forum.cockos.com/showthread.php?t=45678


Breaking down your project into different views for easier navigation.
Here is a pic of an example:

Wheeeee.gif


This is a combination of built in actions and SWS extension actions combined into macros and assigned to toolbar buttons.
SWS extensions can be found at:
http://www.standingwaterstudios.com/

All text in italics is added by me, EvilDragon. These improve functionality of macros.

Full button:
Customize a toolbar button and assign action

  • SWS: Show all tracks

Alternatively, to automatically scroll to the top if you're somewhere below, create this macro and assign it to Full button:

Show all tracks and scroll to top:

  • SWS: Show all tracks
  • Xenakios/SWS: Scroll track view to home

Buss button:
Customize a toolbar button and create this macro

  • SWS: Select all folders (Parents only)
  • SWS: Show selected track[s], Hide others
  • Track: Unselect all tracks
  • Xenakios/SWS: Scroll track view to home

Name reactive buttons:
We will need to get to the console custom commands for these buttons, Once one custom command is explained the rest is self explanatory.

  • SWS: Edit console custom commands (restart needed after save)

This will open notepad and ask to create a text file if you haven't done so in the past, just press OK.
Define a custom selector by typing:

  • S*Beat* (Where beat is the name you want selected)

Once you save this text file and restart Reaper a new action will be created that selects only tracks with the word beat in the name, Don't save just yet though, Create a newline in the text file by pressing enter and then create as many of these selections as you need, In the example above it was:

  • S*Send*
  • S*Beat*
  • S*Synth*
  • S*Sample*
  • S*Rap*
  • S*Cut*
  • S*Renoise*
  • S*Acid*

This is just an example and you can create whatever you personally need.
Save the text file and restart Reaper.
Customize a toolbar button and create this macro

  • SWS: Run console command: S*Send*
  • SWS: Show selected track[s], hide others
  • Track: Unselect all tracks
  • Xenakios/SWS: Scroll track view to home

That is the macro for the send button and to get the other buttons you just need to change the Run console command to whatever selectors you defined in the custom commands text file.



Main Page > Reaper Documentation > REAPER Tips & Tricks

Personal tools