Browse Source

Set LV2 category

tags/0.9
falkTX 10 years ago
parent
commit
eebeeef809
3 changed files with 7 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +2
    -0
      plugins/MVerb/DistrhoPluginInfo.h
  3. +4
    -0
      plugins/Makefile.mk

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 0793c3dbd71bdd685a95e8a5bf048a0b45c58747
Subproject commit 0d627da6d7dfaba66227b200cf728b23851ead6c

+ 2
- 0
plugins/MVerb/DistrhoPluginInfo.h View File

@@ -28,4 +28,6 @@
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"

#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

+ 4
- 0
plugins/Makefile.mk View File

@@ -8,6 +8,10 @@

include ../../Makefile.mk

ifeq ($(OBJS_UI),)
HAVE_DGL = false
endif

# --------------------------------------------------------------
# Basic setup



Loading…
Cancel
Save