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 with Python then package it into a normal .ablx.

It covers everything as the actual SDK: context-menu actions, plus reading and writing tracks, clips, MIDI notes, scenes, devices and parameters.
And same limitations as the SDK underneath: request/response only, no transport, automation, Realtime or observers.

Docs: https://xterminatorapps.github.io/ableton-python-sdk/
Source: https://github.com/XTERMINATORAPPS/ableton-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.)”