pub struct Map {
pub node: Map,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node Map
Fields
node: Map
Implementations
sourceimpl Map
impl Map
sourcepub fn inp(self, v: f32, ma: f32) -> Map
pub fn inp(self, v: f32, ma: f32) -> Map
Set input parameter and modulation amount for Node Map Input inp
sourcepub fn atv(self, v: f32, ma: f32) -> Map
pub fn atv(self, v: f32, ma: f32) -> Map
Set input parameter and modulation amount for Node Map Input atv
sourcepub fn offs(self, v: f32, ma: f32) -> Map
pub fn offs(self, v: f32, ma: f32) -> Map
Set input parameter and modulation amount for Node Map Input offs
sourcepub fn imin(self, v: f32, ma: f32) -> Map
pub fn imin(self, v: f32, ma: f32) -> Map
Set input parameter and modulation amount for Node Map Input imin
sourcepub fn imax(self, v: f32, ma: f32) -> Map
pub fn imax(self, v: f32, ma: f32) -> Map
Set input parameter and modulation amount for Node Map Input imax
Auto Trait Implementations
impl !RefUnwindSafe for Map
impl !Send for Map
impl !Sync for Map
impl Unpin for Map
impl !UnwindSafe for Map
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