pub trait PitchClass {
// Required method
fn pitch(&self) -> PitchTy;
}Expand description
Used to denote a particular pitch class; pitch classes are symbolic representations of pre-defined frequencies.
pub trait PitchClass {
// Required method
fn pitch(&self) -> PitchTy;
}Used to denote a particular pitch class; pitch classes are symbolic representations of pre-defined frequencies.