Storing/recalling 'extra' data with snapshots

I have built a Lua script that lets me store param values in ‘State A’ and a different set of values in ‘State B’ and then interpolate between A and B with a fader. However, I want these stored A and B states to be able to be saved and recalled with snapshots. Is this possible? If so, how do I achieve this?

Thanks for your help!

1 Like

Wow… :star_struck: :heart_eyes: :star_struck:

Here’s an idea I’m wondering might help here… Perhaps creating dummy/valueholder params on unused pages to store to/recall from these state A/B values would be a way to achieve this? The downside of this is it would require a great deal more work and the pages would indeed fill up quickly…

Better would be being able to store/recall these values to the parameter map directly without them requiring any UI component. Is this possible?

I think it is. Just try set any parameter in a map in lua, and then try to recall it. AFAIK that should work.