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