Single filter value to multiple OSC signals

ithacaaudio's icon

Hi,

Apologies in advance if this is really obvious. I dable in Max every now and then so don't have the best all round knowledge these days.

I'm trying to route a single Live parameter (in this case a track's filter cutoff) to control a large number of parameters in another piece of software (Resolume Arena) via OSC.

I have got one to one mapping working correctly but am trying to find an elegant solution to map the single cutoff value to around 150 values in Resolume.

The OSC string prepend looks like:

/composition/layer3/clip4/opacity/values

where the /clip/ element I'd like to be all clips between 1-150 etc.

Is there a way to create large numbers of copies of the string with different values for the clip property?

Any help would be great.

Chris

broc's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Like this?

ithacaaudio's icon

Perfect. Thank you.