Skip to content

Releases: ddj231/Handel

0.2.0

07 Jan 23:16
Compare
Choose a tag to compare
  • 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

0.1.17

06 Jan 21:41
Compare
Choose a tag to compare
  • bug fix: run chunks losing sync

v0.1.12

06 Jan 02:42
Compare
Choose a tag to compare
  • allows the play command to take a loop customization. Ex. play E4 for 1b loop for 2

v0.1.11

05 Jan 02:29
Compare
Choose a tag to compare
  • fixes duration variable bug

v0.1.9

04 Jan 20:06
Compare
Choose a tag to compare
  • Uses latest version for instrument sounds

v0.1.8

04 Jan 19:31
Compare
Choose a tag to compare
  • Allows arbitrary beat lengths (no longer just 1b, 2b, 3b, and 4b)
  • Adds line numbers to parser errors

v0.1.7

02 Jan 18:20
Compare
Choose a tag to compare

fixed bpm bug that prevented non identical bpms

v0.1.4

01 Jan 23:56
Compare
Choose a tag to compare
update readme