-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Hi.
Sorry, this is not an issue at all.
Some time ago I ported your library to run with Arduino DUE.
Years ago before that I changed your library to be able to use a 12 bit spi dac with arduino nano. I build a synth/sequencer with that and used it a lot.
Due has more power, tones of GPIO and on board dual DAC so I tried it and It was quite easy.
With DUE I used "DueTimer" library to call audio driver interrupt and direct dac write to put samples out.
I added more tables and even a filter from mozzi library. I got at least 16 voice polyphony and built a drum machine: some pots, two RGB matrix leds as screen and a resistive touch panel on top. Sound is amazing and very fun to play. I was very happy with the result.
If you want I can share the library with DUE support.
Also try to port to esp32 and I2S DAC but sound is not as good as I got with DUE. My skills are not as good as I wish :(
I saw you were developing a library for ESP32 in your blog but still no code.
Can you share it? It would be fantastic ;)
Thank you