I’m a beginner with JUCE, I’m working on a project to make JUCE receive a value of 8 potentio meters sent from a microcontroller via an OSC bundle, messages from each potentio meter valued between 0.0 -1.0 are:
/ Sensor1
/ Sensor2
Etc …
Previously I tried on Max / MSP and it runs smoothly. When I tried in JUCE I was confused.
I’ve also tried an example from JUCE which is OSCReceiver but it fails, when I try with another example OSCMonitor runs smoothly and I can see message arguments and values sent from microcontroller
The question is how to get the value of each sent via OSC bundle? And what object is needed?
Sorry if my writing is long If anyone knows it please help me, thank you