|
|
@@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* DISTRHO Nekobi Plugin, based on Nekobee by Sean Bolton and others. |
|
|
|
* Copyright (C) 2013-2022 Filipe Coelho <falktx@falktx.com> |
|
|
|
* Copyright (C) 2013-2024 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 |
|
|
@@ -25,6 +25,9 @@ |
|
|
|
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Nekobi" |
|
|
|
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.Nekobi" |
|
|
|
|
|
|
|
#define DISTRHO_PLUGIN_BRAND_ID Dstr |
|
|
|
#define DISTRHO_PLUGIN_UNIQUE_ID DNek |
|
|
|
|
|
|
|
#define DISTRHO_PLUGIN_HAS_UI 1 |
|
|
|
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 |
|
|
|
#define DISTRHO_PLUGIN_IS_SYNTH 1 |
|
|
@@ -34,4 +37,6 @@ |
|
|
|
#define DISTRHO_UI_DEFAULT_WIDTH DistrhoArtworkNekobi::backgroundWidth |
|
|
|
#define DISTRHO_UI_DEFAULT_HEIGHT DistrhoArtworkNekobi::backgroundHeight |
|
|
|
|
|
|
|
#define DPF_VST3_DONT_USE_BRAND_ID |
|
|
|
|
|
|
|
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED |