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

Method finalValue

src/core/AudioParam.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83float AudioParam::finalValue(ContextRenderLock & r)
84{
85 float value;
86 calculateFinalValues(r, &value, 1, false);
87 return value;
88}
89
90void AudioParam::calculateSampleAccurateValues(ContextRenderLock & r, float * values, int numberOfValues)
91{

Callers 2

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected