From 4a87df642685889927777d478b90063616d89fe4 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 2 Jun 2024 14:00:47 +0200 Subject: [PATCH] small example tweaks --- website/src/pages/workshop/first-effects.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/pages/workshop/first-effects.mdx b/website/src/pages/workshop/first-effects.mdx index 4a152224..220a7cbc 100644 --- a/website/src/pages/workshop/first-effects.mdx +++ b/website/src/pages/workshop/first-effects.mdx @@ -154,7 +154,7 @@ Can you guess what they do? tune={`stack( note("[~ [<[d3,a3,f4]!2 [d3,bb3,g4]!2> ~]]*2") .sound("gm_electric_guitar_muted"), -sound("").bank("RolandTR707") +sound("bd rim").bank("RolandTR707") ).delay(".5")`} /> @@ -202,7 +202,7 @@ Add a delay too! tune={`stack( note("[~ [<[d3,a3,f4]!2 [d3,bb3,g4]!2> ~]]*2") .sound("gm_electric_guitar_muted").delay(.5), -sound("").bank("RolandTR707").delay(.5), +sound("bd rim").bank("RolandTR707").delay(.5), n("<4 [3@3 4] [<2 0> ~@16] ~>") .scale("D4:minor").sound("gm_accordion:2") .room(2).gain(.5) @@ -216,7 +216,7 @@ Let's add a bass to make this complete: tune={`stack( note("[~ [<[d3,a3,f4]!2 [d3,bb3,g4]!2> ~]]*2") .sound("gm_electric_guitar_muted").delay(.5), -sound("").bank("RolandTR707").delay(.5), +sound("bd rim").bank("RolandTR707").delay(.5), n("<4 [3@3 4] [<2 0> ~@16] ~>") .scale("D4:minor").sound("gm_accordion:2") .room(2).gain(.4), @@ -266,7 +266,7 @@ By the way, inside Mini-Notation, `fast` is `*` and `slow` is `/`. Instead of changing values stepwise, we can also control them with signals: - +