Struct sorceress::ugen::Saw[][src]

pub struct Saw { /* fields omitted */ }

Band limited sawtooth wave generator.

Implementations

impl Saw[src]

pub fn ar() -> Self[src]

Create a UGen that calculates samples at audio rate.

pub fn kr() -> Self[src]

Create a UGen that calculates samples at control rate.

pub fn freq(self, value: impl Input) -> Self[src]

Frequency in hertz.

Trait Implementations

impl Clone for Saw[src]

impl Debug for Saw[src]

impl Input for Saw[src]

impl PartialEq<Saw> for Saw[src]

impl PartialOrd<Saw> for Saw[src]

impl StructuralPartialEq for Saw[src]

Auto Trait Implementations

impl RefUnwindSafe for Saw

impl Send for Saw

impl Sync for Saw

impl Unpin for Saw

impl UnwindSafe for Saw

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.