| 685 | } |
| 686 | |
| 687 | void FireAudioProcessor::releaseResources() |
| 688 | { |
| 689 | // When playback stops, you can use this as an opportunity to free up any |
| 690 | // spare memory, etc. |
| 691 | reset(); |
| 692 | } |
| 693 | |
| 694 | #ifndef JucePlugin_PreferredChannelConfigurations |
| 695 | bool FireAudioProcessor::isBusesLayoutSupported(const BusesLayout& layouts) const |
nothing calls this directly
no outgoing calls
no test coverage detected