circuitpython/shared-bindings/synthio
Jeff Epler e87e7ee54f
synthio: add stereo & Note.panning
A note can be placed in the center (panning=0) or moved to just the left
(panning=1) or right (panning=-1) channels. Fractional panning values
place it partially in both channels.
2023-05-11 09:31:18 -05:00
..
__init__.c synthio: Generalize vibrato into bend 2023-05-11 09:31:07 -05:00
__init__.h synthio: Generalize vibrato into bend 2023-05-11 09:31:07 -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: add stereo & Note.panning 2023-05-11 09:31:18 -05:00
Note.h synthio: add stereo & Note.panning 2023-05-11 09:31:18 -05:00
Synthesizer.c synthio: add stereo & Note.panning 2023-05-11 09:31:18 -05:00
Synthesizer.h synthio: add stereo & Note.panning 2023-05-11 09:31:18 -05:00