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

Method linearRampToValueAtTime

src/core/AudioParamTimeline.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void AudioParamTimeline::linearRampToValueAtTime(float value, float time)
34{
35 insertEvent(ParamEvent(ParamEvent::LinearRampToValue, value, time, 0, 0, {}));
36}
37
38void AudioParamTimeline::exponentialRampToValueAtTime(float value, float time)
39{

Callers 1

AudioParamClass · 0.80

Calls 1

ParamEventClass · 0.85

Tested by

no test coverage detected