Enable 64bit VSTs on Linux

* Remove trial-and-error approach of detecting VST's machine types. Read PE
  headers instead.
* Add RemoteVstPlugin64 to AppImage
This commit is contained in:
Lukas W
2018-06-07 11:07:40 +02:00
parent f2a8f56944
commit fe2483e309
7 changed files with 82 additions and 32 deletions

View File

@@ -854,12 +854,11 @@ protected:
}
bool m_failed;
private:
void resizeSharedProcessingMemory();
bool m_failed;
QProcess m_process;
ProcessWatcher m_watcher;