interpolating two sets of parameters with patterstorage and autopattr
Hi
I am having a hard time figureing out how to be able to interpolate two sets of parameters with patterstorage and autopattr, without them influencing eachother
I want to be able to store data from one set 3 wavetables and interpolate just that with one float - and then have another set of 5 wavetables that I can interpolate on its own
I have this inkling that I am missing something very simple
Best regards
You need to use two [pattrstorage] objects. One for each set of parameters.
Thanks for the reply
How do I decide which parameters go to which patterstorage object?
If I assign scripting names to parameters, they all go into the first patterstorage object
Best regards
I got it to work by putting the second patterstorage an autopattr in a sub-patch
If anyone knows how to do this all in the same patch, Im still interested though
All the best