Saving [coll] contents as a preset in a M4L device.
I have a M4L patch with several [coll] objects and I would like to be able to save different data sets in the [coll]s as different 'presets,' I'm imagining them as different .adv files using the same M4L patch. Is there any way to do this? Right now I'm able to save one data set inside the patch using the 'embed' argument, but don't know how I would be able to save and navigate between different data sets. I'm including my patch just in case anyone wants to look, but be forewarned: it's kind of massive and unintelligible (it's basically a big patch to control a Monome grid and use it as a sequencer). The coll objects I'm referring to are in the patch as [coll i1_button_states], [coll i2_button_states], etc.
dict object values can be stored as parameters in a .adv/preset, and they have methods for pulling/pushing data to and from coll objects.
cheers,
tyler