|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* DISTRHO PingPongPan Plugin, based on PingPongPan by Michael Gruhn |
|
|
|
* Copyright (C) 2012-2022 Filipe Coelho <falktx@falktx.com> |
|
|
|
* Copyright (C) 2012-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 Lesser General Public |
|
|
|
@@ -22,6 +22,9 @@ |
|
|
|
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/PingPongPan" |
|
|
|
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.PingPongPan" |
|
|
|
|
|
|
|
#define DISTRHO_PLUGIN_BRAND_ID Dstr |
|
|
|
#define DISTRHO_PLUGIN_UNIQUE_ID DPPP |
|
|
|
|
|
|
|
#define DISTRHO_PLUGIN_HAS_UI 1 |
|
|
|
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 |
|
|
|
#define DISTRHO_PLUGIN_NUM_INPUTS 2 |
|
|
|
@@ -32,4 +35,6 @@ |
|
|
|
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:SpatialPlugin" |
|
|
|
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Spatial" |
|
|
|
|
|
|
|
#define DPF_VST3_DONT_USE_BRAND_ID |
|
|
|
|
|
|
|
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED |