pub struct BdAcousticParameters { /* private fields */ }
Expand description

Parameters for the BdAcoustic machine.

Implementations§

source§

impl BdAcousticParameters

source

pub fn set_lev(&mut self, lev: usize) -> Result<(), RytmError>

Sets the lev parameter.

Range: 0..=127

source

pub fn plock_set_lev( &self, lev: usize, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the lev parameter.

Range: 0..=127

source

pub fn plock_get_lev( &self, trig_index: usize ) -> Result<Option<usize>, RytmError>

Gets the parameter lock for the lev parameter.

Range: 0..=127

source

pub fn plock_clear_lev(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the lev parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_lev(&self) -> usize

Gets the lev parameter.

Range: 0..=127

source§

impl BdAcousticParameters

source

pub fn set_tun(&mut self, tun: f32) -> Result<(), RytmError>

Sets the tun parameter.

Range: -32.0..=32.0

source

pub fn plock_set_tun( &self, tun: f32, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the tun parameter.

Range: -32.0..=32.0

source

pub fn plock_get_tun(&self, trig_index: usize) -> Result<Option<f32>, RytmError>

Gets the parameter lock for the tun parameter.

Range: -32.0..=32.0

source

pub fn plock_clear_tun(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the tun parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_tun(&self) -> f32

Gets the tun parameter.

Range: -32.0..=32.0

source§

impl BdAcousticParameters

source

pub fn set_dec(&mut self, dec: usize) -> Result<(), RytmError>

Sets the dec parameter.

Range: 0..=127

source

pub fn plock_set_dec( &self, dec: usize, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the dec parameter.

Range: 0..=127

source

pub fn plock_get_dec( &self, trig_index: usize ) -> Result<Option<usize>, RytmError>

Gets the parameter lock for the dec parameter.

Range: 0..=127

source

pub fn plock_clear_dec(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the dec parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_dec(&self) -> usize

Gets the dec parameter.

Range: 0..=127

source§

impl BdAcousticParameters

source

pub fn set_hld(&mut self, hld: usize) -> Result<(), RytmError>

Sets the hld parameter.

Range: 0..=127

source

pub fn plock_set_hld( &self, hld: usize, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the hld parameter.

Range: 0..=127

source

pub fn plock_get_hld( &self, trig_index: usize ) -> Result<Option<usize>, RytmError>

Gets the parameter lock for the hld parameter.

Range: 0..=127

source

pub fn plock_clear_hld(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the hld parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_hld(&self) -> usize

Gets the hld parameter.

Range: 0..=127

source§

impl BdAcousticParameters

source

pub fn set_swt(&mut self, swt: usize) -> Result<(), RytmError>

Sets the swt parameter.

Range: 0..=127

source

pub fn plock_set_swt( &self, swt: usize, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the swt parameter.

Range: 0..=127

source

pub fn plock_get_swt( &self, trig_index: usize ) -> Result<Option<usize>, RytmError>

Gets the parameter lock for the swt parameter.

Range: 0..=127

source

pub fn plock_clear_swt(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the swt parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_swt(&self) -> usize

Gets the swt parameter.

Range: 0..=127

source§

impl BdAcousticParameters

source

pub fn set_swd(&mut self, swd: usize) -> Result<(), RytmError>

Sets the swd parameter.

Range: 0..=127

source

pub fn plock_set_swd( &self, swd: usize, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the swd parameter.

Range: 0..=127

source

pub fn plock_get_swd( &self, trig_index: usize ) -> Result<Option<usize>, RytmError>

Gets the parameter lock for the swd parameter.

Range: 0..=127

source

pub fn plock_clear_swd(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the swd parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_swd(&self) -> usize

Gets the swd parameter.

Range: 0..=127

source§

impl BdAcousticParameters

source

pub fn set_imp(&mut self, imp: usize) -> Result<(), RytmError>

Sets the imp parameter.

Range: 0..=127

source

pub fn plock_set_imp( &self, imp: usize, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the imp parameter.

Range: 0..=127

source

pub fn plock_get_imp( &self, trig_index: usize ) -> Result<Option<usize>, RytmError>

Gets the parameter lock for the imp parameter.

Range: 0..=127

source

pub fn plock_clear_imp(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the imp parameter if set.

source§

impl BdAcousticParameters

source

pub const fn get_imp(&self) -> usize

Gets the imp parameter.

Range: 0..=127

source§

impl BdAcousticParameters

source

pub fn set_wav(&mut self, wav: BdAcousticWaveform)

Sets the wav parameter.

source

pub const fn get_wav(&self) -> BdAcousticWaveform

Returns the wav parameter.

source

pub fn plock_set_wav( &self, wav: BdAcousticWaveform, trig_index: usize ) -> Result<(), RytmError>

Sets the parameter lock for the wav parameter.

source

pub fn plock_get_wav( &self, trig_index: usize ) -> Result<Option<BdAcousticWaveform>, RytmError>

Gets the parameter lock for the wav parameter.

source

pub fn plock_clear_wav(&self, trig_index: usize) -> Result<(), RytmError>

Clears the parameter lock for the wav parameter if set.

Trait Implementations§

source§

impl Clone for BdAcousticParameters

source§

fn clone(&self) -> BdAcousticParameters

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BdAcousticParameters

source§

fn fmt(&self, __f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for BdAcousticParameters

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for BdAcousticParameters

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for BdAcousticParameters

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,