xiphonics/picoTracker

Add Amy synth to picotracker

Closed this issue · 1 comments

maks commented

Amy looks to be a great synth library project which already has support for rp2040 including managing multitimbral FM synth (fixed point) playback with tools that can convert existing DX-7 patches into its own programmatic patch format.

Quick testing with Amy's (as of commit 54062a91c4d2797c5f72a6d3e7cf85826cdfecbc in Amy repo) the src/amy-example-rp2040.c works on picotracker hardware with just adjustment for picotrackers i2s pins in its CMakeList.txt.

Next step for this is to port amy into picotracker though that should not be too hard give amy's existing support for building with the pico sdk and cmake in the above example code.

maks commented

After extensive work by @democloid Amy has not proven amenable to being used in picoTracker.