Recent Changes - Search:

ReaConsole

ReaConsole helps us expand the capabilities of reaper in many ways. Below is a short guide on some of the parameters in SWS and how to use them.

Reaconsole guide

Operation:

  1. Press Alt+c to open the console.
  2. Type your command and press Control+Enter.
  3. If you want to keep the console window open after running the command, use Enter.
  4. Invalid commands are ignored.  You can exit at any time without performing a command with ESC.
  5. Alternatively, bind a key for the command you're interested to "SWS: Open console and copy keystroke", for example 'i'.  Now when you press 'i' to open

the console the start of the i command is already preloaded for you.  In this particular example, you can select a track and type "i2<enter>" and in three keystrokes you've set the recording input to #2.

Commands:

  • v   Volume trim - parameter in db of change
  • V   Set volume - parameter in db
  • p   Pan trim - parameter in % of change
  • P   Set Pan - parameter in %, negative pans left
  • o   Solo
  • m   Mute
  • a   Arm
  • h   Phase
  • f   FX enable
  • s   Select tracks
  • n   Set track name - parameter is track name

b*   Prefix the track name - parameter is the prefix

  • z   Suffix the track name - parameter is track name
  • i   Set record input - parameter is # for rec input.  's' suffix sets stereo input.  'm' suffix sets MIDI input (all HW).  '-' suffix sets input to mono

tracks and auto increments.

  • l   Set number of track channels - parameter is number of channels: 2-64, must be even.
  • c   Set track color - parameter is a # of a custom color (1-16) or a common color name (red, blue, etc)
  • !   Add an action marker at the edit cursor with the supplied command #/string

 Many commands (o, m ,a, h, s, f) can be prefixed with '-' or '+' to force disabling/enabling the desired setting.  Also, using the command in uppercase will use "exclusive" mode where the setting will be enabled on the desired tracks and disabled on all other. There are a couple modifiers you can place after the command ID: A slash '/' will cause actions to take place on the children (of folders) of the desired tracks.  An exclamation point '!' will invert the track selection. A full command string consists of the command character itself (or ± prefix and then the one character command), followed immediately by the track "ID" that you would like to affect.  If a parameter is necessary, follow the track id string with a space and then enter the parameter.  If no tracks are specified, the currently selected tracks are affected.   You can force ReaConsole to separate the track name from the parameter with a semicolon ';'.   See examples for details.

 Tracks that are affected can be specified by: 1. Their number (the order in the TCP, or label in the MCP) 2. Their name 3. The beginning of the unique track name 4. A range of numbers (e.g. 1-3) 5. Using the wildcard character '*' (*word for matching end of name, word* for beginning, *word* for anywhere) 6. A comma separated list of any of the above 7. Using the keyword 'all' or a singular '*' for all tracks If multiple tracks have the same name, they will all be affected.

 For the commands that require a parameter, such as the volume/pan/name/input commands, follow the track(s) parameter with a value for the command.  The value must have a space or semicolon before it, or if you've omitted the track id field you can enter the parameter right after the command.   The semicolon ';' can be used to explicitly mark the end of the track identifiers and start of the parameter.   This is useful if you want to select a track that has a space in the name.

Examples: mbass          Toggles mute on the track(s) labeled exactly "bass"
-mjazz bass    Turns off mute of the track(s) labeled exactly "jazz bass"
O1,3-5         Sets solo (in-place) on for tracks 1, 3, 4, 5; all other tracks unsoloed.
obass*         Toggles solo for all tracks starting with the text "bass".
+a*vocals      Arm recording on all tracks ending with the text "vocals".
-a*            Turn off recording arm on all tracks.
v*gtr* -1      Turn down the volume by 1 db on all tracks with "gtr" in the name.
V0             Sets the volume for selected track(s) to 0.0db.
i2             Set rec input to #2 on selected track(s).
i1s            Set rec input to stereo 1-2 on selected track(s).
i1m            Set rec input to MIDI channel 1, all available devices, on selected track(s).
i1-10 1-       Set rec input on tracks 1 through 10 to hardware inputs 1 through 10.
n;Gtr Lead     Name selected track(s) "Gtr Lead".
nGtr Gtr2      Rename all tracks labeled "Gtr" to "Gtr2".

Known issues/limitations:

1. Solo-in-place is always assumed, even if you have it turned off in REAPER preferences. 2. Track names are always matched case-insensitive. 3. Command shortcuts above aren't configurable. 4. Track names with strictly numerical names or containing '*', '-', ',', '/', or ';' can't be selected reliably by name.

Edit - History - Print - Recent Changes - Search
Page last modified on March 28, 2017, at 10:54 AM