Class:            MusicModel

Environment:      Siren
Superclass:         Siren.MusicMagnitude
Category:         Music-Models-Representation
Class instance variables:   generalityTable

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 Integer)> The species generality table

MetaClass:         MusicModel class

Instance variables:   generalityTable

generality

generality
   Answer the class inst var for the generality table.

generalize: aMag and: otherMag
   Answer an array of the two arguments with the most general first.

examples

examples
   Pitch generalize: (#c pitch) and: (21 key)