VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
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... | |
![]() | |
TimingFunctionBase (uint32_t length) | |
uint32_t | getLength () const |
bool | isDone (uint32_t milliseconds) |
![]() | |
virtual | ~ITimingFunction () |
Protected Types | |
typedef std::map< uint32_t, float > | PointMap |
Protected Member Functions | |
float | getPosition (uint32_t milliseconds) |
Protected Attributes | |
PointMap | points |
![]() | |
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 |