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

Method valueBuffer

src/core/Controller.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125ValueBuffer * Controller::valueBuffer()
126{
127 if( m_bufferLastUpdated != s_periods )
128 {
129 updateValueBuffer();
130 }
131 return &m_valueBuffer;
132}
133
134
135void Controller::updateValueBuffer()

Callers 13

doProcessingMethod · 0.45
masterMixMethod · 0.45
updateValueBufferMethod · 0.45
doProcessingMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45
processAudioBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected