Wwise SDK 2021.1.10
CAkValueRamp
Version
Wwise SDK 2021.1.10
|
AK::CAkValueRamp Class Reference
#include <AkValueRamp.h>
Public Member Functions | |
CAkValueRamp () | |
Constructor method. More... |
|
~CAkValueRamp () | |
Destructor method. More... |
|
void | RampSetup (AkReal32 fStepIncrement, AkReal32 fInitVal) |
Initial parameter interpolation ramp setup. More... |
|
AkForceInline void | SetTarget (AkReal32 fTarget) |
Set the ramp's target value. More... |
|
AkForceInline AkReal32 | Tick () |
AkReal32 | GetCurrent () |
void | SetCurrent (AkReal32 in_fCurrent) |
Set the current interpolated value. More... |
|
AkUInt32 | GetRampCount () |
void | SetRampCount (AkUInt32 in_uRampCount) |
Set the current interpolation frame count. More... |
|
void | StopRamp () |
The ramp is no longer necessary; set to target. More... |
|
Detailed Description
Platform-independent parameter interpolation service for software plug-ins.
![]() |
Note: Algorithm performs linear interpolation. |
Definition at line 49 of file AkValueRamp.h.