Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@ddj231 ddj231 released this 05 Feb 23:51
· 24 commits to master since this release

New Features

  • Adds Notegroups
  • Adds select expressions. Select expressions allows you to index into notelists and notegroups (0 indexed)
  • Allows using choose expressions with Notegroups

The syntax for Notegroups is as follows: |E4, G5| C4, D4| E3

Below is an example program that uses Notegroups and select expressions:

start
  save group = |E3| D3, G3| B3, F3
  save sec = select 0 from group
  play sec for 1b
finish