MCPcopy Create free account
hub / github.com/LMMS/lmms / ~PeakControllerEffect

Method ~PeakControllerEffect

plugins/peak_controller_effect/peak_controller_effect.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81PeakControllerEffect::~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
92bool PeakControllerEffect::processAudioBuffer( sampleFrame * _buf,

Callers

nothing calls this directly

Calls 3

getSongFunction · 0.85
removeControllerMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected