Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure plugin UI is enabled again
  • Loading branch information
falkTX committed Jan 4, 2022
1 parent 1b1659c commit 7f818f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/Nekobi/DistrhoPluginInfo.h
Expand Up @@ -22,7 +22,7 @@
#define DISTRHO_PLUGIN_NAME "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_SYNTH 1
#define DISTRHO_PLUGIN_NUM_INPUTS 0
Expand Down
2 changes: 1 addition & 1 deletion plugins/Nekobi/Makefile
Expand Up @@ -15,7 +15,7 @@ NAME = Nekobi
FILES_DSP = \
DistrhoPluginNekobi.cpp

FILES_UIxx = \
FILES_UI = \
DistrhoArtworkNekobi.cpp \
DistrhoUINekobi.cpp

Expand Down

0 comments on commit 7f818f1

Please sign in to comment.