You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing the installation on several machines & systems, it has become clear that pyliblo and liblo are extremely unreliable. Some attempts led to hours until the python-supercollider dependencies were installed and not crashing. Additionally, some Apple Silicon devices didn't work, despite several attempts.
This asks for a change on how messages are sent to supercollider.
Two ideas:
Completely change the Python -> Supercollider framework used (sc3 is an option).
Fork and change python-supercollider, removing pyliblo as the dependency for OSC messaging. python-osc could be used instead. Then, either pull request or publish as a new packege.
The text was updated successfully, but these errors were encountered:
I chose the second idea - working to make a python-supercollider powered by python-osc. Initial tests are promising. Check po_server.py at the forked repo
After testing the installation on several machines & systems, it has become clear that
pyliblo
andliblo
are extremely unreliable. Some attempts led to hours until thepython-supercollider
dependencies were installed and not crashing. Additionally, some Apple Silicon devices didn't work, despite several attempts.This asks for a change on how messages are sent to supercollider.
Two ideas:
sc3
is an option).python-supercollider
, removingpyliblo
as the dependency for OSC messaging.python-osc
could be used instead. Then, either pull request or publish as a new packege.The text was updated successfully, but these errors were encountered: