As each class will want to refer to the "note"/"pitchClass"/etc it will be nice to have a single location to reference to keep everything in sync... for now move to utils
Also changed PitchClass::NUM_PITCH_CLASSES to PitchClass::COUNT as I've seen that around in other code bases and it isn't redundant
As each class will want to refer to the "note"/"pitchClass"/etc it will be nice to have a single location to reference to keep everything in sync... for now move to utils
Also changed
PitchClass::NUM_PITCH_CLASSES
toPitchClass::COUNT
as I've seen that around in other code bases and it isn't redundant