Sure. It is a first version, at the moment it loads 4 wav files. With a few lines change that allows scrolling up/down, it can load any number of wav files, up to 64MB memory.
Also, it will be straighforward to turn this into a granular synth, that’s up next.
You have to clone the repository fully, and a git submodule update --init --recursive
I added a new DaisyCloudSeedSourceWithExternals.zip, get that instead of the default github source archives.
A new version is available. It can load up to 64 samples, 64MB,
CTRL1 = speed control, CTRL 2 = volume control
at the end of a sample, GATE OUT is triggered.
You can connect GATE OUT to GATE 1 IN to loop a sample
It has a small help menu at start up.
See https://github.com/erwincoumans/DaisyCloudSeed/releases/tag/0.44
Thank you! You’re a straight G money ganstarr. For the couple projects I’ve found for this, the examples, and the 2 band saturator I just made in Max/Gen~, the Daisy Patch has already become more than worth it’s price.
It’s such a great little multi function module. I hope many decide to use this guy. Hell, I would pay $10-$20 here or there just for really well developed piece of software.
sadly since they updated the SD library this no longer works. I have been attempting to change it based on what I have seen in the one SD card example in the Seed folder but so far i have not had any luck.
I have a question. I recently bought a POD and I was wondering if I can use an external mic for the input and record a sound to the microSD card. Also that there is an option to use it for playback. For example. Use one button from the Pod to activate the recording function from the external mic. And the other button for playback. I think this is complicated to achieve but I hope there is something possible like this.
@cricketbee
I updated the app to use the latest Daisy SDK back in October 2022, so it should work again:GitHub - erwincoumans/DaisyCloudSeed @jurrebakker If you can do a bit of C++ you could add this indeed, I haven’t gotten back to this project for a while (it was mostly a COVID project).
Thank you for the reply. Unfortunately I don’t have experience with C++. I recently started with Pure Data. Would it be possible to integrate this tool within Pure Data or Gen~ in MaxMsp?
@erwincoumans Hi I’m looking at this sample player for reference for my own design and I’m a bit confused as to whether your program reads from the SD card to SDRAM or does it stream straight from the SD card? If it were the latter case (which the code points to), why is the current limit of samples on SD card 64MB (i.e. the total amount of SDRAM - seemingly pointing to you loading all the SD card files straight to SDRAM instead of streaming from card)?