From 99a8549e99f8f3eff63b6acbcd9641ae62453961 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sat, 9 Sep 2023 16:19:12 +0200 Subject: [PATCH] The real internet of things (demo song) --- src/examples/excerpts.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/examples/excerpts.ts b/src/examples/excerpts.ts index 8d7301a..d96b682 100644 --- a/src/examples/excerpts.ts +++ b/src/examples/excerpts.ts @@ -1,4 +1,11 @@ export const examples = [ + `// The real internet of things - Bubobubobubo +mod(.5) :: sound('STA6').cut(1).vel(0.4) + .orbit(2).room(0.5).size(0.5).n(irand(1,4)) + .speed([0.15, 0.30].beat()).out() +binrhythm(.5, 50) :: sound('shaker').out() +binrhythm(.5, 52) :: sound('808bd').n(3).out() +rhythm(.25, 6, 8) :: sound('808sd').out()`, `// Numerology - Bubobubobubo let mel = [ "0.125 _ (0 3 7 0 3 5 0 3 9)+(0 2)", "0.125 (0 7 0 10 0 5)+(0 3)",