circuitpython/shared-bindings/synthio
Jeff Epler a94031d094
synthio: make most Note constructor args kw-only
for similar reasons as Envelope. The mandatory frequency argument can
still be given as a positional argument.
2023-05-04 10:16:19 -05:00
..
MidiTrack.c synthio: MidiTrack: sample_rate is always available 2023-05-03 09:37:02 -05:00
MidiTrack.h synthio: Add `MidiTrack.error_location` to record errors 2023-05-03 09:37:02 -05:00
Note.c synthio: make most Note constructor args kw-only 2023-05-04 10:16:19 -05:00
Note.h synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00
Synthesizer.c synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00
Synthesizer.h synthio: implement envelope 2023-04-25 12:05:53 -05:00
__init__.c synthio: make sustain level relative to attack level 2023-05-04 07:23:50 -05:00
__init__.h synthio: add midi_to_hz 2023-05-04 07:23:48 -05:00