Support more than 62 simultaneous VST plugins for Qt<5.10
This commit is contained in:
committed by
Oskar Wallgren
parent
614bca7f04
commit
9c9290eeeb
@@ -755,9 +755,15 @@ public:
|
||||
}
|
||||
|
||||
|
||||
void quit()
|
||||
void stop()
|
||||
{
|
||||
m_quit = true;
|
||||
quit();
|
||||
}
|
||||
|
||||
void reset()
|
||||
{
|
||||
m_quit = false;
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -864,6 +870,9 @@ private:
|
||||
QProcess m_process;
|
||||
ProcessWatcher m_watcher;
|
||||
|
||||
QString m_exec;
|
||||
QStringList m_args;
|
||||
|
||||
QMutex m_commMutex;
|
||||
bool m_splitChannels;
|
||||
#ifdef USE_QT_SHMEM
|
||||
|
||||
Reference in New Issue
Block a user