mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-13 11:38:24 -04:00
Make VST sync always-on and non-global (#6418)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "BufferManager.h"
|
||||
#include "AudioEngine.h"
|
||||
#include "Engine.h"
|
||||
#include "Song.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
@@ -309,6 +310,7 @@ bool RemotePlugin::init(const QString &pluginExecutable,
|
||||
}
|
||||
#endif
|
||||
|
||||
sendMessage(message(IdSyncKey).addString(Engine::getSong()->syncKey()));
|
||||
resizeSharedProcessingMemory();
|
||||
|
||||
if( waitForInitDoneMsg )
|
||||
|
||||
Reference in New Issue
Block a user