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