MCPcopy Create free account
hub / github.com/VCVRack/Rack / process

Method process

include/dsp/digital.hpp:208–211  ·  view source on GitHub ↗

Returns the time since last reset or initialization. */

Source from the content-addressed store, hash-verified

206
207 /** Returns the time since last reset or initialization. */
208 T process(T deltaTime) {
209 time += deltaTime;
210 return time;
211 }
212
213 T getTime() {
214 return time;

Callers 2

processFiltersMethod · 0.45
processPulsesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected