From a4a30e8b60eb39bd1ea5d1e203b7dce7ec0335a1 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 17 Jun 2022 23:26:07 +0200 Subject: [PATCH] add new tune --- repl/src/tunes.mjs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repl/src/tunes.mjs b/repl/src/tunes.mjs index 900344d9..61a55448 100644 --- a/repl/src/tunes.mjs +++ b/repl/src/tunes.mjs @@ -855,3 +855,13 @@ export const customTrigger = `stack( o.start(t); o.stop(t + hap.duration); }).stack(s("bd(3,8),hh*4,~ sd").webdirt())`; + +export const bornagain = `stack( + freq("55 [110,165] 110 [220,275]".mul("<1 <3/4 2/3>>").struct("x(3,8)") + .layer(x=>x.mul("1.006,.995"))), // detune + freq("440(5,8)".legato(.18).mul("<1 3/4 2 2/3>")).gain(perlin.range(.2,.8)) +).s("/2") + .cutoff(perlin.range(100,4000).slow(4)) + .jux(rev) + .out() + .stack(s("bd(3,8),hh*4,~ sd").webdirt())`;