Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ clear
Method
clear
plugins/Eq/EqSpectrumView.cpp:164–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
164
void EqAnalyser::clear()
165
{
166
m_framesFilledUp = 0;
167
m_energy = 0;
168
memset( m_buffer, 0, sizeof( m_buffer ) );
169
memset( m_bands, 0, sizeof( m_bands ) );
170
}
171
172
173
Callers
12
setup
Method · 0.45
bankChanged
Method · 0.45
setup
Method · 0.45
bankChanged
Method · 0.45
freeInstance
Method · 0.45
updateSampleRate
Method · 0.45
updateMenu
Method · 0.45
openPlugin
Method · 0.45
updateMenu
Method · 0.45
processAudioBuffer
Method · 0.45
process
Method · 0.45
processMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected