Releases: ddj231/Handel
Releases · ddj231/Handel
0.2.0
- Introduces block loops. These are looping structures that run sequentially in a given chunk (or globally if outside a chunk).
Example of a block loop:
block
play C3, E3, G3 for 1b
play D3, F3, A3 for 1b
endblock loop for 10
- allows variable to variable assignment