From d01c64200d5b10ef7188a21be6b12d9bc7aad381 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sat, 27 Sep 2025 22:55:40 +0200 Subject: [PATCH] add first track by switch angel --- tracks/switch-angel-acid.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tracks/switch-angel-acid.js diff --git a/tracks/switch-angel-acid.js b/tracks/switch-angel-acid.js new file mode 100644 index 0000000..5ff7106 --- /dev/null +++ b/tracks/switch-angel-acid.js @@ -0,0 +1,15 @@ +// Switch Angel's tempo setup - 140 BPM +setCps(140/60/4) + +// ACID bassline with sidechain ducking +$: s("sbd*4")._scope() +.duck("2:3:4").duckattack(.2).duckdepth(.8) + +// Complex bass pattern - removing the unknown .rtb() method +$bass: n(irand(10).sub(7).seg(16)).scale("D:minor") +.distort("2.2") // simplified distortion syntax +.s("sawtooth").lpf(200).lpenv(2.28) // filter envelope modulation +.lpq(12).orbit(2) // high resonance, orbit 2 + +// Supersaw pad with detuning and beat sync +$: s("supersaw").detune(1).rel(5).beat(2, 32).slow(2)