Search found 7 matches

by neux
Mon Sep 30, 2019 7:04 pm
Forum: Feature Wishlist
Topic: Live Python3
Replies: 11
Views: 8433

Re: Live Python3

@justinancheta i tried both. same thing. Flask works but it takes 120 on average to execute single call. I don't care much for OSC, I just wish there was a way to interact with Live without having to deal with Ableton blocking python abilities on purpose. Tried RESTful Flask (all sorts of threading ...
by neux
Sun Sep 22, 2019 8:35 am
Forum: Ableton Live
Topic: Extracting Project data from Ableton Live 10
Replies: 5
Views: 5339

Re: Extracting Project data from Ableton Live 10

On Mac, you can do:

Code: Select all

gzip -cd MySet.als > MySet.als.xml
by neux
Mon Jun 17, 2019 8:44 pm
Forum: Feature Wishlist
Topic: Live Python3
Replies: 11
Views: 8433

Re: Live Python3

Thank you D, I will try that now.
by neux
Mon Jun 17, 2019 12:03 pm
Forum: Tips & Tricks
Topic: Live's remote scripting Python API
Replies: 5
Views: 14908

Re: Live's remote scripting Python API

Guys how far did you get into the interpreter works? viewtopic.php?f=3&t=234953
by neux
Mon Jun 17, 2019 11:25 am
Forum: Feature Wishlist
Topic: Live Python3
Replies: 11
Views: 8433

Re: Live Python3

Maybe being more specific will help:

I have issues importing ctypes. Can anyone confirm they were able to do this? I was able to append paths before import so any other components required I can most likely work out. So far had a hell of a time trying to figure out threading, seems to be blocking ...
by neux
Tue Jun 11, 2019 1:11 pm
Forum: Feature Wishlist
Topic: Live Python3
Replies: 11
Views: 8433

Re: Live Python3

Can you elaborate as to what would be a correct entry point into such discussion? Are we on our own, lurking around in siloed dark shadows of the LinkedIn chats? BTW: Hi Daniel.

PeterS
by neux
Tue Jun 11, 2019 12:18 pm
Forum: Feature Wishlist
Topic: Live Python3
Replies: 11
Views: 8433

Live Python3

Custom Python version embedded in Live is really old. Would be great to take advantage of new 3.2+ GIL capabilities described here. https://www.dabeaz.com/python/UnderstandingGIL.pdf

What is the progress of work to migrate to 3.2+