MCPcopy Create free account
hub / github.com/LMMS/lmms / vstEmbedMethod

Method vstEmbedMethod

src/core/ConfigManager.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227QString ConfigManager::vstEmbedMethod() const
228{
229 QStringList methods = availabeVstEmbedMethods();
230 QString defaultMethod = *(methods.end() - 1);
231 QString currentMethod = value( "ui", "vstembedmethod", defaultMethod );
232 return methods.contains(currentMethod) ? currentMethod : defaultMethod;
233}
234
235bool ConfigManager::hasWorkingDir() const
236{

Callers 2

SetupDialogMethod · 0.80
VstPluginMethod · 0.80

Calls 2

valueFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected