https://github.com/elzinko/abletoolkit
Ableton toolkit for midi remote scripts developers on osx
https://github.com/elzinko/abletoolkit
ableton midi-remote-script osx python toolkit
Last synced: 4 months ago
JSON representation
Ableton toolkit for midi remote scripts developers on osx
- Host: GitHub
- URL: https://github.com/elzinko/abletoolkit
- Owner: elzinko
- License: gpl-3.0
- Created: 2024-08-10T13:05:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:32:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-16T15:03:44.156Z (almost 2 years ago)
- Topics: ableton, midi-remote-script, osx, python, toolkit
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/elzinko/abletoolkit/actions/workflows/ci.yml)
## Description
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.
## Compatibility
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.
## Users
You can use this tool without having to build it.
- download [latest release](https://github.com/elzinko/abletoolkit/releases)
- extract the zip file
- follow the user guide to execute the tool
## Developers
To install AbleToolKit, clone this repository and then install the tool using:
```bash
make install
```
## Run
Use the following command to get help on how to run atk :
```bash
atk -h
```
## Improvments
For all question, feature suggestion, bug report, please open an [issue](https://github.com/elzinko/abletoolkit/issues/new/choose).