Struct surge_modulation::imports::OscillatorProcessBlockCfg [−][src]
pub struct OscillatorProcessBlockCfg {
pub pitch: f32,
pub drift: f32,
pub stereo: bool,
pub fm: bool,
pub fm_depth: f32,
}
Fields
pitch: f32
drift: f32
stereo: bool
fm: bool
fm_depth: f32
Trait Implementations
Returns the “default value” for a type. Read more