remove old graphic
This commit is contained in:
parent
37dc723b4b
commit
56cd77942b
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ After the transpilation, the code is ready to be evaluated into a `Pattern`.
|
||||||
|
|
||||||
Behind the scenes, the user code string is parsed with `acorn`, turning it into an Abstract Syntax Tree (AST). The AST allows changing the structure of the code before generating the transpiled version using `escodegen`.
|
Behind the scenes, the user code string is parsed with `acorn`, turning it into an Abstract Syntax Tree (AST). The AST allows changing the structure of the code before generating the transpiled version using `escodegen`.
|
||||||
|
|
||||||
<img src="https://github.com/tidalcycles/strudel/blob/talk/talk/public/shiftflow.png?raw=true" width="800" />
|
|
||||||
|
|
||||||
### Mini-notation
|
### Mini-notation
|
||||||
|
|
||||||
While the transpilation allows JavaScript to express Patterns in a less verbose way, it is still preferable to use the mini-notation as a more compact way to express rhythm. Strudel aims to provide the same mini-notation features and syntax as used in Tidal.
|
While the transpilation allows JavaScript to express Patterns in a less verbose way, it is still preferable to use the mini-notation as a more compact way to express rhythm. Strudel aims to provide the same mini-notation features and syntax as used in Tidal.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue