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.

  • any matches any item.
  • Positions count items, so a note with its marks is one position.
  • A number counts among the matches: Arp#asc;2 is the second lowest.
  • Selectors compose with slices: Arp#2[1:].

Choose a derivation by its contents.

running…edit it and it re-runs as you type

c2 c2 d2 f#2 c2 f#2 d2 d2

Order by pitch.

running…edit it and it re-runs as you type

d4 g4 b4 c4 f4 a4

A selector and a slice together.

running…edit it and it re-runs as you type

f4 a4 d5