upgrade to JUCE 5.4.3. Remove (probably) unused JUCE modules. Remove VST2 target (it's been end-of-life'd by Steinberg and by JUCE)
This commit is contained in:
@ -94,7 +94,7 @@ struct ChildProcessMaster::Connection : public InterprocessConnection,
|
||||
startThread (4);
|
||||
}
|
||||
|
||||
~Connection()
|
||||
~Connection() override
|
||||
{
|
||||
stopThread (10000);
|
||||
}
|
||||
@ -192,7 +192,7 @@ struct ChildProcessSlave::Connection : public InterprocessConnection,
|
||||
startThread (4);
|
||||
}
|
||||
|
||||
~Connection()
|
||||
~Connection() override
|
||||
{
|
||||
stopThread (10000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user