MCPcopy 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
467void VstPlugin::loadProgramNames()
468{
469 lock();
470 sendMessage( message( IdVstProgramNames ) );
471 waitForMessage( IdVstProgramNames, true );
472 unlock();
473}
474
475
476

Callers 2

updateMenuMethod · 0.80
updateMenuMethod · 0.80

Calls 3

lockFunction · 0.50
messageFunction · 0.50
unlockFunction · 0.50

Tested by

no test coverage detected