Now you can write ableton Live extensions in python instead of TypeScript (in: Hosts and Applicat…)

By: xterminatorapps
9 Jun 17:56

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: xterminatorapps.github

Go to this post

Go to first unread post in this topic

Read more here: Source link