sbelldawson
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
Probably you've set your jit.gen right, but forgot to bang your matrix to actually trigger the calculation with the new param values:
Thanks TFL, will check this!