Make sure plugin UI is enabled again
This commit is contained in:
parent
1b1659c472
commit
7f818f180e
|
@ -22,7 +22,7 @@
|
||||||
#define DISTRHO_PLUGIN_NAME "Nekobi"
|
#define DISTRHO_PLUGIN_NAME "Nekobi"
|
||||||
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Nekobi"
|
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Nekobi"
|
||||||
|
|
||||||
#define DISTRHO_PLUGIN_HAS_UI 0
|
#define DISTRHO_PLUGIN_HAS_UI 1
|
||||||
#define DISTRHO_PLUGIN_IS_RT_SAFE 1
|
#define DISTRHO_PLUGIN_IS_RT_SAFE 1
|
||||||
#define DISTRHO_PLUGIN_IS_SYNTH 1
|
#define DISTRHO_PLUGIN_IS_SYNTH 1
|
||||||
#define DISTRHO_PLUGIN_NUM_INPUTS 0
|
#define DISTRHO_PLUGIN_NUM_INPUTS 0
|
||||||
|
|
|
@ -15,7 +15,7 @@ NAME = Nekobi
|
||||||
FILES_DSP = \
|
FILES_DSP = \
|
||||||
DistrhoPluginNekobi.cpp
|
DistrhoPluginNekobi.cpp
|
||||||
|
|
||||||
FILES_UIxx = \
|
FILES_UI = \
|
||||||
DistrhoArtworkNekobi.cpp \
|
DistrhoArtworkNekobi.cpp \
|
||||||
DistrhoUINekobi.cpp
|
DistrhoUINekobi.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue