circuitpython/shared-bindings/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 Rename FilterType -> FilterMode 2024-10-24 20:53:31 -05:00
__init__.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Biquad.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
Biquad.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
BlockBiquad.c add notch filter to docs 2024-11-10 14:36:07 -06:00
BlockBiquad.h BlockBiquad: Use Q as argument name 2024-11-07 13:59:23 -06:00
LFO.c remove useless comments 2024-08-27 23:43:24 +02:00
LFO.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Math.c remove useless comments 2024-08-27 23:43:24 +02: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 update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Note.c Update loop docstrings to demonstrate BlockInput implementation. 2024-11-04 11:25:51 -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 Synthesizer: Match documentation to implementation. 2024-11-07 13:58:18 -06:00
Synthesizer.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00