StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
196 stars 5 forks source link

Move pitch class to utils #13

Closed sjfricke closed 3 years ago

sjfricke commented 3 years ago

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