So, as you may know, when working with buffers, such as loopers or the data object in Gen, loading a snapshot (on the Dwarf) deletes the contents of the loop.
I have been looking for a way to do this for ages so was pretty happy to find come across this method.
However, I would like to do this without loading a preset, i.e. keep all the parameters on my board the same but still empty the content of the buffer.
No worries, I don’t think it can actually be done in a straight forward manner like that, the ‘data’ object doesn’t have a parameter that clears the buffer, frustratingly.
The solution is to over-write the buffer content with silence, which I haven’t been able to do successfully, yet! The patch I use uses an array of 64 buffers, my coding skill isn’t advanced enough to clear them all at once, I tried I for loop to address each one but when I trigger the loop it crashes the pedal.
Was hoping for a ‘hack’ using snapshots.
Maybe I could save a snapshot of an empty pedal board before building my performance board…