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

Method reset

Source/PluginProcessor.cpp:74–87  ·  view source on GitHub ↗

This is what happens when we need to clear the internal state of a band's processors.

Source from the content-addressed store, hash-verified

72
73// This is what happens when we need to clear the internal state of a band's processors.
74void BandProcessor::reset()
75{
76 isFirstBlock = true;
77 compressor.reset();
78 gain.reset();
79 dryWetMixer.reset();
80 shapeMixer.reset();
81 compressorMixer.reset();
82 widthMixer.reset();
83 dcFilter.reset();
84
85 if (oversampling)
86 oversampling->reset();
87}
88
89//==============================================================================
90// This is the new, self-contained processing function for a single band.

Callers 3

prepareMethod · 0.45
prepareToPlayMethod · 0.45
performResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected