MCPcopy 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
230void 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

toggleGUIMethod · 0.45

Calls 1

toggleUIFunction · 0.85

Tested by

no test coverage detected