Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
float Controller::value( int offset )
116
{
117
if( m_bufferLastUpdated != s_periods )
118
{
119
updateValueBuffer();
120
}
121
return m_valueBuffer.values()[ offset ];
122
}
123
124
125
ValueBuffer * Controller::valueBuffer()
Callers
15
AutomationPattern
Method · 0.45
valueAt
Method · 0.45
saveSettings
Method · 0.45
generateTangents
Method · 0.45
lfoShapeSample
Method · 0.45
fillLevel
Method · 0.45
loadSettings
Method · 0.45
updateSampleVars
Method · 0.45
updateValueBuffer
Method · 0.45
VstSyncController
Method · 0.45
processAudioBuffer
Method · 0.45
startRunning
Method · 0.45
Calls
1
values
Method · 0.80
Tested by
1
LinkTests
Method · 0.36