From e6c15dc3c541995d12a38ba40096d00c810b484d Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 19 Apr 2022 21:46:44 +0200 Subject: [PATCH] add waa example --- repl/src/tunes.mjs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repl/src/tunes.mjs b/repl/src/tunes.mjs index f85fbfea..2936f1d5 100644 --- a/repl/src/tunes.mjs +++ b/repl/src/tunes.mjs @@ -742,3 +742,13 @@ bell = bell.chain(vol(0.6).connect(delay),out()); .stack("".euclidLegato(6,8,1).tone(bass.toDestination())) .slow(6) .pianoroll({minMidi:20,maxMidi:120,background:'transparent'})`; + +export const waa = `"a4 [a3 c3] a3 c3" + .sub(slowcat(7,12).slow(2)) + .off(1/8,add(12)) + .off(1/4,add(7)) + .legato(.5) + .slow(2) + .wave("sawtooth square") + .filter('lowpass', "<2000 1000 500>") + .out()`;