|
|
|
@ -1,14 +1,11 @@ |
|
|
|
|
// ===================================================================== |
|
|
|
|
// SuperCollider Workspace 20.FEB 2021 |
|
|
|
|
// ===================================================================== |
|
|
|
|
|
|
|
|
|
( |
|
|
|
|
|
|
|
|
|
Server.default.waitForBoot { fork { |
|
|
|
|
|
|
|
|
|
~revBus.free; |
|
|
|
|
~revFx.free; |
|
|
|
|
|
|
|
|
|
s.sync; |
|
|
|
|
|
|
|
|
|
~revBus = Bus.audio(s, 2); |
|
|
|
@ -40,15 +37,14 @@ Server.default.waitForBoot { fork { |
|
|
|
|
}).add; |
|
|
|
|
|
|
|
|
|
s.sync; |
|
|
|
|
|
|
|
|
|
~revFx = Synth(\revfx, [\inBus, ~revBus, \amp, 0.4, \wet, 0.4], addAction:\addAfter); |
|
|
|
|
|
|
|
|
|
s.sync; |
|
|
|
|
|
|
|
|
|
Pbindef(\betP, *[ |
|
|
|
|
instrument: \bet, |
|
|
|
|
dur: Prand((1..10), inf) * 0.03 + 1/4 * 0.8, |
|
|
|
|
|
|
|
|
|
// from Ichika Nito - Arpeggio // |
|
|
|
|
note: Pseq([ |
|
|
|
|
-3, 13, 15, 20, 16, Rest(), // Dbm(add9)/A |
|
|
|
|
-3, 12, 18, 23, 16, Rest(), // Am69 |
|
|
|
|