| 26 | } |
| 27 | |
| 28 | int OdinAudioProcessor::getNumPrograms() { |
| 29 | return 1; // NB: some hosts don't cope very well if you tell them there are 0 |
| 30 | // programs, so this should be at least 1, even if you're not really |
| 31 | // implementing programs. |
| 32 | } |
| 33 | |
| 34 | int OdinAudioProcessor::getCurrentProgram() { |
| 35 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected