Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ setControl
Method
setControl
plugins/LadspaEffect/LadspaEffect.cpp:271–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
270
271
void LadspaEffect::setControl( int _control, LADSPA_Data _value )
272
{
273
if( !isOkay() )
274
{
275
return;
276
}
277
m_portControls[_control]->value = _value;
278
}
279
280
281
Callers
nothing calls this directly
Calls
1
isOkay
Function · 0.85
Tested by
no test coverage detected