| 90 | double GranularSynth::getTailLengthSeconds() const { return 0.0; } |
| 91 | |
| 92 | int GranularSynth::getNumPrograms() { |
| 93 | return 1; // NB: some hosts don't cope very well if you tell them there are 0 |
| 94 | // programs, so this should be at least 1, even if you're not |
| 95 | // really implementing programs. |
| 96 | } |
| 97 | |
| 98 | int GranularSynth::getCurrentProgram() { return 0; } |
| 99 |
nothing calls this directly
no outgoing calls
no test coverage detected