@@ -36,8 +36,33 @@ This tutorial is broken up into sections.
3636* [ 3. Filters] ( ./README-3-Filters.md )
3737-- How to use synthio's filters and modulate them
3838
39- * [ 4. Wavetables] ( ./README-4-Wavetables.md )
40- -- Change a note's waveform, at any time
39+ * [ 4. Oscillators and Wavetables] ( ./README-4-Oscillators -Wavetables.md )
40+ -- Change a note's waveform, at any time, even use WAVs
4141
42- * [ 5. MIDI] ( ./README-MIDI.md )
43- -- How to respond to velocity and pitchbend in synthio
42+ * [ 5. MIDI] ( ./README-5-MIDI.md )
43+ -- How to respond to MIDI messages (velocity, pitchbend, CCs) in synthio
44+
45+ * [ 6. Synth Voice] ( ./README-4-Synth-Voice.md ) [ tbd]
46+ -- Buildling a full synth voice in synthio
47+
48+
49+ ## Examples
50+
51+ Here's some simple examples using synthio showing what's possible
52+
53+ * [ tiny_lfo_song] ( https://www.youtube.com/watch?v=m_ALNCWXor0 ) -- song with just LFOs
54+ * [ eighties_dystopia] ( https://www.youtube.com/watch?v=EcDqYh-DzVA ) -- 80s-style miasma
55+ * [ quicky_theremin] ( ) -- simple theremin using ` touchio `
56+ * [ wavetable_midisynth] ( https://www.youtube.com/watch?v=CrxaB_AVQqM ) -- Play wavetables with MIDI
57+ * [ monosynth1] ( https://www.youtube.com/watch?v=EcDqYh-DzVA ) -- MIDI-controlled thick monosynth
58+ * [ two_pot_drone_synth] ( https://www.youtube.com/watch?v=xEmhk-dVXqQ ) -- 3-voice two-knob drone synth
59+
60+ ## Projects using synthio
61+
62+ I and others have created several projects that use ` synthio ` .
63+ Some are listed here:
64+
65+ * [ circuitpython-syntho-tricks] ( https://github.com/todbot/circuitpython-synthio-tricks )
66+ * [ pico_test_synth] ( https://github.com/todbot/pico_test_synth )
67+ * [ qtpy_synth] ( https://github.com/todbot/qtpy_synth )
68+ * [ Workshop Computer] ( https://github.com/todbot/Workshop_Computer/tree/main/Demonstrations%2BHelloWorlds/CircuitPython )
0 commit comments