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

Method valuesForTimeRange

src/core/AudioParamTimeline.cpp:162–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162float AudioParamTimeline::valuesForTimeRange(
163 double startTime,
164 double endTime,
165 float defaultValue,
166 float * values,
167 size_t numberOfValues,
168 double sampleRate,
169 double controlRate)
170{
171 float value = valuesForTimeRangeImpl(startTime, endTime, defaultValue, values, numberOfValues, sampleRate, controlRate);
172 return value;
173}
174
175float AudioParamTimeline::valuesForTimeRangeImpl(
176 double startTime,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected