Hi!
Owned the DaisySeed for two days now, so far everything works fine and delightful. Using Daisyduino.
Is there any short guide/example of how to read and write audio to a buffer in the SDRAM?
Something really simple as “Button A: records audio - Button B: playback audio”.
I´ve been looking through a lot of examples, but often there’s a lot of other stuff in there, making it hard for me to see what’s related to the audio buffers.
A guide for the “looper” utility would also be nice, but that might be a later question.
Welcome @Jazzer73!!!
I recommend checking out this thread about using Petal’s Looper example code with Seed.
Link to Petal’s schematic is here btw
Thank you!
Earlier today I had a look at a post regarding altering the petal looper for Daisy seed. How much do I need to change in order to make the code work for Seed? I suppose the switches should be reassigned, just gonna set the wet/dry to wet to keep things simple.
Should every “petal” be change to “seed”?
Hi Takumi!
Well, it suddenly works. Took a while to get the switches right, but now I´m happy as a child and can start experimenting. And start to find out WHY it works
Thank you!
1 Like
Nice!! 
Glad to hear that it’s working!
With that example code, you can connect the necessary components the same way as how they’re connected with Petal. So you’re essentially recreating a Petal partially. As long as those components are connected the same way, then you can just flash Petal firmware and it’ll work.
Of course, once you want to start adding components that are not used for Petal (or connected differently), then you would need to start adjusting the code.
Hopefully that’ll help you dissect how that code works! Have fun with the project 