saving data in a dict in Max for Live
hi,
Using embed, I can have a dict recall it's data from the version in the max editor.
However, even with pattr, it doesn't seem to save the state of the dict if I then edit the contents in a max for live patch. How can dicts be used to save and recall data in m4l?
I think it may be possible by using pattrstorage and making sure the dict is stored
apple-double click on pattrsgtorage and check myDict is included in pattrstorage's scope
you may also want to think about whether "Parameter Mode Enable" is checked. Any advice on whether/why that should be?
This method seems good to recall much interface data - eg function by binding a pattr to it (thus enabling it's data to be savable/visible) and making sure that the pattrstorage saves the pattr's data
this post useful:
https://cycling74.com/forums/pattrstorage-and-preset-in-m4l/
Hey,
any idea how this could happen. Did you find a working solution?
Dict's in Ableton