[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] Scale




Hey Felix

there are actually two Scale classes, and I suggest that we merge them and put it in Common.

Ah, the one I was looking at was Lance's. I don't know why I thought it was part of the distro.
What's the other one?

I also suggest rather than accessing scales by methods that it is done via a dictionary and a key.
this way you can iterate or choose.

It's nice to be able to do
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?


and then the more the merrier.

Yes!

thor