SDCard with Looper example

I’m working my way through the libraries, examples, as well as the M7 references. I’d like to add SDCard support to the looper example on the Pod. Mount the card with sound disabled (to avoid known issue). Load sample from card and playback from memory. After a new sample is recorded, save new sample in the background while still playing recently recorded sample.

I’ve read the thread about DMA being worked on in the near future for SDCard access. Is what I propose something achievable with libDaisy as-is or should I wait. I’m more than willing to work through the references to figure this out but I would like to avoid wasting time if DMA will make SDCard access more stable.

Thanks … having tons of fun so far!