circuitpython/shared-module/synthio
Mark 1e4d766789
Merge pull request #10288 from gamblor21/synthio_fixedpoint_fix
Fix for fixed point overflow in synthio
2025-04-28 16:52:58 -05:00
..
__init__.c Merge pull request #10288 from gamblor21/synthio_fixedpoint_fix 2025-04-28 16:52:58 -05:00
__init__.h Add sat16 function in more locations 2025-04-23 15:20:47 -05:00
Biquad.c replace number with constant in Biquad 2025-04-25 16:40:11 -05:00
Biquad.h Initial replacement of old Biquad with BlockBiquad 2025-04-01 09:10:25 -05:00
block.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04: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 audio: reduce code size 2025-02-06 21:56:09 -06:00
MidiTrack.h audio: reduce code size 2025-02-06 21:56:09 -06:00
Note.c Initial replacement of old Biquad with BlockBiquad 2025-04-01 09:10:25 -05: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 audio: reduce code size 2025-02-06 21:56:09 -06:00
Synthesizer.h audio: reduce code size 2025-02-06 21:56:09 -06:00