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:
@@ -854,12 +854,11 @@ protected:
|
||||
}
|
||||
|
||||
|
||||
bool m_failed;
|
||||
private:
|
||||
void resizeSharedProcessingMemory();
|
||||
|
||||
|
||||
bool m_failed;
|
||||
|
||||
QProcess m_process;
|
||||
ProcessWatcher m_watcher;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user