Struct processors::distortion::SawWave [] [src]

pub struct SawWave {}

Methods

impl SawWave
[src]

[src]

Trait Implementations

impl Processor<[f32; 1]> for SawWave
[src]

[src]

Override this function if you want to work on FrameSets Read input from the input FrameSet and write it to the output FrameSet Read more

[src]

return the amount of outputs

[src]

return the amount of inputs

[src]

Override this function if you want to work on BufferSets. Read input from the input BufferSet and write it to the output BufferSet Read more

[src]

Override this function if you want your processor to store the Samplerate