Enum firewire_dice_protocols::avid::ReverbType
source · pub enum ReverbType {
Room1,
Room2,
Room3,
Hall1,
Hall2,
Plate,
Delay,
Echo,
}
Expand description
Type of reverb DSP.
Variants§
Room1
Room 1.
Room2
Room 2.
Room3
Room 3.
Hall1
Hall 1.
Hall2
Hall 2.
Plate
Plate.
Delay
Delay.
Echo
Echo.
Trait Implementations§
source§impl Clone for ReverbType
impl Clone for ReverbType
source§fn clone(&self) -> ReverbType
fn clone(&self) -> ReverbType
Returns a copy 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 ReverbType
impl Debug for ReverbType
source§impl Default for ReverbType
impl Default for ReverbType
source§impl PartialEq<ReverbType> for ReverbType
impl PartialEq<ReverbType> for ReverbType
source§fn eq(&self, other: &ReverbType) -> bool
fn eq(&self, other: &ReverbType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.