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

Remove the __weak__ attrs, just let users set AMY_CORES and PCM_SIZE at compile time. Everything else you'd edit `amy_config.h` for. #90

Closed bwhitman closed 8 months ago

bwhitman commented 8 months ago

The _weak_ stuff was causing more problems (in python, and Arduino) than it was worth

bwhitman commented 8 months ago

Now it's like amy_start(cores, reverb, chorus). None of those are evaluated a-rate so shouldn't slow down things