circuitpython/shared-module/synthio
2023-05-12 14:00:32 -05:00
..
__init__.c synthio: Fix FIR filtering when audio is stereo 2023-05-12 14:00:32 -05:00
__init__.h synthio: Factor out synth_note_into_buffer, start adding filter buffer 2023-05-11 18:59:05 -05:00
MidiTrack.c synthio: Add filter argument to Synthesizer constructor 2023-05-11 17:56:11 -05:00
MidiTrack.h synthio: Add MidiTrack.error_location to record errors 2023-05-03 09:37:02 -05:00
Note.c synthio: note: fix assigning bend & tremolo coefficients dynamically 2023-05-12 14:00:31 -05:00
Note.h synthio: Add filter boolean property to Note objects 2023-05-11 17:58:09 -05:00
Synthesizer.c synthio: fix crash on synthesizer.press((float,)) 2023-05-12 14:00:31 -05:00
Synthesizer.h Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00