====== Strudel.cc ======
==== Links ====
* https://mirakl.tech/beats-bytes-and-basslines-an-introduction-to-live-coding-with-strudel-cc-4d378e86d5b7
==== Videos ====
* https://www.youtube.com/watch?v=aPsq5nqvhxg -- Drum & Bass
* https://www.youtube.com/watch?v=HkgV_-nJOuE -- 2 Minute Deep Acid
==== Tastatur-Shortcuts ====
* ''Ctrl + Enter'' -- play or update code
* ''Ctrl + .'' -- stop playback
==== REPL syntax shortcuts ====
* Sequence: ''space'' e.g., sound("bd bd sd hh")
* Repeat: ''*'' e.g., sound("hh*8")
* Fast playback: ''*'' e.g., ''sound("[bd sd cp cp]*2")''
* Slow playback: ''/'' e.g., ''note("[c a f e]/2"))''
* Parallel playback: , e.g., ''sound("bd*2, cp*2")''
Alternating playback: <> (e.g., note("c ")).
Elongated duration: @ (e.g., note("c@3 e")).
Replication: ! (e.g., note("c!3 e")).
Sub-sequences: [] (e.g., sound("bd wind [metal jazz] hh")).
==== Beispiele: ====
* [[strudel-musik|Interner Link]]
* https://github.com/eefano/strudel-songs-collection
* https://www.strudelmarket.com/
* https://strudel.cc/examples/
* https://strudel.cc/bakery/