Enum midi_msg::ControlledParameter
source · [−]pub enum ControlledParameter {
PitchControl,
FilterCutoffControl,
AmplitudeControl,
LFOPitchDepth,
LFOFilterDepth,
LFOAmplitudeDepth,
}
Expand description
The parameters that can be controlled by ControllerDestination
or
ControlChangeControllerDestination
.
Variants
PitchControl
FilterCutoffControl
AmplitudeControl
LFOPitchDepth
LFOFilterDepth
LFOAmplitudeDepth
Trait Implementations
sourceimpl Clone for ControlledParameter
impl Clone for ControlledParameter
sourcefn clone(&self) -> ControlledParameter
fn clone(&self) -> ControlledParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ControlledParameter
impl Debug for ControlledParameter
sourceimpl PartialEq<ControlledParameter> for ControlledParameter
impl PartialEq<ControlledParameter> for ControlledParameter
sourcefn eq(&self, other: &ControlledParameter) -> bool
fn eq(&self, other: &ControlledParameter) -> bool
impl Copy for ControlledParameter
impl Eq for ControlledParameter
impl StructuralEq for ControlledParameter
impl StructuralPartialEq for ControlledParameter
Auto Trait Implementations
impl RefUnwindSafe for ControlledParameter
impl Send for ControlledParameter
impl Sync for ControlledParameter
impl Unpin for ControlledParameter
impl UnwindSafe for ControlledParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more