MCPcopy Create free account
hub / github.com/LabSound/LabSound / finished

Method finished

src/extended/ADSRNode.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 // clang-format on
254
255 bool ADSRNode::finished(ContextRenderLock& r)
256 {
257 if (!r.context())
258 return true;
259
260 double now = r.context()->currentTime();
261 return adsr_impl->_lerp.size() > 0;
262 }
263
264 void ADSRNode::process(ContextRenderLock& r, int bufferSize)
265 {

Callers 1

debugTraverseMethod · 0.80

Calls 3

sizeMethod · 0.80
contextMethod · 0.45
currentTimeMethod · 0.45

Tested by

no test coverage detected