From 65000023368bb1f6e631521f32a98124a76b3679 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 2 Jun 2022 02:03:04 +0100 Subject: [PATCH] Update Carla and DPF for build fixes Signed-off-by: falkTX --- carla | 2 +- dpf | 2 +- src/Cardinal/DistrhoPluginInfo.h | 3 ++- src/CardinalFX/DistrhoPluginInfo.h | 1 + src/CardinalSynth/DistrhoPluginInfo.h | 3 ++- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/carla b/carla index acc785f..155ea74 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit acc785f9f1103ca7062e2ef7c5f5b1dd5d15a801 +Subproject commit 155ea744e5180fea38a44394445afee64ab7fa55 diff --git a/dpf b/dpf index 7f65db5..1f3fb01 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 7f65db5dd30ffd11525c5e1e15d6b3bb3e72f85c +Subproject commit 1f3fb01339a80c9dbfaa642c0c58121a57d923dc diff --git a/src/Cardinal/DistrhoPluginInfo.h b/src/Cardinal/DistrhoPluginInfo.h index a107e36..ed73c57 100644 --- a/src/Cardinal/DistrhoPluginInfo.h +++ b/src/Cardinal/DistrhoPluginInfo.h @@ -1,6 +1,6 @@ /* * DISTRHO Cardinal Plugin - * Copyright (C) 2021 Filipe Coelho + * Copyright (C) 2021-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -35,6 +35,7 @@ #else #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1 +#define DISTRHO_UI_FILE_BROWSER 1 #define DISTRHO_UI_USE_NANOVG 1 #define DISTRHO_UI_USER_RESIZABLE 1 #endif diff --git a/src/CardinalFX/DistrhoPluginInfo.h b/src/CardinalFX/DistrhoPluginInfo.h index d9a9b90..4d8922c 100644 --- a/src/CardinalFX/DistrhoPluginInfo.h +++ b/src/CardinalFX/DistrhoPluginInfo.h @@ -41,6 +41,7 @@ #else #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1 +#define DISTRHO_UI_FILE_BROWSER 1 #define DISTRHO_UI_USE_NANOVG 1 #define DISTRHO_UI_USER_RESIZABLE 1 #endif diff --git a/src/CardinalSynth/DistrhoPluginInfo.h b/src/CardinalSynth/DistrhoPluginInfo.h index 6d4aee1..c11268a 100644 --- a/src/CardinalSynth/DistrhoPluginInfo.h +++ b/src/CardinalSynth/DistrhoPluginInfo.h @@ -1,6 +1,6 @@ /* * DISTRHO Cardinal Plugin - * Copyright (C) 2021 Filipe Coelho + * Copyright (C) 2021-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -35,6 +35,7 @@ #else #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1 +#define DISTRHO_UI_FILE_BROWSER 1 #define DISTRHO_UI_USE_NANOVG 1 #define DISTRHO_UI_USER_RESIZABLE 1 #endif