Parsing saved presets in pattrstorage
Is it possible to parse a .JSON file being used by pattrstorage to return specific parts of a specific preset? For example:
I have a pattrstorage object saving data for dozens of objects in my patch, with multiple different presets. Would it be possible to return the value for "live.dial" from preset #3? Is there a more efficient way to do this than the "dump" message?
Maybe pattrstorage's getstoredvalue message?