Hello all,
I'm very new to PD, so please excuse my limited knowledge in all things PD.
My project involves adding an audio delay to an existing video workstation (to sync video and audio).
I use a raspberry Pi + USB audio interface to accomplish this.
Making this is PD proved to be very simple. (delwrite and delread)
The Rapsberry will be running headless next to the workstation.
What I am struggling with is how the user could alter the delay value remotely from the workstation?
Eg, what ways are there to send values from another computer, that PD can interpret as a new value for "delread"?
I was thinking along the lines of a simple web interface, where values can be put in, but I have no idea how to send these to PD?
Thank you for your help!