Struct oxcable_basic_devices::tremolo::Tremolo [] [src]

pub struct Tremolo {
    // some fields omitted
}

A tremolo filter.

Methods

impl Tremolo

fn new(intensity: f32) -> Self

Returns a new single-channel tremolo filter.

intensity is in decibels.

Trait Implementations

impl MessageReceiver for Tremolo

type Msg = Message

fn handle_message(&mut self, msg: Message)

impl AudioDevice for Tremolo

fn num_inputs(&self) -> usize

fn num_outputs(&self) -> usize

fn tick(&mut self, _: Time, inputs: &[Sample], outputs: &mut [Sample])