Wwise SDK 2024.1.3
|
#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... | |
Platform-independent parameter interpolation service for software plug-ins.
![]() | Note: Algorithm performs linear interpolation. |
Definition at line 48 of file AkValueRamp.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise