Skip to content

Commit

Permalink
Enable experimental clap support
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 10, 2022
1 parent 5aafc28 commit db748e9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 138 files
1 change: 1 addition & 0 deletions plugins/dragonfly-early-reflections/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb|Stereo"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"

#include "Artwork.hpp"

Expand Down
2 changes: 1 addition & 1 deletion plugins/dragonfly-early-reflections/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ LINK_OPTS += -lm
# --------------------------------------------------------------
# Enable all possible plugin types

TARGETS = jack lv2_sep vst2 vst3
TARGETS = jack lv2_sep vst2 vst3 clap

all: $(TARGETS)

Expand Down
1 change: 1 addition & 0 deletions plugins/dragonfly-hall-reverb/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb|Stereo"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"

#include "Artwork.hpp"

Expand Down
2 changes: 1 addition & 1 deletion plugins/dragonfly-hall-reverb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ LINK_OPTS += -lm
# --------------------------------------------------------------
# Enable all possible plugin types

TARGETS = jack lv2_sep vst2 vst3
TARGETS = jack lv2_sep vst2 vst3 clap

all: $(TARGETS)

Expand Down
1 change: 1 addition & 0 deletions plugins/dragonfly-plate-reverb/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb|Stereo"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"

#include "Artwork.hpp"

Expand Down
2 changes: 1 addition & 1 deletion plugins/dragonfly-plate-reverb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ LINK_OPTS += -lm
# --------------------------------------------------------------
# Enable all possible plugin types

TARGETS = jack lv2_sep vst2 vst3
TARGETS = jack lv2_sep vst2 vst3 clap

all: $(TARGETS)

Expand Down
1 change: 1 addition & 0 deletions plugins/dragonfly-room-reverb/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb|Stereo"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"

#include "Artwork.hpp"

Expand Down
2 changes: 1 addition & 1 deletion plugins/dragonfly-room-reverb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ LINK_OPTS += -lm
# --------------------------------------------------------------
# Enable all possible plugin types

TARGETS = jack lv2_sep vst2 vst3
TARGETS = jack lv2_sep vst2 vst3 clap

all: $(TARGETS)

Expand Down

0 comments on commit db748e9

Please sign in to comment.