diff --git a/website/src/pages/de/workshop/first-sounds.mdx b/website/src/pages/de/workshop/first-sounds.mdx index 8fa2ddaa..104cf4d0 100644 --- a/website/src/pages/de/workshop/first-sounds.mdx +++ b/website/src/pages/de/workshop/first-sounds.mdx @@ -25,14 +25,14 @@ Los geht's mit ein paar Sounds: -Glückwunsch, du bist nun am live coden! +Glückwunsch, du kannst nun live coden! Die ganze Seite ist voller interaktiver Textfelder. In jedes kannst du hineinklicken und mit `Strg`+`Enter` starten / aktualisieren und mit `Strg+.` stoppen. **Probiere mehr Sounds aus** -Mit ":" kannst du einen anderen Sound aus dem Set wählen: +Mit `:` gefolgt von einer Zahl kannst du einen anderen Sound aus dem Set wählen: @@ -44,7 +44,7 @@ Ohne Zahl ist gleichbedeutend mit `:0` Hier sind ein paar mehr Sounds zum ausprobieren: ``` -insect wind jazz metal east crow casio +insect wind jazz metal east crow casio space numbers ``` Probier verschiedene Kombinationen von Sounds und Nummern! Es kann sein dass du kurz nichts hörst während ein neuer Sound lädt. @@ -195,8 +195,7 @@ Es kommt öfter vor dass man die gleiche Idee auf verschiedene Arten ausdrücken client:visible tune={`sound(\`bd*2, ~ cp, ~ ~ ~ oh, hh*4, -[~ perc:1*2]*2, -[~ jvbass]*2\`)`} +[~ sawtooth]*2\`)`} punchcard /> diff --git a/website/src/pages/de/workshop/pattern-effects.mdx b/website/src/pages/de/workshop/pattern-effects.mdx index f25afdd7..b701958a 100644 --- a/website/src/pages/de/workshop/pattern-effects.mdx +++ b/website/src/pages/de/workshop/pattern-effects.mdx @@ -161,23 +161,10 @@ Probier `ply` mit einem pattern zu automatisieren, z.b. `"<1 2 1 3>"` -In der notation `x=>x.`, das `x` ist das pattern das wir bearbeiten. +In der notation `x=>x.`, das `x` ist das Pattern das wir bearbeiten. -Das Beispiel oben sieht ohne `off` so aus: - -] <2 3> [~ 1]>*2").color("cyan"), - n("<0 [4 <3 2>] <2 3> [~ 1]>*2".add(7).late(1/8)).color("magenta") -).scale("/2") -.s("triangle").adsr(".01:.1:0").room(.5)`} - punchcard -/> - `off` ist auch nützlich für sounds: @@ -34,7 +32,7 @@ You can always click inside and hit `ctrl`+`enter` to start / update and `ctrl+. **Try more Sounds** -You can pick a different sample from the same set, with ':' +You can pick a different sample from the same set, with `:`, followed by a number: @@ -46,7 +44,7 @@ Not using a number is like doing `:0` Here are some more sound sets to try: ``` -insect wind jazz metal east crow casio +insect wind jazz metal east crow casio space numbers ``` Try out different Combinations of sounds and numbers! You might hear a little pause while the sound is loading @@ -197,8 +195,7 @@ It is quite common that there are many ways to express the same idea. client:visible tune={`sound(\`bd*2, ~ cp, ~ ~ ~ oh, hh*4, -[~ perc:1*2]*2, -[~ jvbass]*2\`)`} +[~ sawtooth]*2\`)`} punchcard /> diff --git a/website/src/pages/workshop/pattern-effects.mdx b/website/src/pages/workshop/pattern-effects.mdx index 7e028b6f..23346ccb 100644 --- a/website/src/pages/workshop/pattern-effects.mdx +++ b/website/src/pages/workshop/pattern-effects.mdx @@ -163,19 +163,6 @@ In the notation `x=>x.`, the `x` is the shifted pattern, which where modifying. -The above is like writing: - -] <2 3> [~ 1]>*2").color("cyan"), - n("<0 [4 <3 2>] <2 3> [~ 1]>*2".add(7).late(1/8)).color("magenta") -).scale("/2") -.s("triangle").adsr(".01:.1:0").room(.5)`} - punchcard -/> - off is also useful for sounds: