Enum surgefilter_comb::imports::FilterParam [−][src]
pub enum FilterParam {
Type,
SubType,
Cutoff,
Resonance,
EnvelopeMode,
KeyTrack,
}
Variants
Implementations
Iterate over all variants in this enum, in sorted order.
Trait Implementations
pub fn index_mut(
&mut self,
x: FilterParam
) -> &mut <FilterParamArray<T> as Index<FilterParam>>::Output
pub fn index_mut(
&mut self,
x: FilterParam
) -> &mut <FilterParamArray<T> as Index<FilterParam>>::Output
Performs the mutable indexing (container[index]
) operation. Read more
fn control_style(&self) -> ControlStyle
fn extend_range(&self) -> bool
fn affect_other_parameters(&self) -> bool
fn can_temposync(&self) -> bool
fn can_extend_range(&self) -> bool
fn can_be_absolute(&self) -> bool
fn get_modulation_f01(&self, modulation: f32) -> f32
fn get_modulation_f01(&self, modulation: f32) -> f32
used by the gui to get the position of the modulated handle Read more
fn set_modulation_f01(&self, v: f32) -> f32
fn set_modulation_f01(&self, v: f32) -> f32
used by the gui to set the modulation to match the position of the modulated handle Read more
fn get_extended(&self, f: f32) -> f32
fn get_default_value_f01(&self) -> f32
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for FilterParam
impl Send for FilterParam
impl Sync for FilterParam
impl Unpin for FilterParam
impl UnwindSafe for FilterParam
Blanket Implementations
Mutably borrows from an owned value. Read more