|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for InterpolationTimingFunction:
Collaboration 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... | |
| uint32_t | getLength () const |
| bool | isDone (uint32_t milliseconds) |
Protected Member Functions | |
| float | getPosition (uint32_t milliseconds) |
Protected Attributes | |
| std::map< uint32_t, float > | points |
| uint32_t | length |
| InterpolationTimingFunction | ( | uint32_t | length, |
| float | startPos = 0.f, |
||
| float | endPos = 1.f |
||
| ) |
Here is the call graph for this function:| void addPoint | ( | float | time, |
| float | pos | ||
| ) |
both values are normalized ones
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
Here is the caller graph for this function:
|
protectedvirtual |
|
inlinevirtualinherited |
|
protectedinherited |
|
protected |