Dict system


    Apr 02 2018 | 12:53 am
    hello all, it's way past time for me to learn how to use the dict system efficiently. why am i having such a hard time wrapping my head around it? i am currently trying to recall states for a patch that has two hundred parameters. dict is doing the trick very nicely; i guess i assumed the strength of dict was that you could have a dictionary full of dictionaries that have different values for the same keys. right now i have an amazing patch that can store one preset. what am i missing? thanks, Taylor

    • Apr 02 2018 | 8:33 am
      Hi Taylor. I believe only with javascript can the real strength of dict be unleashed. A dict containing dicts indeed is possible. As an example, you could look at how the playlist~ object generates data. Maintaining a complex hierarchy from the level of max objects just isn't an easy thing to do. Having said that, you are aware of the pattr objects for presets?