Optional parameters when applying or appending ramps. More...
#include <Param.h>
Public Member Functions | |
Options () | |
Options & | delay (float delay) |
Specifies a delay of delay in seconds. More... | |
Options & | rampFn (const RampFn &rampFn) |
Specifies the ramping function used during evaluation. More... | |
float | getDelay () const |
Returns the delay specified in seconds. More... | |
const RampFn & | getRampFn () const |
Returns the ramping function that will be used during evaluation. More... | |
Optional parameters when applying or appending ramps.
cinder::audio::Param::Options::Options | ( | ) |
Options& cinder::audio::Param::Options::delay | ( | float | delay | ) |
Specifies a delay of delay in seconds.
Specifies the ramping function used during evaluation.
float cinder::audio::Param::Options::getDelay | ( | ) | const |
Returns the delay specified in seconds.
const RampFn& cinder::audio::Param::Options::getRampFn | ( | ) | const |
Returns the ramping function that will be used during evaluation.