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

Method hasSampleAccurateValues

include/LabSound/core/AudioParam.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 AudioParam & cancelScheduledValues(float startTime) { m_timeline.cancelScheduledValues(startTime); return *this; }
67
68 bool hasSampleAccurateValues() { return m_timeline.hasValues() || numberOfConnections(); }
69
70 // Calculates numberOfValues parameter values starting at the context's current time.
71 // Must be called in the context's render thread.

Callers 7

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

Calls 1

hasValuesMethod · 0.80

Tested by

no test coverage detected