circuitpython/shared-bindings/synthio
Jeff Epler 51027974e5
synthio: apply biquad filters during synthesis
2023-05-29 10:53:48 -05: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 synthio: explicitly cast away const to satisfy compiler 2023-05-22 21:58:08 -05:00
LFO.h synthio: lfo: bugfixes & improvements 2023-05-21 13:22:47 -05:00
Math.c synthio: doc fixes 2023-05-21 17:49:30 -05:00
Math.h synthio: Finish implementing Math blocks 2023-05-17 16:32:20 -05:00
MidiTrack.c synthio: Add `filter` argument to Synthesizer constructor 2023-05-11 17:56:11 -05:00
MidiTrack.h synthio: Add `filter` argument to Synthesizer constructor 2023-05-11 17:56:11 -05:00
Note.c synthio: apply biquad filters during synthesis 2023-05-29 10:53:48 -05:00
Note.h synthio: apply biquad filters during synthesis 2023-05-29 10:53:48 -05:00
Synthesizer.c synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00
Synthesizer.h synthio: rename synthesizer.lfos to .blocks 2023-05-23 19:38:25 -05:00
__init__.c synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00
__init__.h synthio: fix, rename voct_to_hz 2023-05-23 19:38:24 -05:00