| 43 | mRadPerBlock = juce::MathConstants<double>::twoPi * (static_cast<double>(mBlockSize) / mSampleRate); |
| 44 | } |
| 45 | float getOutput() { return mOutput; } |
| 46 | |
| 47 | juce::Colour colour; // Colour of mod source (shown on sliders when modulations are applied) |
| 48 |
no outgoing calls
no test coverage detected