Page 1 of 1

Any way to limit OSC inputs on the Resolume side?

Posted: Sun Apr 11, 2021 15:35
by ronin
Hi

So, I like to send audio levels to Arena via the Livegrabber set of Max for Live devices for Ableton Live – as this let's me do it with multiple channels.

The issue I'm having is that with the Reso in-built FFT function you can cap the ends of the modulation with the In and Out points... but if I send the OSC value with Livegrabber, this isn't possible...

I've tried using a paused timeline on the target parameter to give me the In/Out points back – but the incoming OSC values seem to override this.

This seems buggy to me (or just because I would like a solution to this, ol' greedy guts)... but is there a way to do this?

GIF capture to show what I mean:
OSC maxing out a parameter.gif

Re: Any way to limit OSC inputs on the Resolume side?

Posted: Mon Apr 12, 2021 08:57
by Zoltán
OSC messages received on
/composition/layers/1/clips/7/video/source/lines/width will drive the parameter directly, which will ignore the in/out points.
You can use
/composition/layers/1/clips/7/video/source/lines/width/phase
which will make the param move between the in/out.

Re: Any way to limit OSC inputs on the Resolume side?

Posted: Mon Apr 12, 2021 11:52
by ronin
Amazing Zoltan, thanks so much!

Is a paused timeline the only/best way to create the in/out points?

Re: Any way to limit OSC inputs on the Resolume side?

Posted: Mon Apr 12, 2021 13:34
by Zoltán
You could also try the Envelope end points:
https://resolume.com/support/en/envelopes

Re: Any way to limit OSC inputs on the Resolume side?

Posted: Mon Apr 12, 2021 14:16
by ronin
Perfecto!
Cheers for the help