MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / releaseResources

Method releaseResources

Source/PluginProcessor.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void NeuralPiAudioProcessor::releaseResources()
146{
147 // When playback stops, you can use this as an opportunity to free up any
148 // spare memory, etc.
149}
150
151#ifndef JucePlugin_PreferredChannelConfigurations
152bool NeuralPiAudioProcessor::isBusesLayoutSupported (const BusesLayout& layouts) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected