circuitpython/shared-module/synthio
dcooperdalrymple 55db6b7947 Added `SYNTHIO_WAVEFORM_SIZE` definition, renamed 'loop_...' to 'waveform_loop_...', added 'ring_waveform_loop_...` parameters, and updated docstrings. 2023-11-20 09:50:03 -06:00
..
Biquad.c synthio: reorganize the order of operations 2023-05-31 14:22:43 -05:00
Biquad.h synthio: reorganize the order of operations 2023-05-31 14:22:43 -05:00
LFO.c synthio: lfo: bugfixes & improvements 2023-05-21 13:22:47 -05:00
LFO.h synthio: lfo: bugfixes & improvements 2023-05-21 13:22:47 -05:00
Math.c pre-commit fixes 2023-08-14 00:59:22 -04:00
Math.h synthio: Finish implementing Math blocks 2023-05-17 16:32:20 -05:00
MidiTrack.c synthio: more fir-filter removal; fix biquad logic errors 2023-05-30 09:24:26 -05:00
MidiTrack.h synthio: Add `MidiTrack.error_location` to record errors 2023-05-03 09:37:02 -05:00
Note.c Added `SYNTHIO_WAVEFORM_SIZE` definition, renamed 'loop_...' to 'waveform_loop_...', added 'ring_waveform_loop_...` parameters, and updated docstrings. 2023-11-20 09:50:03 -06:00
Note.h Added `SYNTHIO_WAVEFORM_SIZE` definition, renamed 'loop_...' to 'waveform_loop_...', added 'ring_waveform_loop_...` parameters, and updated docstrings. 2023-11-20 09:50:03 -06:00
Synthesizer.c Switch to using MP_ERROR_TEXT instead of translate, globally 2023-10-30 09:49:06 +01:00
Synthesizer.h synthio: rename synthesizer.lfos to .blocks 2023-05-23 19:38:25 -05:00
__init__.c Added `SYNTHIO_WAVEFORM_SIZE` definition, renamed 'loop_...' to 'waveform_loop_...', added 'ring_waveform_loop_...` parameters, and updated docstrings. 2023-11-20 09:50:03 -06:00
__init__.h synthio: Add Synthesizer.note_state 2023-07-20 13:16:00 -05:00
block.h synthio: avoid exceptions inside get_buffer 2023-05-21 13:22:50 -05:00