Installation Guide
Prerequisites
Before installing any Temper script, ensure the following are in place:
- REAPER 7.x — Download from reaper.fm. Temper scripts are validated against REAPER 7.x. Earlier versions are not supported.
- ReaPack — The package manager used to install and update Temper scripts.
- ReaImGui — Required by all Temper GUI scripts. Install via ReaPack (see below).
Method 1 — Install via ReaPack (Recommended)
ReaPack handles installation, updates, and dependency management automatically. This is the fastest path.
Step 1 — Install ReaPack
If you don't have ReaPack installed:
- Go to reapack.com and download the version for your OS (Windows or macOS).
- Place the downloaded file (
reaper_reapack.dllon Windows,reaper_reapack.dylibon macOS) in your REAPERUserPluginsfolder.- Windows:
%APPDATA%\REAPER\UserPlugins\ - macOS:
~/Library/Application Support/REAPER/UserPlugins/
- Windows:
- Restart REAPER.
- Verify: Extensions → ReaPack should now appear in the menu.
Screenshot placeholder: ReaPack in the REAPER Extensions menu.
Step 2 — Add the Temper repository
- In REAPER, go to Extensions → ReaPack → Manage repositories.
- Click Add / Edit.
- Paste the Temper repository URL:
https://tempertools.com/reapack/index.xml
- Click OK, then Apply.
Screenshot placeholder: Manage repositories dialog with Temper URL entered.
Step 3 — Install ReaImGui
ReaImGui is required by Temper scripts. Install it before the scripts.
- Go to Extensions → ReaPack → Browse packages.
- Search for
ReaImGui. - Right-click the result → Install.
- Click Apply and Close.
- Restart REAPER.
Screenshot placeholder: ReaPack browse packages showing ReaImGui.
Step 4 — Install Temper scripts
- Go to Extensions → ReaPack → Browse packages.
- Search for
Temperor the specific script name (e.g.,Scatter). - Right-click the script → Install.
- Click Apply and Close.
- Restart REAPER.
Screenshot placeholder: ReaPack install confirmation for Scatter.
Step 5 — Run the script
- Open the REAPER Actions list (
?shortcut, or Actions → Show action list). - Search for the script name (e.g.,
ABS_Scatter). - Double-click to run, or right-click → Add to toolbar / Set shortcut.
Screenshot placeholder: Actions list with ABS_Scatter selected.
Method 2 — Manual Installation
Use this method if ReaPack is unavailable or you received scripts directly.
Step 1 — Download the script
Download the .lua file from the Temper website or your purchase confirmation email.
Step 2 — Locate your REAPER Scripts folder
| OS | Path |
|----|------|
| Windows | %APPDATA%\REAPER\Scripts\ |
| macOS | ~/Library/Application Support/REAPER/Scripts/ |
Step 3 — Copy the script
Place the .lua file anywhere inside the Scripts folder. Creating a subfolder (e.g., Scripts/Temper/) keeps things organized.
Step 4 — Import into REAPER Actions
- Open Actions → Show action list (
?). - Click Load (or New action → Load ReaScript).
- Navigate to the
.luafile and open it. - The script now appears in the Actions list and can be assigned a shortcut or toolbar button.
Note: Scripts installed manually do not auto-update via ReaPack. Check the Temper website for new versions.
Installing Optional Dependencies
SWS Extension
SWS is not required by Scatter but is strongly recommended — it adds hundreds of useful REAPER actions and improves script compatibility.
- Download SWS from sws-extension.org.
- Run the installer for your OS.
- Restart REAPER.
js_ReaScriptAPI
Required for improved focus return after closing script windows (Ctrl+Z behavior). Optional but recommended.
- In REAPER, go to Extensions → ReaPack → Browse packages.
- Search for
js_ReaScriptAPI. - Install and restart REAPER.
Script Location Reference
| Item | Location |
|------|----------|
| Installed scripts | REAPER/Scripts/ (manual) or REAPER/Scripts/ReaPack/ (via ReaPack) |
| Presets saved by Scatter | REAPER/ (root of REAPER resource path) |
| ReaPack repository cache | REAPER/ReaPack/ |
| Log output (if debug mode on) | REAPER/ (root, file named per script) |
To find your REAPER resource path at any time: Options → Show REAPER resource path in explorer/finder.
After Installation
- Quick Start Guide — Scatter — learn the workflow in 5 minutes.
- Dependency Checklist — verify all dependencies are installed and up to date.
- Troubleshooting — if anything isn't working.