Hi! What is the proper way to receive and handle OSC events in Python? I was already able to send an OSC event to a Parameter by "Learn" but I don't know how to read the actual value in Python.
Let's say we will figure how to do the above, but then I have another issue (Iow prio): I may receive multiple OSC event during one frame. Should I use "Launch Mode": "At Parameter Change" for my script?
How to detect which parameter(s) has changed?