From b1fa9365242f771b4f5d785c80e43e2722abda2b Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 16 Dec 2021 13:44:17 -0500 Subject: [PATCH] Add SANDBOX to the Surge FX (#5642) Further on #5633 --- .gitignore | 1 - src/surge-fx/CMakeLists.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index daafd11fe76..5b9ec0ed881 100644 --- a/.gitignore +++ b/.gitignore @@ -94,7 +94,6 @@ CMakeUserPresets.json # Reaper *.RPP-bak -surge-fx VERSION_GIT_INFO .clang-tidy diff --git a/src/surge-fx/CMakeLists.txt b/src/surge-fx/CMakeLists.txt index 7bc0f3fc40c..891bba6d494 100644 --- a/src/surge-fx/CMakeLists.txt +++ b/src/surge-fx/CMakeLists.txt @@ -37,6 +37,8 @@ juce_add_plugin(${PROJECT_NAME} VST3_CATEGORIES Fx VST2_CATEGORY kPlugCategEffect AU_MAIN_TYPE kAudioUnitType_Effect + AU_SANDBOX_SAFE TRUE + LV2_URI https://surge-synthesizer.github.io/lv2/surge-xt-fx LV2_SHARED_LIBRARY_NAME SurgeXT_FX