Environment: Siren
MusicModel adds the class instance variable generalityTable that is used for "abstract" music magnitude models such as Pitch and Amplitude.
See the class methods for generality.
Class inst Vars:
generalityTable
Instance variables: generalityTable
generality
generality
generalize: aMag and: otherMag
Answer an array of the two arguments with the most general first.
examples
Pitch generalize: (#c pitch) and: (21 key)