==============================================================================
| 940 | |
| 941 | //============================================================================== |
| 942 | bool FireAudioProcessor::hasEditor() const |
| 943 | { |
| 944 | return true; // (change this to false if you choose to not supply an editor) |
| 945 | } |
| 946 | |
| 947 | juce::AudioProcessorEditor* FireAudioProcessor::createEditor() |
| 948 | { |
nothing calls this directly
no outgoing calls
no test coverage detected