Trait rft::SampleMut [] [src]

pub trait SampleMut: Sample {
    fn set_normalized(&mut self, value: Precision);
}

Trait for mutable sample data, used for output.

Required Methods

Sets a normalized value between -1.0 and 1.0.

Implementors