Hey,
I’ve been trying to figure out how to connect some sliders\faders through UI inspector, to receive values from a python code.
from the internet research I’ve done I understood maybe OSC can be useful, yet still haven’t truly understood how it works with receiving data input into VDMX. do I need another external software\hardware?
As microfx mentioned, there are some tutorials to check out. If you are already at the point of being able to use OSC from the Python side, here are a few in particular that I think might be relevant / close enough for you.
Here are two tutorials that go through connecting VDMX to coding environments using OSC (for data) and Syphon (for video)… the same basic idea can be used for working with Processing.