#include <Param.h>
Class representing a sample-accurate parameter control instruction.
- See also
- Param::applyRamp(), Param::appendRamp()
double cinder::audio::Event::getTimeBegin |
( |
| ) |
const |
double cinder::audio::Event::getTimeEnd |
( |
| ) |
const |
double cinder::audio::Event::getDuration |
( |
| ) |
const |
float cinder::audio::Event::getValueBegin |
( |
| ) |
const |
float cinder::audio::Event::getValueEnd |
( |
| ) |
const |
const RampFn& cinder::audio::Event::getRampFn |
( |
| ) |
const |
bool cinder::audio::Event::getCopyValueOnBegin |
( |
| ) |
const |
Returns whether the Param's current value will be copied when this Event begins or not.
void cinder::audio::Event::setValueBegin |
( |
float |
value | ) |
|
Sets the value that will be used when this Event begins.
void cinder::audio::Event::cancel |
( |
| ) |
|
bool cinder::audio::Event::isComplete |
( |
| ) |
const |
const std::string& cinder::audio::Event::getLabel |
( |
| ) |
const |
Returns the label that was assigned when the Event was created, or an empty string. Useful when debugging.
The documentation for this class was generated from the following files: