VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
Functions | |
virtual uint16_t | normalizedValueToFrameIndex (float value) const |
return the frame to display for a normalized value More... | |
virtual float | frameIndexToNormalizedValue (uint16_t frameIndex) const |
return the normalized value from the frame index More... | |
|
virtual |
return the normalized value from the frame index
defaults to: stepsToNormalized<float, uint16_t> (frameIndex, getNumFrames () - 1);
subclasses can adopt this to other value mappings
|
virtual |
return the frame to display for a normalized value
defaults to: normalizedToSteps<float, uint16_t> (value, getNumFrames () - 1);
subclasses can adopt this to other value mappings