Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ loadProgramNames
Method
loadProgramNames
plugins/vst_base/VstPlugin.cpp:467–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
466
467
void VstPlugin::loadProgramNames()
468
{
469
lock();
470
sendMessage( message( IdVstProgramNames ) );
471
waitForMessage( IdVstProgramNames, true );
472
unlock();
473
}
474
475
476
Callers
2
updateMenu
Method · 0.80
updateMenu
Method · 0.80
Calls
3
lock
Function · 0.50
message
Function · 0.50
unlock
Function · 0.50
Tested by
no test coverage detected