| 945 | } |
| 946 | |
| 947 | juce::AudioProcessorEditor* FireAudioProcessor::createEditor() |
| 948 | { |
| 949 | return new FireAudioProcessorEditor(*this); |
| 950 | } |
| 951 | |
| 952 | //============================================================================== |
| 953 | void FireAudioProcessor::getStateInformation(juce::MemoryBlock& destData) |
nothing calls this directly
no outgoing calls
no test coverage detected