|
|
@@ -16,6 +16,7 @@ |
|
|
|
*/ |
|
|
|
|
|
|
|
#include "CarlaNativePlugin.h" |
|
|
|
#include "CarlaBackendUtils.hpp" |
|
|
|
|
|
|
|
#include "DistrhoUI.hpp" |
|
|
|
#include "DistrhoPlugin.hpp" |
|
|
@@ -514,6 +515,14 @@ protected: |
|
|
|
++fPluginCount; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
String error("There are no "); |
|
|
|
error += getPluginTypeAsString(fPluginType); |
|
|
|
error += " audio plugins on this system."; |
|
|
|
fPopupError = error; |
|
|
|
fDrawingState = kDrawingErrorInit; |
|
|
|
} |
|
|
|
|
|
|
|
if (! shouldThreadExit()) |
|
|
|
fPluginScanningFinished = true; |
|
|
|