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

Method exponentialRampToValueAtTime

src/core/AudioParamTimeline.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void AudioParamTimeline::exponentialRampToValueAtTime(float value, float time)
39{
40 insertEvent(ParamEvent(ParamEvent::ExponentialRampToValue, value, time, 0, 0, {}));
41}
42
43void AudioParamTimeline::setTargetAtTime(float target, float time, float timeConstant)
44{

Callers 1

AudioParamClass · 0.80

Calls 1

ParamEventClass · 0.85

Tested by

no test coverage detected