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