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

Method processEffects

src/core/audio/AudioPort.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94bool AudioPort::processEffects()
95{
96 if( m_effects )
97 {
98 bool more = m_effects->processAudioBuffer( m_portBuffer, Engine::mixer()->framesPerPeriod(), m_bufferUsage );
99 return more;
100 }
101 return false;
102}
103
104
105void AudioPort::doProcessing()

Callers

nothing calls this directly

Calls 2

mixerFunction · 0.85
processAudioBufferMethod · 0.45

Tested by

no test coverage detected