MCPcopy Create free account
hub / github.com/VCVRack/Befaco / reset

Method reset

src/plugin.hpp:427–429  ·  view source on GitHub ↗

Immediately disables the pulse */

Source from the content-addressed store, hash-verified

425
426 /** Immediately disables the pulse */
427 void reset() {
428 remaining = 0.f;
429 }
430
431 /** Advances the state by `deltaTime`. Returns whether the pulse is in the HIGH state. */
432 simd::float_4 process(float deltaTime) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected