circuitpython/shared-bindings/synthio
Dan Halbert 2171e67c1b merge latest adafruit/main 2023-08-13 19:43:54 -04:00
..
Biquad.c synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00
Biquad.h synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00
LFO.c wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
LFO.h synthio: lfo: bugfixes & improvements 2023-05-21 13:22:47 -05:00
Math.c wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
Math.h synthio: Finish implementing Math blocks 2023-05-17 16:32:20 -05:00
MidiTrack.c wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
MidiTrack.h synthio: Add `filter` argument to Synthesizer constructor 2023-05-11 17:56:11 -05:00
Note.c merge latest adafruit/main 2023-08-13 19:43:54 -04:00
Note.h synthio: apply biquad filters during synthesis 2023-05-29 10:53:48 -05:00
Synthesizer.c merge latest adafruit/main 2023-08-13 19:43:54 -04:00
Synthesizer.h synthio: Add Synthesizer.note_state 2023-07-20 13:16:00 -05:00
__init__.c merge latest adafruit/main 2023-08-13 19:43:54 -04:00
__init__.h synthio: Add Synthesizer.note_state 2023-07-20 13:16:00 -05:00