QLCplus control by Python
Posted: Sat Mar 05, 2022 12:48 pm
Hello again, first off as those here already know, QLCplus is one great program, thank you Massimo! Also thanks to him I have QLC running on the pi desktop.
My programming strength is Python but weak on the Linux so please excuse.
For this project I would like my Python script to send commands to QLC. From what I have read the way to do this is through OSC. Assuming that is correct I attempted to load OSC on the pi, but when I import osc Python says the package doesn't exist. If I tell Linux to load osc again
$ sudo -H pip3 install python-osc
It says that it is already installed in Python 3.
I have searched for information on this and seemingly there are various OSC packages out there so I'm not even sure this is the proper one, or even, if this is the best approach to controlling QLC from Python.
Thanks for any help, once I get back to Python I shouldn't have to ask so many questions.
My programming strength is Python but weak on the Linux so please excuse.
For this project I would like my Python script to send commands to QLC. From what I have read the way to do this is through OSC. Assuming that is correct I attempted to load OSC on the pi, but when I import osc Python says the package doesn't exist. If I tell Linux to load osc again
$ sudo -H pip3 install python-osc
It says that it is already installed in Python 3.
I have searched for information on this and seemingly there are various OSC packages out there so I'm not even sure this is the proper one, or even, if this is the best approach to controlling QLC from Python.
Thanks for any help, once I get back to Python I shouldn't have to ask so many questions.