How to change the min_out, max_out arguments of the scale operators from outside the jit.gen object

sbelldawson's icon

I've tried using inputs to jit.gen to the scale object and using param, but do not hear any changes. Any help would be appreciated!

TFL's icon

Probably you've set your jit.gen right, but forgot to bang your matrix to actually trigger the calculation with the new param values:

Max Patch
Copy patch and select New From Clipboard in Max.

sbelldawson's icon

Thanks TFL, will check this!