| 98 | int GranularSynth::getCurrentProgram() { return 0; } |
| 99 | |
| 100 | void GranularSynth::setCurrentProgram(int) {} |
| 101 | |
| 102 | const juce::String GranularSynth::getProgramName(int) { return {}; } |
| 103 |
nothing calls this directly
no outgoing calls
no test coverage detected