|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API Vruta::SoundRoutine MayaFlux::create_line | ( | float | start_value, |
| float | end_value, | ||
| float | duration_seconds, | ||
| uint32_t | step_duration, | ||
| bool | loop | ||
| ) |
Creates a line generator that interpolates between values over time.
| start_value | Starting value |
| end_value | Ending value |
| duration_seconds | Total duration in seconds |
| step_duration | Time between steps in seconds |
| loop | Whether to loop back to start after reaching end |
Uses the task scheduler from the default engine.
Definition at line 61 of file Chronie.cpp.
References get_scheduler(), and MayaFlux::Kriya::line().
Here is the call graph for this function: