diff --git a/paper/iclc2023.md b/paper/iclc2023.md index a3e5ed059..f1219a9ce 100644 --- a/paper/iclc2023.md +++ b/paper/iclc2023.md @@ -25,7 +25,7 @@ In the following paper, we introduce *Strudel*, an alternative implementation of the TidalCycles (or 'Tidal' for short) live coding system. Whereas Tidal is implemented in the pure functional Haskell programming language, Strudel brings it to the multi-paradigm, web-centric JavaScript language. Strudel is an attempt to make live coding more accessible, by creating a system that -car run entirely in the browser, while opening Tidal's approach to +can run entirely in the browser, while opening Tidal's approach to algorithmic patterns [@mcleanAlgorithmicPattern2020a] up to modern audio/visual web technologies. The Strudel REPL is a live code editor dedicated to manipulating patterns while they play, with builtin @@ -107,7 +107,7 @@ Also, the above event data structure has been simplified for readability. ![Screenshot of the Strudel 'REPL' live coding editor, including piano-roll visualisation.](images/strudel-screenshot2.png){ width=60% } -m# Making Patterns +# Making Patterns In practice, the end-user live coder will not deal with constructing patterns directly, but will rather build patterns using Strudel's extensive combinator library, to create, combine and transform patterns.