circuitpython/shared-module/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
..
MidiTrack.c synthio: add stereo & Note.panning 2023-05-11 09:31:18 -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 Add synthio.Synthesizer 2023-04-02 20:37:23 -05:00
__init__.c synthio: add stereo & Note.panning 2023-05-11 09:31:18 -05:00
__init__.h synthio: add stereo & Note.panning 2023-05-11 09:31:18 -05:00