Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Dec 04:24
· 17 commits to main since this release

v0.0.2 (2024-12-10)

Chore

  • chore: move semantic config to canonical location (e4b787d)

  • chore: add terraform configuration for modeStep repo (870c7ad)

  • chore: add configuration for semantic PR checks (b1df97e)

Documentation

  • docs: prettify README (b7b3fd2)

  • docs: remove Live 11 support guarantee

Tests haven't been run against Live 11 in awhile. (d72956b)

Fix

  • fix: broken type checks as of Live 12.1 (#7)

Live 12.1 switched to python 3.11, which is currently impractical to
decompile. See
gluon/AbletonLive12_MIDIRemoteScripts#2 for
more discussion.

pycdc does decompile some basic structural elements of the Live
libraries, but outputs mostly empty function and class definitions.
https://pylingual.io/ seems to work better but isn't currently possible
to integrate in an automated way.

This PR adds https://github.com/gluon/AbletonLive12_MIDIRemoteScripts
(currently not updated for 12.1 but seems to work fine for our use
cases) as a submodule and sets it up for use with the typechecker. (26b748c)

Unknown