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