I’m working on a project because I’m bored and wanted a way to be able to send and receive OSC using Open Stage Control, sending OSC works like a charm and I’m really pleased with the results. However, I’ve been struggling with getting Open Sound Control to receive OSC and changing the values of widgets such as faders.
The /SET command is different because it mimics user interaction on a widget (ie it makes the widget send osc). Now there’s a typo in the documentation, there should not be any “target” argument, only id and value, but “/SET fader_1 0.5” if perfectly fine, provided that you format the osc message properly (ie address is ‘/SET’, argument 1 is “fader_1” and argument 2 is a number)
Heyah,
I like the idea of just sending a command rather than controlling the fader!
I tried two instances of Open Stage Control to see if I could get the two to talk to each other. I am able to control one instance with the other but not the other way around. They’re both using the same project/canvas thing.
Here’s the fun part, I’m using ‘OSC_Data_Monitor’ to see what data is coming in and there is two way communication, but for some reason, one instance of Open Stage Communication isn’t responding to OSC input.
In to the out and out to the in? Yep, first thing I checked (I don’t want to admit how many times I’ve been caught out by that lol). I didn’t notice the debug option so thanks for pointing it out.
Instance A is sending OSC and instance B is recieving it well
Instance B is sending OSC and instance B isn’t detecting it even though the data is getting to the computer instance B is running on
I’m at a total loss as to what could be causing this because you’re right, it should work.
I had an idea about 10 minutes ago to try another computer. It was sucessful so there must have been some process interfering with the communication which is worrying since I rebooted a few times. I’ll do a deeper investigation later.
Thanks for all of your help though, it’s really appreciated!