Hey Felix there are actually two Scale classes, and I suggest that we merge them and put it in Common. What's the other one?
a = Scale().ionian This could be done if we'd put a dictionary straight into *new *new { ^() .ionian_([2,2,1,2,2,2,1]) .augmented_([3,1,2,1,3,1]); // etc. } Is this how you'd do it?
thor |