Page 1 of 1

[Solved] How to send current InputSelector # to OSCSender

Posted: Fri Aug 05, 2022 10:02 pm
by greatcalzones
How would I pass the value of InputSelector to an external OSC address, simply containing the number of the input? OSCSender doesn't allow an input and I can't seem to link the Input number to a "Variable" of any sort to reference it elsewhere. Is this possible, and i'm just overlooking it? https://imgur.com/1fenUe6

Re: How to send current InputSelector # to OSCSender

Posted: Fri Aug 05, 2022 10:22 pm
by Sadler
Use the same global for both the OSC value and the InputSelector #.

Re: How to send current InputSelector # to OSCSender

Posted: Fri Aug 05, 2022 11:05 pm
by greatcalzones
Sadler wrote:Use the same global for both the OSC value and the InputSelector #.
Oops, I see how it works now. Thank you very much!