| 102 | const juce::String GranularSynth::getProgramName(int) { return {}; } |
| 103 | |
| 104 | void GranularSynth::changeProgramName(int, const juce::String&) {} |
| 105 | |
| 106 | void GranularSynth::run() { |
| 107 | // Resample the audio buffer for feeding into the pitch detector |
nothing calls this directly
no outgoing calls
no test coverage detected