Multiview on the Toolbar

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
Line 16: Line 16:
SWS extensions can be found at:<br />
SWS extensions can be found at:<br />
http://www.standingwaterstudios.com/
http://www.standingwaterstudios.com/
 +
 +
<i>All text in italics is added by me, EvilDragon. These improve functionality of macros.</i>
'''Full button:'''<br />
'''Full button:'''<br />
Customize a toolbar button and assign action  
Customize a toolbar button and assign action  
-
*SWS:Show all tracks
+
*SWS: Show all tracks
 +
<i>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
 +
*SWS: Select only track 1
 +
*Track: Vertical scroll selected tracks into view
 +
*Track: Unselect all tracks<br></i>
'''Buss button:'''<br />
'''Buss button:'''<br />
Customize a toolbar button and create this macro
Customize a toolbar button and create this macro
-
*SWS:Select all folders (Parents only)
+
*SWS: Select all folders (Parents only)
-
*SWS:Show selected track[s], Hide others
+
*SWS: Show selected track[s], Hide others
-
*Track:Unselect all tracks
+
*<i>Track: Vertical scroll selected tracks into view</i>
 +
*Track: Unselect all tracks
'''Name reactive buttons:'''<br />
'''Name reactive buttons:'''<br />
We will need to get to the console custom commands for these buttons, Once one custom command is explained the rest is self explanatory.<br />
We will need to get to the console custom commands for these buttons, Once one custom command is explained the rest is self explanatory.<br />
-
*SWS:Edit console custom commands(restart needed after save)
+
*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.<br />
+
This will open notepad and ask to create a text file if you haven't done so in the past, just press OK.<br />
Define a custom selector by typing:<br />
Define a custom selector by typing:<br />
* S*Beat* (Where beat is the name you want selected)
* S*Beat* (Where beat is the name you want selected)
Line 45: Line 55:
Save the text file and restart Reaper.<br />
Save the text file and restart Reaper.<br />
Customize a toolbar button and create this macro
Customize a toolbar button and create this macro
-
*SWS:Run console command: S*Send*
+
*SWS: Run console command: S*Send*
-
*SWS:Show selected track[s], Hide others
+
*SWS: Show selected track[s], hide others
-
*Track:Unselect all tracks
+
*<i>Track: Vertical scroll selected tracks into view</i>
 +
*Track: Unselect all tracks
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.  
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.  
   
   

Revision as of 12:38, 15 November 2009

Main Page > REAPER Documentation > 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
  • SWS: Select only track 1
  • Track: Vertical scroll selected tracks into view
  • Track: Unselect all tracks

Buss button:
Customize a toolbar button and create this macro

  • SWS: Select all folders (Parents only)
  • SWS: Show selected track[s], Hide others
  • Track: Vertical scroll selected tracks into view
  • Track: Unselect all tracks

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: Vertical scroll selected tracks into view
  • Track: Unselect all tracks

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 > Tips & Tricks