Browse Source

Enable VST3 for all the plugins

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.5
falkTX 3 years ago
parent
commit
1fdfef73bf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
15 changed files with 17 additions and 3 deletions
  1. +1
    -0
      plugins/3BandEQ/Makefile
  2. +1
    -0
      plugins/3BandSplitter/Makefile
  3. +1
    -0
      plugins/AmplitudeImposer/Makefile
  4. +1
    -0
      plugins/CycleShifter/Makefile
  5. +1
    -1
      plugins/Kars/Makefile
  6. +1
    -0
      plugins/MVerb/Makefile
  7. +1
    -0
      plugins/Nekobi/Makefile
  8. +1
    -0
      plugins/PingPongPan/Makefile
  9. +2
    -1
      plugins/ProM/Makefile
  10. +1
    -0
      plugins/SoulForce/Makefile
  11. +1
    -0
      plugins/bitcrush/Makefile
  12. +1
    -0
      plugins/freeverb/Makefile
  13. +1
    -0
      plugins/gigaverb/Makefile
  14. +2
    -1
      plugins/glBars/Makefile
  15. +1
    -0
      plugins/pitchshift/Makefile

+ 1
- 0
plugins/3BandEQ/Makefile View File

@@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 0
plugins/3BandSplitter/Makefile View File

@@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 0
plugins/AmplitudeImposer/Makefile View File

@@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 0
plugins/CycleShifter/Makefile View File

@@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 1
plugins/Kars/Makefile View File

@@ -23,6 +23,6 @@ include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types

all: jack dssi_dsp lv2_dsp vst2
all: jack dssi_dsp lv2_dsp vst2 vst3

# --------------------------------------------------------------

+ 1
- 0
plugins/MVerb/Makefile View File

@@ -30,6 +30,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 0
plugins/Nekobi/Makefile View File

@@ -49,6 +49,7 @@ TARGETS += lv2_dsp
endif

TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



+ 1
- 0
plugins/PingPongPan/Makefile View File

@@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 2
- 1
plugins/ProM/Makefile View File

@@ -196,7 +196,8 @@ LINK_FLAGS += -lpthread
# Enable all possible plugin types

TARGETS += lv2
TARGETS += vst
TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



+ 1
- 0
plugins/SoulForce/Makefile View File

@@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk
TARGETS += jack
TARGETS += ladspa
TARGETS += vst2
TARGETS += vst3

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 0
plugins/bitcrush/Makefile View File

@@ -33,6 +33,7 @@ TARGETS += jack
TARGETS += ladspa
TARGETS += lv2_dsp
TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



+ 1
- 0
plugins/freeverb/Makefile View File

@@ -33,6 +33,7 @@ TARGETS += jack
TARGETS += ladspa
TARGETS += lv2_dsp
TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



+ 1
- 0
plugins/gigaverb/Makefile View File

@@ -33,6 +33,7 @@ TARGETS += jack
TARGETS += ladspa
TARGETS += lv2_dsp
TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



+ 2
- 1
plugins/glBars/Makefile View File

@@ -33,7 +33,8 @@ LINK_FLAGS += -lpthread

TARGETS += jack
TARGETS += lv2
TARGETS += vst
TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



+ 1
- 0
plugins/pitchshift/Makefile View File

@@ -33,6 +33,7 @@ TARGETS += jack
TARGETS += ladspa
TARGETS += lv2_dsp
TARGETS += vst2
TARGETS += vst3

all: $(TARGETS)



Loading…
Cancel
Save