circuitpython/shared-module/synthio
Jeff Epler b011468251
Add synthio.Synthesizer
In contrast to MidiTrack, this can be controlled from Python code,
turning notes on/off as desired.

Not tested on real HW yet, just the acceptance test based on checking
which notes it thinks are held internally.
2023-04-02 20:37:23 -05:00
..
__init__.c Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00
__init__.h Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00
MidiTrack.c Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00
MidiTrack.h Factor out the synthesizer from midi track 2023-04-02 18:54:07 -05:00
Synthesizer.c Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00
Synthesizer.h Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00