more noob questions: multiple OSC values in udpsend
sorry if this stuff is covered somewhere, i have to just be entering the worst search terms ever to not get answers
how can i send two values with one bang to osculator for mouse x/y position?
also this might be an osculator problem, but is it possible to make it always update the mouse position even if i'm sending the same values? if i send the same ones twice it just doesn't do anything.
thanks for the help, and sorry for all the simple questions :(
Here is a simple way of sending continuous messages with the values formatted as simple OSC style strings. Depending on what osculator (or you) expects, you may need to relabel the messages and/or rescale the mouse position values. Also, you should only need to send *either* the seperate x and y values *or* the combined values (/mousexy), but not both as they will be redundant. HTH