diff --git a/Makefile b/Makefile index 5dac575..5f5784d 100644 --- a/Makefile +++ b/Makefile @@ -226,6 +226,7 @@ PLUGINS += setbfree PLUGINS += setbfree-mod PLUGINS += shiro-plugins PLUGINS += sooperlooper-lv2 +PLUGINS += srmourasilva-plugins PLUGINS += tap-lv2 # FIXME invalid macOS linker flags https://github.com/mod-audio/mod-desktop/actions/runs/11077667941/job/30783441664 # PLUGINS += vallsv-midi-display @@ -263,6 +264,7 @@ include $(foreach PLUGIN,$(PLUGINS),src/mod-plugin-builder/plugins/package/$(PLU # list of unwanted bundles (for a variety of reasons) UNWANTED_BUNDLES = artyfx-bitta.lv2 UNWANTED_BUNDLES += b_whirl +UNWANTED_BUNDLES += gossiper.lv2 UNWANTED_BUNDLES += mod-2voices.lv2 UNWANTED_BUNDLES += mod-bypass.lv2 UNWANTED_BUNDLES += mod-caps-AmpVTS.lv2 diff --git a/src/mod-plugin-builder b/src/mod-plugin-builder index e34b8ed..5499db9 160000 --- a/src/mod-plugin-builder +++ b/src/mod-plugin-builder @@ -1 +1 @@ -Subproject commit e34b8ed87464453e60f19dd606ded493ec6f8764 +Subproject commit 5499db95149932721bde3ff25f96616e3c65a3a9