I am trying an experiment where I make a GUI in Processing for my PD patch. I am using OSC to send control-rate info from the PD patch to update the graphics that Processing is displaying. This all works well but now I'd like to add a waveform display and OSC doesn't run at audio rate. It seems like maybe I should use JACK? If I use JACK, can I send the control rate variables as well or will I need to still use OSC for that?
Anybody with experience in this stuff feel like chiming in? Thanks.