OSC control of Channels

wlan

Member
I'm trying to control Channels through OSC and can't get it to work.
I've tried 2 ways,

First by sending the OSC command
"/beyond/general/ChannelOut 1, <variable from 0 to 1000>"
That does nothing.

Then I tried with a script that for some OSC command would run
ChannelOut 1, ExtValue(0,1000)

But ExtValue is always 0.

I know ExtValue is what we use for MIDI commands to represent the midi value coming from the fader/knob, but how do you do the same thing for the value coming from OSC?

I'm using 612.
(Btw, I'd love to test a newer beta version if I could)

Thanks!
 
For Channel control can be used this OSC address:

/beyond/channels

Command should control one or more float point (f) arguments (array) that correspond to channels starting from 1.

ExtValue work inside "OSC to PangoScript" table.

What OSC Client you are using?
 
I am using TouchOSC.

Can you give me an example of how I would use /beyond/channels to say, control the value of just Channel 2?

Thanks.
 
I've only recently gotten back to trying this again, and I still don't understand how I can control a channel through Touch OSC.

Most other things I have working by OSC, but I can't figure out how to control channels.

I would love an example.

Thanks,
~b
 
Back
Top