mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-13 11:38:24 -04:00
Proposed fix for 856 Recursive VST Effect Enhancement Request
This commit is contained in:
@@ -131,7 +131,7 @@ bool RemotePlugin::init( const QString &pluginExecutable,
|
||||
m_failed = false;
|
||||
}
|
||||
QString exec = ConfigManager::inst()->pluginDir() +
|
||||
QDir::separator() + pluginExecutable;
|
||||
pluginExecutable;
|
||||
|
||||
QStringList args;
|
||||
// swap in and out for bidirectional communication
|
||||
|
||||
Reference in New Issue
Block a user