VCV Rack API v2
|
Accumulates a timer when process() is called. More...
#include <digital.hpp>
Public Member Functions | |
void | reset () |
T | process (T deltaTime) |
Returns the time since last reset or initialization. | |
T | getTime () |
Public Attributes | |
T | time = 0.f |
Accumulates a timer when process() is called.
|
inline |
|
inline |
Returns the time since last reset or initialization.
|
inline |
T rack::dsp::TTimer< T >::time = 0.f |