MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / emptyOutputs

Method emptyOutputs

shared/SpectralAudioPlugin.cpp:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259#endif
260
261void SpectralAudioPlugin::emptyOutputs() {
262 for(auto& output : m_output)
263 {
264 std::fill(output.begin(), output.end(), 0.f);
265 }
266}
267
268void SpectralAudioPlugin::processBlock (AudioBuffer<float>& buffer, MidiBuffer& midiBuffer)
269{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected