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

Method process

src/ADSR.cpp:162–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void process(const float& sampleTime, const bool& gateHeld, const bool& triggerMode) {
163
164 if (triggerMode) {
165 processTransitionsTriggerMode(gateHeld);
166 }
167 else {
168 processTransitionsGateMode(gateHeld);
169 }
170
171 evolveEnvelope(sampleTime);
172 }
173};
174
175struct ADSR : Module {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected