From e10104d401024a9c9ea0e678e22f48d10e04346f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 9 Jun 2023 20:59:40 +0200 Subject: [PATCH] bring de improvements to en workshop --- .../src/pages/de/workshop/first-sounds.mdx | 2 +- website/src/pages/workshop/first-sounds.mdx | 44 ++++++++++++++----- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/website/src/pages/de/workshop/first-sounds.mdx b/website/src/pages/de/workshop/first-sounds.mdx index ecf8037f..7654a220 100644 --- a/website/src/pages/de/workshop/first-sounds.mdx +++ b/website/src/pages/de/workshop/first-sounds.mdx @@ -39,7 +39,7 @@ Gerade haben wir schon den ersten sound mit `sound` abgespielt: -`casio` ist einer von vielen Stanard Sounds. +`casio` ist einer von vielen Standard Sounds. Probier ein paar andere Sounds aus: diff --git a/website/src/pages/workshop/first-sounds.mdx b/website/src/pages/workshop/first-sounds.mdx index ef50714d..893a563d 100644 --- a/website/src/pages/workshop/first-sounds.mdx +++ b/website/src/pages/workshop/first-sounds.mdx @@ -11,7 +11,9 @@ import QA from '@components/QA'; This is the first chapter of the Strudel Workshop, nice to have you on board! -Let's start by making some noise: +## Code Fields + +The workshop is full of interactive code fields. Let's learn how to use those. Here is one: @@ -27,27 +29,39 @@ Let's start by making some noise: Congratulations, you are now live coding! -The whole page is filled with these text fields to interact with. -You can always click inside and hit `ctrl`+`enter` to start / update and `ctrl+.` to stop. +## Sounds -**Try more Sounds** +We have just played a sound with `sound` like this: -You can pick a different sample from the same set, with `:`, followed by a number: - - + -Try changing `casio:0` to `casio:1` to hear a different sound in the `casio` set. -Not using a number is like doing `:0` +`casio` is one of many standard sounds. -Here are some more sound sets to try: +Try out a few other sounds: ``` 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 +You might hear a little pause while the sound is loading + + + +**Change Sample Number with :** + +One Sound can contain multiple samples (audio files). + +You can select the sample by appending `:` followed by a number to the name: + + + + + +Try different sound / sample number combinations. + +Not adding a number is like doing `:0` @@ -60,6 +74,8 @@ By default, Strudel comes with a wide selection of drum sounds: + + These letter combinations stand for different parts of a drum set: - `bd` = **b**ass **d**rum @@ -69,6 +85,10 @@ These letter combinations stand for different parts of a drum set: - `hh` = **h**i**h**at - `oh` = **o**pen **h**ihat +Try out different drum sounds! + + + To change the sound character of our drums, we can use `bank` to change the drum machine: @@ -88,6 +108,8 @@ Try changing `RolandTR909` to one of There are a lot more, but let's keep it simple for now +🦥 Pro-Tip: Mark a name via double click. Then just copy and paste! + ## Sequences