Saving values to Flash memory using PersistentStorage class on Daisy Pod

Thanks for this tutorial, exactly what I needed now that I want to store my sequencer values.

One thing I stumble upon is ProcessAllControls which I don´t have on the daisy seed.

Is it ok if I leave that part out, or how could it be replaced?

(hw.seed.qspi);

I had to change to hw.qspi, because “class daisy seed has no member seed.”

would be cool to adapt the tutorial to daisy seed users,

also I would only want to save arrays of values which I have created with an encoder,
so I would have problems adapting an example that only uses adc inputs for controls…

thanks!