VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Public Member Functions | |
PowerTimingFunction (uint32_t length, float factor) | |
![]() | |
TimingFunctionBase (uint32_t length) | |
uint32_t | getLength () const |
bool | isDone (uint32_t milliseconds) |
![]() | |
virtual | ~ITimingFunction () |
Protected Member Functions | |
float | getPosition (uint32_t milliseconds) |
Protected Attributes | |
float | factor |
![]() | |
uint32_t | length |
PowerTimingFunction | ( | uint32_t | length, |
float | factor | ||
) |
|
protectedvirtual |
Implements ITimingFunction.
|
protected |