AbleToolKit is a utility for developers working on Ableton's MIDI Remote scripts. It provides a variety of features to simplify and enhance the development process, including:
- Listing all installed Ableton Live versions.
- Listing all Ableton MIDI Remote script locations.
- Determining the Python version used to compile a
.pyc
file. - Decompiling compiled Python scripts in a specified directory.
AbleToolKit is currently only compatible with macOS. It has been developed and tested on macOS Big Sur with an Intel CPU. Please note that while the tool may work on other versions of macOS or hardware configurations, these have not been officially tested and supported.
You can use this tool without having to build it.
- download latest release
- extract the zip file
- follow the user guide to execute the tool
To install AbleToolKit, clone this repository and then install the tool using:
make install
Use the following command to get help on how to run atk :
atk -h
For all question, feature suggestion, bug report, please open an issue.