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

Method setTargetAtTime

src/core/AudioParamTimeline.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void AudioParamTimeline::setTargetAtTime(float target, float time, float timeConstant)
44{
45 insertEvent(ParamEvent(ParamEvent::SetTarget, target, time, timeConstant, 0, {}));
46}
47
48void AudioParamTimeline::setValueCurveAtTime(std::vector<float> & curve, float time, float duration)
49{

Callers 1

AudioParamClass · 0.80

Calls 1

ParamEventClass · 0.85

Tested by

no test coverage detected