Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ toggleUI
Method
toggleUI
plugins/vst_base/VstPlugin.cpp:230–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void VstPlugin::toggleUI()
231
{
232
if ( m_embedMethod ==
"none"
)
233
{
234
RemotePlugin::toggleUI();
235
}
236
else if (pluginWidget())
237
{
238
toggleEditorVisibility();
239
}
240
}
241
242
243
Callers
1
toggleGUI
Method · 0.45
Calls
1
toggleUI
Function · 0.85
Tested by
no test coverage detected