|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for InterpolationTimingFunction:Public Member Functions | |
| InterpolationTimingFunction (uint32_t length, float startPos=0.f, float endPos=1.f) | |
| void | addPoint (float time, float pos) |
| both values are normalized ones More... | |
Public Member Functions inherited from TimingFunctionBase | |
| TimingFunctionBase (uint32_t length) | |
| uint32_t | getLength () const |
| bool | isDone (uint32_t milliseconds) |
Public Member Functions inherited from ITimingFunction | |
| virtual | ~ITimingFunction () |
Protected Types | |
| typedef std::map< uint32_t, float > | PointMap |
Protected Member Functions | |
| float | getPosition (uint32_t milliseconds) |
Protected Attributes | |
| PointMap | points |
Protected Attributes inherited from TimingFunctionBase | |
| uint32_t | length |
|
protected |
| InterpolationTimingFunction | ( | uint32_t | length, |
| float | startPos = 0.f, |
||
| float | endPos = 1.f |
||
| ) |
| void addPoint | ( | float | time, |
| float | pos | ||
| ) |
both values are normalized ones
|
protectedvirtual |
Implements ITimingFunction.
|
protected |