Now you can write ableton Live extensions in python instead of TypeScript

Audio Plugin Hosts and other audio software applications discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

Ableton's Extensions SDK (Live 12) is TypeScript only. I made a Python SDK on top of it, so you can write the same extensions in Python.

You develop against a small bridge with Python then package it into a normal .ablx.

It covers the host API: context-menu actions, plus reading and writing tracks, clips, MIDI notes, scenes, devices and parameters.
The .ablx runs on Windows and macOS with nothing for your users to install.
Same ceiling as the SDK underneath: request/response only, so no transport, automation, realtime or observers.

Docs: https://xterminatorapps.github.io/Ablet ... ython-SDK/
Source: https://github.com/XTERMINATORAPPS/Able ... Python-SDK
Install: pip install ableton-extensions

https://www.xterminatorapps.shop

Tell me what you think.

Post Reply

Return to “Hosts & Applications (Sequencers, DAWs, Audio Editors, etc.)”