Le Cube ◇ Mass Psychosis

The Blog

FMOD
ReaScripts for Cockos REAPER
Antonsson Scripts
The Shipment Evaluator
Rename selected tracks from clipboard lines of format 'oldName, newName'
Test-Focused Development
TDD-ing Avatar Health in C# and C++
TDD-ing Chess in C#
Lifting

ReaScripts for Cockos REAPER

Antonsson Scripts

by Egill Antonsson
published on 2025 Aug 06

These are my scripts for REAPER DAW (Digital Audio Workstation).

How to get my scripts in REAPER

The best way to get the scripts is via the ReaPack REAPER extension, the package manager for REAPER made by cfillion..

  1. Install ReaPack
  2. In REAPER click menu item Extensions > ReaPack > Manage repositories...
  3. Click Import/export... > Import repositories
  4. Insert as text: https://raw.githubusercontent.com/EgillAntonsson/REAPER-ReaScripts/refs/heads/master/index.xml
Reapack repositories
Reapack repositories, you should see Antonsson Scripts name in the list.

You easily make ReaPack check for updates and install them with menu item Extensions > ReaPack > Synchronize packages.
I recommend making sure that new packages are always installed by clicking Options... and checkmark install new packages when synchronizing.

How to use

The FX Plugins

Add it to a Track or Item by doing the Add FX... step on and search for the name of the FX, e.g. Shipment Evaluator. Play and be flabbergasted by the result. Below is the list, click for further info:

The Scripts

Open the Actions window by pressing key '?' or via menu item Actions > Show Action list... and search for the script name, or 'antonsson_' as they all have this prefix. Run it by double clicking and be flabbergasted by the result. Below is the list, click for further info:

The source code

The source code is in REAPER-ReaScripts GitHub repository, that I created from the Reapack repository template by cfillion. I also link to the specific code within each blog post, so you can easily find the code that corresponds to the Script or FX Plugin.