This is a collection of example synths to run on the qtpy_synth board.
These examples include:
- "hwtest" -- check that all hardware parts work
- "simpletouchsynth" -- very simple single-patch synth with adjustable filter
- "wavesynth" -- wavetable synthesizer with GUI and wavetable selection
To run these examples:
- Copy the contents of the
lib
here directory to CIRCUITPY/lib - Copy everything in example synth's directory to the CIRCUITPY drive
(e.g.
code.py
file and any other files) - Install external libraries. They are listed in
requirements.txt
. The easiest way to install them is withcircup
on the commandline:circup install -r requirements.txt