| 67 | } |
| 68 | |
| 69 | double PluginProcessor::getTailLengthSeconds() const { |
| 70 | return 0.0; |
| 71 | } |
| 72 | |
| 73 | int PluginProcessor::getNumPrograms() { |
| 74 | return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs, |
nothing calls this directly
no outgoing calls
no test coverage detected