Struct processors::oscillators::Saw [] [src]

pub struct Saw { /* fields omitted */ }

Methods

impl Saw
[src]

[src]

Trait Implementations

impl Processor<[f32; 1]> for Saw
[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]

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

[src]

return the amount of inputs

[src]

return the amount of outputs

[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