Previous topicNext topic

[Solved] How to send current InputSelector # to OSCSender

Questions, comments, feedback, etc.
Post Reply
greatcalzones
Posts: 4
Joined: Thu Sep 16, 2021 6:36 pm

[Solved] How to send current InputSelector # to OSCSender

Post 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
Sadler
Posts: 1139
Joined: Sat Aug 02, 2014 7:10 pm
Location: London, UK

Re: How to send current InputSelector # to OSCSender

Post by Sadler »

Use the same global for both the OSC value and the InputSelector #.
greatcalzones
Posts: 4
Joined: Thu Sep 16, 2021 6:36 pm

Re: How to send current InputSelector # to OSCSender

Post 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!
Post Reply