Trait klib::core::note::HasPrimaryHarmonicSeries
source · pub trait HasPrimaryHarmonicSeries {
// Required method
fn primary_harmonic_series(self) -> Vec<Note>;
}
Expand description
A trait which allows for obtaining the primary harmonic series of the note.
Required Methods§
sourcefn primary_harmonic_series(self) -> Vec<Note>
fn primary_harmonic_series(self) -> Vec<Note>
Returns the primary harmonic series of the note.