Port of Synth_Dexed to the Raspberry Pi Pico
More details can be found here: https://diyelectromusic.wordpress.com/2024/01/09/raspberry-pi-pico-synth_dexed/
This is just experimental and likely to develop, change or break somewhat erratically as I thinker with it. It remains to be seen if it will go anywhere or not. For now, it's just a bit of fun.
No fitness for purpose can be implied. Use at your own risk.
Kevin
cmake ..
followed by make
.There are some pre-built prototype UF2 files in the build area which can be dragged directly onto a Pico in boot mode.
Hardware requirements:
It might work with other I2S audio interfaces too if the GPIO usage is updated appropriately.
There is a build that uses PWM too, but it is not recommended. It is only 8-note polyphonic and requires additional filter circuitry as described here.
Note: The Raspberry Pi Pico is overclocked to 250MHz.
This is just an information store for my personal playing around with this at the moment. As such I'm not accepting contributions at this time.
There is no implied fitness for purpose or guarantee of usefulness or success. Everything is experimental and subject to change without notice, but published freely here for general interest for anyone who would like to follow along for the ride.
Builds on knowledge, work and code from the following:
As well as exmaples from the Raspberry Pi C/C++ SDK and the Piromoni C/C++ examples for their Pico Audio Pack.