[][src]Trait tune::tuning::Scale

pub trait Scale {
    fn sorted_pitch_of(&self, degree: i32) -> Pitch;
fn find_by_pitch_sorted(&self, pitch: Pitch) -> Approximation<i32>; fn as_sorted_tuning(&self) -> SortedTuning<'_, Self> { ... } }

Required methods

fn sorted_pitch_of(&self, degree: i32) -> Pitch

fn find_by_pitch_sorted(&self, pitch: Pitch) -> Approximation<i32>

Loading content...

Provided methods

fn as_sorted_tuning(&self) -> SortedTuning<'_, Self>

Loading content...

Implementations on Foreign Types

impl<S: Borrow<Scl>, K: Borrow<Kbm>> Scale for (S, K)[src]

Loading content...

Implementors

Loading content...