| 25 | {} |
| 26 | |
| 27 | void PhaseLockFFTProcessor::spectral_process(const PolarVector& in, PolarVector& out, int bins) { |
| 28 | doLock(bins, in, out); |
| 29 | doMorphTransition(out); |
| 30 | } |
| 31 | |
| 32 | void PhaseLockFFTProcessor::doLock(int bins, const PolarVector &in, PolarVector &out) { |
| 33 | if (m_lockPhaseState.shouldTransitionToOn()) { |
nothing calls this directly
no outgoing calls
no test coverage detected