- a module to read/write table data to SD-card running in a lower thread,
so audio output won't be interrupted when loading/saving data
for example,we could backup recorded loops from sd-ram to the card in the background,
and once writing is done,switch the playback to read from sd-card...
I'd like to build a multi-slot realtime looper using only one table in ram for recording,and playing
back from card.
ideally,there would be a parameter setting how fast data is transferred,
and an outlet sending a trigger once the operation is done..