CircuitPython version
Adafruit CircuitPython 8.1.0-beta.2-29-g40f1ac180 on 2023-05-12; Metro MIMXRT1011 with IMXRT1011DAE5A
Board ID:metro_m7_1011
Code/REPL
import synthio
synthio.midi_to_hz(0)
Behavior
ValueError: note must be 1-127
Description
Lowest note MIDI controllers send is 0, so when i play that note the ValueError is thrown
Additional information
No response
CircuitPython version
Code/REPL
Behavior
ValueError: note must be 1-127Description
Lowest note MIDI controllers send is 0, so when i play that note the ValueError is thrown
Additional information
No response