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

Method value

src/core/Controller.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115float Controller::value( int offset )
116{
117 if( m_bufferLastUpdated != s_periods )
118 {
119 updateValueBuffer();
120 }
121 return m_valueBuffer.values()[ offset ];
122}
123
124
125ValueBuffer * Controller::valueBuffer()

Callers 15

AutomationPatternMethod · 0.45
valueAtMethod · 0.45
saveSettingsMethod · 0.45
generateTangentsMethod · 0.45
lfoShapeSampleMethod · 0.45
fillLevelMethod · 0.45
loadSettingsMethod · 0.45
updateSampleVarsMethod · 0.45
updateValueBufferMethod · 0.45
VstSyncControllerMethod · 0.45
processAudioBufferMethod · 0.45
startRunningMethod · 0.45

Calls 1

valuesMethod · 0.80

Tested by 1

LinkTestsMethod · 0.36