/reaper-tools

Collection of customized effects and scripts for Reaper.

Primary LanguageLua

Reaper Tools

A collection of customized effects and scripts for Reaper.

Download & Install

Download the zip file from here, extract it and copy the files into your Reaper folder.

Effects

MIDI d'Arpagnan

Modified version of Jahudka's d'Arpagnan Arpeggiator. I added more patterns with several possible directions each, also removed the backtrack controls since I didn't use them that much. Velocity is no longer hardcoded and it can be modulated via a LFO.

midi_darpagnan

Scripts

  • record_once: Records a single take and plays the recorded input in the next loop. The script works best when enabling Preferences -> Audio -> Loop recording -> "In loop recording, discard incomplete take if at least one loop was recorded"
  • navigate_home: Go to start of loop/item/project.
  • navigate_end: Go to end of loop/item/project.
  • toggle_midi_preview: Toggle MIDI preview on play/stop (modified version of cfillion's script).

Development & Contributing

If a new parameter/slider is needed please add it after the previous ones to avoid breaking compatibility.

Making Commits

All commits should be made using the conventional commits specification, to help with this a git hook that validates commit messages can be installed with:

 cp -r -T .githooks .git/hooks