How to make a parameter jump
How to make a parameter jump
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
you can address any clip directly with
/layerN/clipM/parameter
so /layer3/clip12/
would address the clip in column 12 in layer 3
/layerN/clipM/parameter
so /layer3/clip12/
would address the clip in column 12 in layer 3
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: How to make a parameter jump
Hell yeah! Thanks Raven!