-
Notifications
You must be signed in to change notification settings - Fork 9
/
Examples_of_Complete_Pieces.scd
38 lines (25 loc) · 1.15 KB
/
Examples_of_Complete_Pieces.scd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// =================
// Example pieces
// =================
// James Harkins on Blue Rondo Phase by Dave Brubeck:
"https://soundcloud.com/dewdrop_world/blue-rondo-phase".openDocument;
// Kraftwerk's SpaceLab
"https://github.com/supercollider/supercollider/blob/master/examples/pieces/spacelab.scd".openDocument;
// More example pieces
"https://github.com/supercollider/supercollider/tree/master/examples/pieces".openDocument;
// =================
// Student pieces
// =================
// Created just after a few weeks of learning SuperCollider
// Reilly Farrell's "Waltz of the Cabypara" (AM synthesis)
"https://soundcloud.com/capybarrage-reilly/waltz-of-the-capybara".openDocument
// Reilly Farrell's Robo-Enya (Sampling)
"https://soundcloud.com/capybarrage-reilly/robo-enya-updated".openDocument;
// Jonathan Coon's "Avant Gard" (Pluck)
"https://soundcloud.com/jonathan-coon/avant-garde-assignment-4".openDocument;
// Tina Traboulsi's "Pachelbel's Canon"
"https://soundcloud.com/tina-traboulsi/pachabels-canon".openDocument;
// ===========================
// Synthesis Techniques Demo
// ===========================
"http://sccode.org/bruno".openDocument;