Controlling Pure Data with Processing with OSC
in
Integration and Hardware
•
7 months ago
Hello all;
I hope we're all having a fine day :)
I'm sure this is a fairly simple issue I'm having but I'm very new to Processing.
I'm trying to control parameters in Pure Data through OSC and have looked over Sending and Receiving OSC Data Using Processing tutorial
here.
I've managed to work through it and get everything that's in the tutorial working using void mousePressed(); although I'm now confused on a whole new level.
I really can't figure out how to do more than this. I'd really like to say; use mouseX to send data to a filter cutoff in Pure Data.
I guess an easier way of getting across what I want to do is in this video
https://www.youtube.com/watch?v=M3h8msaZiC8
Obviously the mouseX & mouseY are sending numbers to OSC, but I've absolutely no idea how to go about writing that code in Processing.
Eventually I want to make a GUI for a Pure Data synth in Processing, creating faders, knobs and buttons which will all send OSC data to PD, but I'm trying to start out small for the time being.
I'd really appreciate any help with this; it's been doing funny things to my mind for the last 48 hours and I think I'm starting to dream in incorrect code =$
1