MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / releaseResources

Method releaseResources

source/PluginProcessor.cpp:109–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void PluginProcessor::releaseResources() {
110}
111
112bool PluginProcessor::isBusesLayoutSupported(const BusesLayout& layouts) const {
113 if (layouts.getMainInputChannelSet() == juce::AudioChannelSet::stereo() &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected