There are some objects in there that still need to be cleaned up from earlier versions, like those sends. I'll comment and clean the patch some more for a later version. My main priority here was getting it to work, because as far as I am aware, not many people are using pattr like this yet.gavspav wrote:Many thanks for sharing this patch it is really useful.
Any chance of an option to save the parameter values along with the parameters?
So if for example I have the clip mapper set up for the same parameters for 2 different clips I can have independent parameter values?
Obviously I should patch this myself if I want it - not much experience with the pattr objects (so be a good opportunity to learn!)
Can you give me any tips. I guess I just need to find the bit where it saves the paramater names and add a bit to save the values.
Then find the bit where it loads the saved parameters and load and set the value as well.
Cant find there "s ---knob1 sends" too though!
I'm on board with your value saving idea, I originally made a Max app called Snapshot Matrix for such things. I currently have no time to build such a thing though. But some parts are already in place. I'll make a tread later to share some individual components of this patch.
For example, I'm using Coll to store the paths of the parameters along with the ID's. But the path is linked to an ID number, it isn't a value. Leaving room for the parameter value.
Then comes the matter of parsing it into pattr data and getting it back when the set loads.
I'm by no means an expert in this stuff, it all came together after a lot of trial and error.