Uses of Class
toxi.math.waves.AbstractWave
-
Uses of AbstractWave in toxi.math.waves
Modifier and TypeClassDescriptionclass
Amplitude and frequency modulated sine wave.class
Implements a constant value as waveform.class
Frequency modulated bandwidth-limited square wave using a fourier series of harmonics.class
Frequency modulated bandwidth unlimited pure sawtooth wave.class
Frequency modulated sine wave.class
Frequency modulated bandwidth unlimited pure digital square wave.class
Implements a frequency modulated triangular wave with its peak at PI: "/\"class
Standard Sine wave at fixed frequency and values normalized to the given amplitude.Modifier and TypeFieldDescriptionAMFMSineWave.amod
AMFMSineWave.fmod
FMHarmonicSquareWave.fmod
FMSawtoothWave.fmod
FMSineWave.fmod
FMSquareWave.fmod
FMTriangleWave.fmod
Wave2D.xmod
Wave2D.ymod
ModifierConstructorDescriptionAMFMSineWave
(float phase, float freq, float offset, AbstractWave fmod, AbstractWave amod) AMFMSineWave
(float phase, float freq, AbstractWave fmod, AbstractWave amod) Creates a new instance fromFMHarmonicSquareWave
(float phase, float freq, float amp, float offset, AbstractWave fmod) FMHarmonicSquareWave
(float phase, float freq, AbstractWave fmod) FMSawtoothWave
(float phase, float freq, float amp, float offset, AbstractWave fmod) FMSawtoothWave
(float phase, float freq, AbstractWave fmod) FMSineWave
(float phase, float freq, float amp, float offset, AbstractWave fmod) FMSineWave
(float phase, float freq, AbstractWave fmod) FMSquareWave
(float phase, float freq, float amp, float offset, AbstractWave fmod) FMSquareWave
(float phase, float freq, AbstractWave fmod) FMTriangleWave
(float phase, float freq, float amp, float offset, AbstractWave fmod) Wave2D
(AbstractWave x, AbstractWave y)