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

Method RampValue

Source/ModulationChain.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ModulationChain::RampValue(double time, float from, float to, double length)
69{
70 mRamp.Start(time, from, to, time + length);
71}
72
73void ModulationChain::SetLFO(NoteInterval interval, float amount)
74{

Callers 3

PlayNoteMethod · 0.80
OnTransportAdvancedMethod · 0.80
PlayNoteMethod · 0.80

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected