MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Start

Method Start

Source/Ramp.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include "SynthGlobals.h"
28
29void Ramp::Start(double curTime, float end, double endTime)
30{
31 float startValue = Value(curTime);
32 Start(curTime, startValue, end, endTime);
33}
34
35void Ramp::Start(double curTime, float start, float end, double endTime)
36{

Callers 15

CaptureForJumpMethod · 0.45
OnTransportAdvancedMethod · 0.45
OnTimeEventMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
DoCommitMethod · 0.45
SetMuteMethod · 0.45
CheckboxUpdatedMethod · 0.45
ProcessAudioMethod · 0.45
SetDelayMethod · 0.45
FloatSliderUpdatedMethod · 0.45

Calls 2

ValueClass · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected