| 100 | } |
| 101 | |
| 102 | int NeuralPiAudioProcessor::getNumPrograms() |
| 103 | { |
| 104 | return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs, |
| 105 | // so this should be at least 1, even if you're not really implementing programs. |
| 106 | } |
| 107 | |
| 108 | int NeuralPiAudioProcessor::getCurrentProgram() |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected