Skip to content

0.2.0

Compare
Choose a tag to compare
@ddj231 ddj231 released this 07 Jan 23:16
· 155 commits to master since this release
  • 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