gluon / AbletonLive11_MIDIRemoteScripts

https://structure-void.com/ableton-live-midi-remote-scripts/
276 stars 67 forks source link

Ableton 12 Midi Remote Scripts Here #15

Open MrMatch246 opened 7 months ago

MrMatch246 commented 7 months ago

https://github.com/MrMatch246/AbletonLive12_MIDIRemoteScripts
Decompiled it in case anyone needs it.

markusschloesser commented 7 months ago

did you use the new uncompyle6 that was released this morning?

MrMatch246 commented 7 months ago

I didn't not. I will run it again. If i manage to run the new version.

Am 16. März 2024 18:20:31 MEZ schrieb markusschloesser @.***>:

did you use the new uncompyle6 that was released this morning?

-- Reply to this email directly or view it on GitHub: https://github.com/gluon/AbletonLive11_MIDIRemoteScripts/issues/15#issuecomment-2002053224 You are receiving this because you authored the thread.

Message ID: @.***> --

MrMatch246 commented 7 months ago

i used uncompyle6 and decompyle3 now (if i didnt mess up) taking the better version each

markusschloesser commented 7 months ago

Oh great! Does xdis still stumble over Unicode 266 (which iirc is the degree circle, for anything with phase) or has this been fixed?

MrMatch246 commented 7 months ago

i dont know. i just decompiled it and uploaded for people to use. I had my fair share of troubles regarding installing decompyle6

MartinSahlen commented 6 months ago

Hey, i'm working on decompiling not just the controller files but also I have reverse engineered the Live / LOM python code interfaces (.ie not full decompilation, which is not producing fully working code anyway).

I'm actively working on building a toolkit aroudn this to actually allow better software engineering approaches to building control surfaces for Ableton. the early code is here: https://github.com/oslo1989/ableton-control-surface-toolkit.