|
|
@@ -40,9 +40,6 @@ |
|
|
|
#undef VST_FORCE_DEPRECATED |
|
|
|
#define VST_FORCE_DEPRECATED 0 |
|
|
|
|
|
|
|
#undef kEffectMagic |
|
|
|
#define kEffectMagic (CCONST( 'V', 's', 't', 'P' )) |
|
|
|
|
|
|
|
using water::ByteOrder; |
|
|
|
|
|
|
|
CARLA_BACKEND_START_NAMESPACE |
|
|
@@ -530,6 +527,13 @@ public: |
|
|
|
{ |
|
|
|
fUI.isOpen = true; |
|
|
|
|
|
|
|
// pass ui scale to plugin |
|
|
|
dispatcher(effVendorSpecific, |
|
|
|
CCONST('P', 'r', 'e', 'S'), |
|
|
|
CCONST('A', 'e', 'C', 's'), |
|
|
|
nullptr, |
|
|
|
pData->engine->getOptions().uiScale); |
|
|
|
|
|
|
|
ERect* vstRect = nullptr; |
|
|
|
dispatcher(effEditGetRect, 0, 0, &vstRect); |
|
|
|
|
|
|
|