An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![.github/workflows/ci.yml](https://github.com/elzinko/abletoolkit/actions/workflows/ci.yml/badge.svg)](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).