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