Browse Source

Update ndc-plugs

tags/v1.0
falkTX 10 years ago
parent
commit
46334be725
3 changed files with 8 additions and 0 deletions
  1. +2
    -0
      plugins/AmplitudeImposer/DistrhoPluginInfo.h
  2. +4
    -0
      plugins/Makefile.ndc-Plugs.mk
  3. +2
    -0
      plugins/SoulForce/DistrhoPluginInfo.h

+ 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.ndc-Plugs.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