Trait culsynth::DspFloat

source ·
pub trait DspFloat: Float + Send + FromFixed + DspFormatBase<Sample = Self, Note = Self, NoteOffset = Self, Frequency = Self, Scalar = Self, IScalar = Self, EnvParam = Self, EnvSignal = Self, Phase = Self, LfoFreq = Self, WideSample = Self, Context = Context<Self>> { }
Expand description

Helper trait to make constraint bounds less painful for floating point types

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DspFloat for f32

source§

impl DspFloat for f64

Implementors§