From cf6bfd0e300449dbabd08296783c3714a0ff2347 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 6 Jun 2022 19:10:48 +0200 Subject: [PATCH] add clapping music --- talk/deck.mdx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/talk/deck.mdx b/talk/deck.mdx index e0a5ef9b6..862be7db3 100644 --- a/talk/deck.mdx +++ b/talk/deck.mdx @@ -134,12 +134,17 @@ Oscillator Detune in slow motion x.fast(1.01).color('#ff00ff50')) .slow(2) .tone((await piano()).toDestination()) .pianoroll({fold:1,vertical:0,cycles:8})`, + `// Steve Reich - Clapping Music +s("hh").struct("x!3 ~ x!2 ~ x ~ x!2 ~").speed(.8) + .jux(x=>x.speed(1.2) + .late("<0 1 2 3 4 5 6 7 8 9 10 11>/8".div(12)) + ).slow(2).webdirt().pianoroll()`, ]} /> @@ -200,8 +205,16 @@ Oscillator Detune in slow motion ## Continuous Signals x.fast(3/2).color('#ff00ff50')) + .fast(1) + .segment(64) + .pianoroll({fold:0,vertical:0,cycles:2}) +// strudel disable-highlighting`, + ]} />