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

Method setValueAtTime

src/core/AudioParamTimeline.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void AudioParamTimeline::setValueAtTime(float value, float time)
29{
30 insertEvent(ParamEvent(ParamEvent::SetValue, value, time, 0, 0, {}));
31}
32
33void AudioParamTimeline::linearRampToValueAtTime(float value, float time)
34{

Callers 2

playMethod · 0.80
AudioParamClass · 0.80

Calls 1

ParamEventClass · 0.85

Tested by

no test coverage detected