From 1a9b57e66c4a0be81eb3697c91dc92a469047c5c Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 6 Jun 2022 13:20:17 +0200 Subject: [PATCH] add phasing example --- talk/deck.mdx | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/talk/deck.mdx b/talk/deck.mdx index 7553abedc..e0a5ef9b6 100644 --- a/talk/deck.mdx +++ b/talk/deck.mdx @@ -3,8 +3,7 @@ import { MaxiRepl } from './MaxiRepl'; import ImgTile from './ImgTile'; - - +

Strudel

@@ -21,8 +20,7 @@ import ImgTile from './ImgTile'; -
- + ## What is Live Coding? @@ -34,8 +32,7 @@ import ImgTile from './ImgTile';

Screenshot: "Olivia Jack - Hydra, Live Coding Visuals in the Browser"

-
- + ## What is Tidal Cycles? @@ -50,8 +47,7 @@ import ImgTile from './ImgTile';

Screenshot: "Yaxu & hellocatfood - LIVE code for Noise Quest"

-
- + ## What is Strudel? @@ -73,8 +69,7 @@ import ImgTile from './ImgTile';

Screenshot: "Algorave 10th Birthday March 2022 - froos"

-
- + ## A Taste of Strudel @@ -131,8 +126,28 @@ stack( ]} /> - - + + +## Phasing + +Oscillator Detune in slow motion + +x.fast(1.01).color('#ff00ff50')) + .slow(2) + .tone((await piano()).toDestination()) + .pianoroll({fold:1,vertical:0,cycles:8})`, + ]} +/> + + + +## Polyrhythms vs Polyphony + + ## About Me