circuitpython/shared-module/synthio
Mark 92ef41083a
Merge pull request #9756 from jepler/synthio-blockbiquad
synthio: Add a form of biquad filter that uses BlockInputs
2024-11-10 17:43:58 -06:00
..
__init__.c Merge pull request #9756 from jepler/synthio-blockbiquad 2024-11-10 17:43:58 -06:00
__init__.h Add BlockBiquad 2024-10-24 11:39:23 -05:00
Biquad.c Add BlockBiquad 2024-10-24 11:39:23 -05:00
Biquad.h Add BlockBiquad 2024-10-24 11:39:23 -05:00
block.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
BlockBiquad.c BlockBiquad: Only recalculate when needed. 2024-11-07 14:14:13 -06:00
BlockBiquad.h BlockBiquad: Only recalculate when needed. 2024-11-07 14:14:13 -06:00
LFO.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
LFO.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Math.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Math.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
MidiTrack.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
MidiTrack.h guard2once -s ... 2024-05-19 20:40:44 -04:00
Note.c Add support for synthio.BlockInput on synthio.Note.waveform_loop_start, synthio.Note.waveform_loop_end, synthio.Note.ring_waveform_loop_start, and synthio.Note.ring_waveform_loop_end. 2024-11-03 20:30:06 -06:00
Note.h Add support for synthio.BlockInput on synthio.Note.waveform_loop_start, synthio.Note.waveform_loop_end, synthio.Note.ring_waveform_loop_start, and synthio.Note.ring_waveform_loop_end. 2024-11-03 20:30:06 -06:00
Synthesizer.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
Synthesizer.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00