- the scale function has changed (the breaking kind)
instead of:
scale(2,'16a2')
you write:
join(scale('16a2'),scale('16a3'))
and now can create scales with a type:
scale('major C') // Ionian mode
- see git log for all past changes