Plaquette
 
Loading...
Searching...
No Matches
Deprecated List
Member pq::AbstractChronometer::hasPassed (float timeout, bool restartIfPassed)
Returns true iff elapsed time has passed given timeout (optional argument to automatically restart if true).
Member pq::AbstractChronometer::isStarted () const
Member pq::AbstractTimer::isComplete () const
Member pq::AbstractWave::width () const
Returns the skew of the signal.
Member pq::AbstractWave::width (float width)
Sets the width of the signal as a % of period.
Member pq::MovingStats::stddev () const
Returns the standard deviation of the samples.
Member pq::Ramp::start (float to, float durationOrSpeed, easing_function easing=0)
Member pq::Ramp::start (float from, float to, float durationOrSpeed, easing_function easing=0)
Class pq::SineWave
Sine oscillator. Phase is expressed as % of period.
Class pq::SquareWave
Square oscillator. Duty cycle is expressed as % of period.
Member pq::SquareWave::dutyCycle (float dutyCycle)
Member pq::SquareWave::dutyCycle () const
Class pq::TriangleWave
Triangle/sawtooth oscillator.