Struct monochord::tuning::EqualSteps [] [src]

pub struct EqualSteps { /* fields omitted */ }

Tuning with equal steps

Methods

impl EqualSteps
[src]

Creates a new tuning with step size step and given reference pitch

Creates a new tuning with given step size and Hz(440.0) as reference pitch

Trait Implementations

impl Debug for EqualSteps
[src]

Formats the value using the given formatter.

impl Clone for EqualSteps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Tuning for EqualSteps
[src]

Returns the reference pitch of the tuning

Returns the pitch of a step

Returns an interval from one step to another