circuitpython/shared-bindings/synthio
Jeff Epler e9e4ce9546
add waveform support in synthio
a waveform object (array of 'h') can be passed in, replacing the
standard square wave. This waveform must be a 'single cycle waveform'
and some obvious things to pass in are sine, triangle or sawtooth waves,
but you can construct whatever you like.
2023-04-01 11:46:38 -05:00
..
MidiTrack.c add waveform support in synthio 2023-04-01 11:46:38 -05:00
MidiTrack.h add waveform support in synthio 2023-04-01 11:46:38 -05:00
__init__.c add waveform support in synthio 2023-04-01 11:46:38 -05:00
__init__.h add waveform support in synthio 2023-04-01 11:46:38 -05:00