Skip to content

Installation

Ed Kashinsky edited this page Sep 13, 2025 · 12 revisions

First, you need to install the required base modules. If they are already installed, you can skip this step.

  1. Install ReaPack
  2. Install SWS Extension
  3. Restart Reaper
  4. Open Extensions -> ReaPack -> Browse Packages and install common API extensions:
    • js_ReaScriptAPI: API functions for ReaScripts
    • ReaImGui: ReaScript binding for Dear ImGui
  5. Open Extensions -> ReaPack -> Import Repositories
  6. Add this repository to the form
https://raw.githubusercontent.com/edkashinsky/reaper-reableton-scripts/master/index.xml
  1. Done! You can find all new scripts in Extensions -> ReaPack -> Browse Packages
  2. Install script ek_Core functions, because many of scripts require this base script with common functions
  3. From time to time please execute Extensions -> ReaPack -> Synchronize Packages to get new versions of scripts.

Licence popup

Some scripts require a license. To get one, go to the Gumroad page, click Add to card for script you like, and you'll receive the license by email. Most scripts are free, but by donating you help me keep creating useful tools.

You can also try the script by selecting Start Trial, which gives you full access for 14 days. If you experience internet connection issues, you can use the offline authorization option. To do this, send an email to [email protected] requesting a key and include your email address.

License

About popup

Each script includes an About popup, where you can:

  • Learn more about the script
  • Report a bug
  • Adjust general visual settings, such as Theme, Font size and Close window after action

About

Navigation

You can navigate using the standard Tab / Shift+Tab shortcut or with the Left / Right arrow keys. The Up / Down arrow keys change the value in the selected field (except text fields). Press Enter to run the script's main action, and use Ctrl(Cmd) + Enter to insert a new line in a text field.

Navigation example

Clone this wiki locally