Browse Source

Set lv2 category

master
falkTX 10 years ago
parent
commit
c588fc0124
4 changed files with 9 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +2
    -0
      plugins/AmplitudeImposer/DistrhoPluginInfo.h
  3. +4
    -0
      plugins/Makefile.mk
  4. +2
    -0
      plugins/SoulForce/DistrhoPluginInfo.h

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 2a66f39cdf7b5e28d3cc61da78879fac47d4e9fc
Subproject commit 0d627da6d7dfaba66227b200cf728b23851ead6c

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

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

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AmplifierPlugin"

#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



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

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

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:WaveshaperPlugin"

#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

Loading…
Cancel
Save