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

Method setValueCurveAtTime

src/core/AudioParamTimeline.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void AudioParamTimeline::setValueCurveAtTime(std::vector<float> & curve, float time, float duration)
49{
50 insertEvent(ParamEvent(ParamEvent::SetValueCurve, 0, time, 0, duration, curve));
51}
52
53static bool isValidNumber(float x)
54{

Callers 1

AudioParamClass · 0.80

Calls 1

ParamEventClass · 0.85

Tested by

no test coverage detected