Supercollider Class

From Noisebridge
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

https://github.com/lazzarello/supercollider-tutorial

Based on Nick Collins's course work.

Week 1

1. Introduction and Overview

1.1 Obtaining SC3.html

1.2 Getting Started.html

1.3 Getting Around in SC3.html

Week 1 exercise: Explore SuperCollider!

Week 2

2. Sound Synthesis 1: Additive, Subtractive, Modulation

2.1 Subtractive and Additive Synthesis.html

2.2 Mul and add.html

2.3 Controlling Synths.html

2.4 Modulation Synthesis.html

2.5 More Synthesis Examples.html

Week 2 exercise: explore the materials thoroughly, looking up anything you don't understand; create additive, subtractive and modulation synthesis patches of your own

Week 3

3. Sequencing

3.1 Envelopes.html

3.2 SynthDefs.html

3.3 Sequencing.html

3.4 Server-side Sequencing and Triggers.html

3.5 Nested Scheduling.html

Week 3 exercise: Practice creating some SynthDefs (which should have a doneAction:2 in them), and make simple sequences where you schedule Synths over time in an entertaining way

Week 4

4. Interaction 1

4.1 Interaction 1.html

4.2 Graphical User Interfaces.html

4.3 Further GUI Example.html

Week 4 exercise: Mock up a simple prototype GUI that controls some simple sound synthesis. If you're stuck for ideas, make a subtractive synthesizer with GUI controls for the filter. Or convert any of your existing sound synthesis patches for GUI control

Week 5

Week 6

Week 7

Week 8

Week 9

Week 10

Week 11

Week 12

Extended Resources

Learning links of various quality and availability.