shorepine / amy

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

amy.py: Tolerate amy.send(time=None). #220

Closed dpwe closed 2 months ago

dpwe commented 2 months ago

I made Amy.send() raise a ValueError if args were passed with value None, but it turns out we do this with time= a lot.