pub enum ShellKnob1Target {
Digital0_1,
Digital2_3,
Digital4_5,
Digital6_7,
Stream,
Reverb,
Mixer,
TunerPitchTone,
MidiSend,
}
Expand description
Target of 2nd knob.
Variants§
Digital0_1
ADAT input 1/2 or S/PDIF input 1/2 in optical interface.
Digital2_3
ADAT input 3/4.
Digital4_5
ADAT input 5/6.
Digital6_7
ADAT input 7/8 or S/PDIF input 1/2 in coaxial interface.
Stream
Stream input to mixer.
Reverb
Reverb ratio or decay time of reverb return 1/2.
Mixer
Normal/Dim Level of mixer output 1/2.
TunerPitchTone
Pitch or tone of tuner.
MidiSend
Generate MIDI event.
Trait Implementations§
Source§impl AsMut<ShellKnob1Target> for K24dKnob
impl AsMut<ShellKnob1Target> for K24dKnob
Source§fn as_mut(&mut self) -> &mut ShellKnob1Target
fn as_mut(&mut self) -> &mut ShellKnob1Target
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellKnob1Target> for K8Knob
impl AsMut<ShellKnob1Target> for K8Knob
Source§fn as_mut(&mut self) -> &mut ShellKnob1Target
fn as_mut(&mut self) -> &mut ShellKnob1Target
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellKnob1Target> for KliveKnob
impl AsMut<ShellKnob1Target> for KliveKnob
Source§fn as_mut(&mut self) -> &mut ShellKnob1Target
fn as_mut(&mut self) -> &mut ShellKnob1Target
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ShellKnob1Target> for K24dKnob
impl AsRef<ShellKnob1Target> for K24dKnob
Source§fn as_ref(&self) -> &ShellKnob1Target
fn as_ref(&self) -> &ShellKnob1Target
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellKnob1Target> for K8Knob
impl AsRef<ShellKnob1Target> for K8Knob
Source§fn as_ref(&self) -> &ShellKnob1Target
fn as_ref(&self) -> &ShellKnob1Target
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellKnob1Target> for KliveKnob
impl AsRef<ShellKnob1Target> for KliveKnob
Source§fn as_ref(&self) -> &ShellKnob1Target
fn as_ref(&self) -> &ShellKnob1Target
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ShellKnob1Target
impl Clone for ShellKnob1Target
Source§fn clone(&self) -> ShellKnob1Target
fn clone(&self) -> ShellKnob1Target
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShellKnob1Target
impl Debug for ShellKnob1Target
Source§impl PartialEq for ShellKnob1Target
impl PartialEq for ShellKnob1Target
impl Copy for ShellKnob1Target
impl Eq for ShellKnob1Target
impl StructuralPartialEq for ShellKnob1Target
Auto Trait Implementations§
impl Freeze for ShellKnob1Target
impl RefUnwindSafe for ShellKnob1Target
impl Send for ShellKnob1Target
impl Sync for ShellKnob1Target
impl Unpin for ShellKnob1Target
impl UnwindSafe for ShellKnob1Target
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more