Documentation · Generators
Name#a;b;c Selectors
After #, segments separated by ; choose a derivation by what it holds. A number picks, asc and desc order by pitch, and anything else must match the item at that position.
anymatches any item.- Positions count items, so a note with its marks is one position.
- A number counts among the matches:
Arp#asc;2is the second lowest. - Selectors compose with slices:
Arp#2[1:].
Choose a derivation by its contents.
c2 c2 d2 f#2 c2 f#2 d2 d2
Order by pitch.
d4 g4 b4 c4 f4 a4
A selector and a slice together.
f4 a4 d5