-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Download the appropriate build for your computer and os from releases (.so for linux, .dll for windows, .dylib for mac). Copy this file to the Reaper configs folder into UserPlugins.
You can open the main window via menu -> Extensions -> LivePresets -> Presets. It consists of a list containing all presets, buttons to edit this list and a button to open the settings dialog.
To create a preset simply press Add in the main window. It will save:
- tracks including the master track
- track audio/midi sends and hardware outputs
- track fx chain
- track input fx chain
Afterwards a dialog opens to configure the preset. You can add a name, a description, change the recall id and bind a reaper action to recall that preset via midi/OSC/hotkeys. The recall id must be a unique number across all presets. It is used to recall a preset with the parameterized preset recall action. The dialog also shows a tree containing all saved parameters of that preset. The first character ([R] or [I]) indicates the parameter filtering when recalling that preset. [R] stands for Recalled and [I] stands for Ignored. You can change the filtering mode by selecting the parameter and pressing enter or space (on mac only space is valid).
When selecting a preset from the list and clicking Update, the selected preset will save the current state but keep the filtering settings.
You can customize the extensions behaviour in the settings dialog:
- Bind recall action: Define midi cc or osc float messages to recall a preset. The midi cc value or osc float value define the recall id of the preset to be recalled.
- Bind toggle track visibility action: Bind a shortcut to an action that toggles between showing/hiding muted tracks.