Hello !
For context, I’m quite new to the Daisy, and even newer with Pure Data. I’m a software dev though, and very familiar with c/c++.
Anyways
I want to generate sound on the Daisy seed, and I can do it properly using the daisyduino environment.
Now, I’d like to use pd to create more complex patches more visually. The pd2dsy compilation and upload process basically works, meaning that I managed to make the LED blink example work.
But I can’t get anything from the audio outputs.
I created the simplest possible pd patch:
loadbang → osc~ 220 → dac~
Here is my custom json file (the LED config comes from the blink example) :