circuitpython/shared-bindings/synthio
Jeff Epler 477b2300a1
fix definitoin of MidiTrack type
2023-09-22 13:58:01 -05:00
..
Biquad.c allow definition of namedtuples in core 2023-09-22 13:56:16 -05:00
Biquad.h synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00
LFO.c convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
LFO.h synthio: lfo: bugfixes & improvements 2023-05-21 13:22:47 -05:00
Math.c fix definition of MathOperation 2023-09-22 13:57:51 -05:00
Math.h synthio: Finish implementing Math blocks 2023-05-17 16:32:20 -05:00
MidiTrack.c fix definitoin of MidiTrack type 2023-09-22 13:58:01 -05:00
MidiTrack.h initial merge from v1.20.0; just satisifying conflicts 2023-09-19 11:10:12 -04:00
Note.c convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
Note.h synthio: apply biquad filters during synthesis 2023-05-29 10:53:48 -05:00
Synthesizer.c convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
Synthesizer.h synthio: Add Synthesizer.note_state 2023-07-20 13:16:00 -05:00
__init__.c fix use of mp_type_fileio 2023-09-22 13:56:55 -05:00
__init__.h synthio: Add Synthesizer.note_state 2023-07-20 13:16:00 -05:00