Browse Source

Update Carla and DPF for build fixes

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 2 years ago
parent
commit
6500002336
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
5 changed files with 7 additions and 4 deletions
  1. +1
    -1
      carla
  2. +1
    -1
      dpf
  3. +2
    -1
      src/Cardinal/DistrhoPluginInfo.h
  4. +1
    -0
      src/CardinalFX/DistrhoPluginInfo.h
  5. +2
    -1
      src/CardinalSynth/DistrhoPluginInfo.h

+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit acc785f9f1103ca7062e2ef7c5f5b1dd5d15a801
Subproject commit 155ea744e5180fea38a44394445afee64ab7fa55

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 7f65db5dd30ffd11525c5e1e15d6b3bb3e72f85c
Subproject commit 1f3fb01339a80c9dbfaa642c0c58121a57d923dc

+ 2
- 1
src/Cardinal/DistrhoPluginInfo.h View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 0
src/CardinalFX/DistrhoPluginInfo.h View File

@@ -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


+ 2
- 1
src/CardinalSynth/DistrhoPluginInfo.h View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
*
* 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


Loading…
Cancel
Save