I’m new to Patch but not a programmer, anyone on this forum may share a working wav player for a recent generation Patch?
Hello! You can make it yourself in max/msp. Just setup oopsy and look SD card example. It is easy.
But the sum of all playing files must be < 64mb.
Thank you Temaniak but as I said I’m not a programmer, I don’t use Max or Oopsy until now, and looking
for a file ready to use.
Best
Ok. Here is player…but with same limits fo 64mb
https://forum.electro-smith.com/t/sample-player-for-daisy-patch/
Thank you Temaniak, I’ll learn to use Oopsy to transfer Max objects
Best
Antonio
Hiya @Antonio
Just wanted to let you know we’re working on fixing up the existing C++ WavPlayer
class, and making a more basic example for it.
This should be up in the next week or so
Thank you! I’ll be waiting for news
Best
Hi, any news about the wav player?
Best
will this update change how we can address the SD card via gen in max?
Just wanted to chime back in here with a minor update:
Still making some progress on an improved WavPlayer class, with performance improvements, and some additional features.
I’m guessing we’ll have something in libDaisy within in the next two weeks, and some examples a week or so after that.
I’m very excited to share it once its finished!
@DieterLaser this update will not have any effect on oopsy (gen~, Max/MSP).
Hey @shensley - any updates on this?
I keep digging for a more useable .wav library/example. Doesn’t seem to really exist. @erwincoumans implementation seemed to cover most but sounds as if it isn’t usable any more due to SD library changes…
It would be really really helpful and appreciated if there was a library with read-to-memory (any .wav format), play, loop, jump, simple stretch, etc… The hardware is meant for audio and sampling is such a big part of the audio hardware cosmos.
Man this thread has a tragic end but if you are still looking for way to read from SD card to memory this thread helped me out.
Hi @shensley,
It has been a while since your post here, but did the updated version eventually get available?
I found out that the WavPlayer as part of the DaisyExamples was last updated in February of 2022.
I’m still looking for a good way to play my WAV samples looped.
The WavPlayer example is no longer working for me with the latest Daisy libraries.
It won’t find the files on my SD card anymore.
All the best,
Laurens
I had to find an old Daisy Seed and use it in Patch to be able to play wav files from SD card!
I happen to use the daisy seed, glad to hear you got it working! I’m having difficulties with WavPlayer. It worked before (however with sound artifacts and buggy looping), but after updated daisy libraries it no longer opens files.
Do you have any idea? Nothing changed in my breadboard setup and the SD card is properly initialized. Just the WavPlayer will no longer read files (fs gives error code 4 or 6, depending on a trailing slash in the searchpath).