Enum surge_modulation::ModSource [−][src]
pub enum ModSource {
Show 31 variants
Original,
Velocity,
KeyTrack,
PolyphonicAfterTouch,
ChannelAfterTouch,
PitchBend,
ModWheel,
Ctrl1,
Ctrl2,
Ctrl3,
Ctrl4,
Ctrl5,
Ctrl6,
Ctrl7,
Ctrl8,
AmpEg,
FilterEg,
VoiceLfo1,
VoiceLfo2,
VoiceLfo3,
VoiceLfo4,
VoiceLfo5,
VoiceLfo6,
SceneLfo1,
SceneLfo2,
SceneLfo3,
SceneLfo4,
SceneLfo5,
SceneLfo6,
Timbre,
ReleaseVelocity,
}
Variants
Implementations
Iterate over all variants in this enum, in sorted order.
Trait Implementations
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 ModSource
impl UnwindSafe for ModSource
Blanket Implementations
Mutably borrows from an owned value. Read more