Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Befaco
/ reset
Method
reset
src/Morphader.cpp:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
float slew = 0.f;
22
23
void reset() { out = 0.f; }
24
25
void setSlew(float slew) { this->slew = slew; }
26
float process(float deltaTime, float in) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected