Getting around coll not saving w/ set
Hi all, i know that coll objects dont save with a live set, just wondering if there are any ways around this? saving to a text-edit object? Saving to other things then load it back to coll.
I have a list of OSC messages matched to another set of OSC messages so its a 2 column list such as below:
/live/volume[0] /lemur/fader/x
/lemur/fader/x /live/volume[0]
/live/volume[1] /lemur/fader2/x
/lemur/fader2/x /live/volume[1]
etc
They are currently being stored in a coll object.
I just need to be able to store them into something (that saves in live with the set) and retrieve it back into a coll object when the set loads. Any suggestions?
Thanks guys!
Protocol
Max Patch
Copy patch and select New From Clipboard in Max.
Here's an example of saving it in a pattr set to Blob data type.
That's great! Thanks David!