| 143 | } |
| 144 | |
| 145 | void 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 |
| 152 | bool NeuralPiAudioProcessor::isBusesLayoutSupported (const BusesLayout& layouts) const |
nothing calls this directly
no outgoing calls
no test coverage detected