MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / releaseResources

Method releaseResources

Source/PluginProcessor.cpp:687–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687void 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
695bool FireAudioProcessor::isBusesLayoutSupported(const BusesLayout& layouts) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected