| 100 | void GranularSynth::setCurrentProgram(int) {} |
| 101 | |
| 102 | const juce::String GranularSynth::getProgramName(int) { return {}; } |
| 103 | |
| 104 | void GranularSynth::changeProgramName(int, const juce::String&) {} |
| 105 |
nothing calls this directly
no outgoing calls
no test coverage detected