Trait surgeshaper_asym::imports::Waveshaper[][src]

pub trait Waveshaper {
    fn shape(&self, input: __m128, drive: __m128) -> __m128;
}
Expand description

|structs implementing this trait can be used as |waveshapers in our signal path | |it is best to keep the structs themselves |lightweight

Required methods

Implementors