| 79 | |
| 80 | |
| 81 | PeakControllerEffect::~PeakControllerEffect() |
| 82 | { |
| 83 | int idx = PeakController::s_effects.indexOf( this ); |
| 84 | if( idx >= 0 ) |
| 85 | { |
| 86 | PeakController::s_effects.remove( idx ); |
| 87 | Engine::getSong()->removeController( m_autoController ); |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | |
| 92 | bool PeakControllerEffect::processAudioBuffer( sampleFrame * _buf, |
nothing calls this directly
no test coverage detected