MCPcopy Create free account
hub / github.com/LMMS/lmms / startRunning

Method startRunning

src/core/EffectChain.cpp:224–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223
224void EffectChain::startRunning()
225{
226 if( m_enabledModel.value() == false )
227 {
228 return;
229 }
230
231 for( EffectList::Iterator it = m_effects.begin();
232 it != m_effects.end(); it++ )
233 {
234 ( *it )->startRunning();
235 }
236}
237
238
239

Callers 3

doProcessingMethod · 0.80
processAudioBufferMethod · 0.80
playMethod · 0.80

Calls 3

valueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected