Page 1 of 1

How to make a parameter jump

Posted: Thu Dec 18, 2014 15:13
by DayVeeJay
I have five surfaces that I'm mapping. I'd like to change the X anchor point so the clip jumps from one surface to the next. Right now I'm using Visution's IR OSC SA. It works perfect until the active clip or layer is changed. Is there a way to send OSC data to a specific clip instead of the active clip/layer?

Re: How to make a parameter jump

Posted: Thu Dec 18, 2014 15:53
by Zoltán
you can address any clip directly with
/layerN/clipM/parameter

so /layer3/clip12/
would address the clip in column 12 in layer 3

Re: How to make a parameter jump

Posted: Thu Dec 18, 2014 16:12
by DayVeeJay
Hell yeah! Thanks Raven!