This package allows you to install Ableton Remote Scripts from the scripts folder to your Ableton User Library Remote Scripts folder.
- Clone the repository
- Run
npm iin the root folder - Run
npm run buildto build the necessary files - In the Editor at the Package Manager panel, either Approve the package at the top of the list if possible or use the
+ Add external packagebutton to add the root path of the package
- Add your Ableton Remote Script folders to the
scriptsfolder in the package root - Each subfolder in
scriptswill appear as an install button in the preferences panel - Click the corresponding button to install the script to your Ableton User Library Remote Scripts folder
The default installation path on Windows is:
C:\Users\[username]\Documents\Ableton\User Library\Remote Scripts
To add a new script variant:
- Create a new folder inside the
scriptsfolder with your desired name - Place your Ableton Remote Script files (Python files,
__init__.py, etc.) inside that folder - Rebuild the package with
npm run build - The new variant will appear as a button in the preferences panel
- Package ID: Update the
namefield inpackage.jsonand the corresponding references incomponents/src/Preferences.svelte(atcreatePackageMessagePort()call andcustomElementtag) - Package info: Update
package.json>grid_editorfor description and component settings