| 489 | } |
| 490 | |
| 491 | int FireAudioProcessor::getNumPrograms() |
| 492 | { |
| 493 | return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs, |
| 494 | // so this should be at least 1, even if you're not really implementing programs. |
| 495 | } |
| 496 | |
| 497 | int FireAudioProcessor::getCurrentProgram() |
| 498 | { |
nothing calls this directly
no outgoing calls
no test coverage detected