shorepine / amy

AMY - A high-performance fixed-point Music synthesizer librarY for microcontrollers
https://shorepine.github.io/amy/
MIT License
184 stars 11 forks source link

Docs update from dec/jan changes #109

Open bwhitman opened 5 months ago

bwhitman commented 5 months ago

We made a lot of very great changes to AMY over the past few months. The docs did not get as much love as the code did. There's a lot of missing pieces in the docs and the tutorials could use a look over again.

bwhitman commented 2 weeks ago

One big thing people are running into is the amp_coefs, vs amp, freq_coefs vs freq, etc. In python we do amp=X or amp=X,Y,Z and it doesn't translate into C events.