| 24 | } |
| 25 | |
| 26 | void LfoEngine::prepare(const juce::dsp::ProcessSpec& spec) |
| 27 | { |
| 28 | sampleRate = spec.sampleRate; |
| 29 | } |
| 30 | |
| 31 | void LfoEngine::updateShape(const LfoData& shapeData) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected