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

Method calculateSampleAccurateValues

src/core/AudioParam.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void AudioParam::calculateSampleAccurateValues(ContextRenderLock & r, float * values, int numberOfValues)
91{
92 bool isSafe = r.context() && values && numberOfValues;
93 if (!isSafe)
94 return;
95
96 calculateFinalValues(r, values, numberOfValues, true);
97}
98
99void AudioParam::calculateFinalValues(ContextRenderLock & r, float * values, int numberOfValues, bool sampleAccurate)
100{

Callers 6

processMethod · 0.80
processPolyBLEPMethod · 0.80
process_oscillatorMethod · 0.80
processMethod · 0.80
processMethod · 0.80
processMethod · 0.80

Calls 1

contextMethod · 0.45

Tested by

no test coverage detected