summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2024-05-12 20:24:02 +1000
committerDamien Zammit <damien@zamaudio.com>2024-05-12 20:35:50 +1000
commitf624eca459d0f7a1d3ef752d50b6f15de014bc1c (patch)
tree169766316a3458693f79ff8c10557fed998aa75c
parent1dfe485f6ad1cc4ede51937462ef9cb04f37de71 (diff)
AU: Enable new plugin type
-rw-r--r--plugins/ZaMaximX2/DistrhoPluginInfo.h5
-rw-r--r--plugins/ZaMaximX2/Makefile1
-rw-r--r--plugins/ZaMultiComp/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZaMultiComp/Makefile1
-rw-r--r--plugins/ZaMultiCompX2/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZaMultiCompX2/Makefile1
-rw-r--r--plugins/ZamAutoSat/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamAutoSat/Makefile1
-rw-r--r--plugins/ZamComp/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamComp/Makefile1
-rw-r--r--plugins/ZamCompX2/DistrhoPluginInfo.h5
-rw-r--r--plugins/ZamCompX2/Makefile1
-rw-r--r--plugins/ZamDelay/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamDelay/Makefile1
-rw-r--r--plugins/ZamDynamicEQ/DistrhoPluginInfo.h3
-rw-r--r--plugins/ZamDynamicEQ/Makefile1
-rw-r--r--plugins/ZamEQ2/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamEQ2/Makefile1
-rw-r--r--plugins/ZamGEQ31/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamGEQ31/Makefile1
-rw-r--r--plugins/ZamGate/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamGate/Makefile1
-rw-r--r--plugins/ZamGateX2/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamGateX2/Makefile1
-rw-r--r--plugins/ZamGrains/DistrhoPluginInfo.h3
-rw-r--r--plugins/ZamGrains/Makefile1
-rw-r--r--plugins/ZamHeadX2/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamHeadX2/Makefile1
-rw-r--r--plugins/ZamNoise/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamNoise/Makefile1
-rw-r--r--plugins/ZamPhono/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamPhono/Makefile1
-rw-r--r--plugins/ZamSynth/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamSynth/Makefile1
-rw-r--r--plugins/ZamTube/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamTube/Makefile1
-rw-r--r--plugins/ZamVerb/DistrhoPluginInfo.h4
-rw-r--r--plugins/ZamVerb/Makefile1
38 files changed, 95 insertions, 0 deletions
diff --git a/plugins/ZaMaximX2/DistrhoPluginInfo.h b/plugins/ZaMaximX2/DistrhoPluginInfo.h
index 604e336..5702f9a 100644
--- a/plugins/ZaMaximX2/DistrhoPluginInfo.h
+++ b/plugins/ZaMaximX2/DistrhoPluginInfo.h
@@ -43,4 +43,9 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Dynamics|Stereo"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "limiter", "stereo"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZaMaximX2"
+
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmx2
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZaMaximX2/Makefile b/plugins/ZaMaximX2/Makefile
index 8c92566..9b00319 100644
--- a/plugins/ZaMaximX2/Makefile
+++ b/plugins/ZaMaximX2/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZaMultiComp/DistrhoPluginInfo.h b/plugins/ZaMultiComp/DistrhoPluginInfo.h
index eb5f927..a7a1dd6 100644
--- a/plugins/ZaMultiComp/DistrhoPluginInfo.h
+++ b/plugins/ZaMultiComp/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "compressor", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZaMultiComp"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmmc
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZaMultiComp/Makefile b/plugins/ZaMultiComp/Makefile
index 6530f22..3678fbf 100644
--- a/plugins/ZaMultiComp/Makefile
+++ b/plugins/ZaMultiComp/Makefile
@@ -32,6 +32,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZaMultiCompX2/DistrhoPluginInfo.h b/plugins/ZaMultiCompX2/DistrhoPluginInfo.h
index 29aa818..8a3f01b 100644
--- a/plugins/ZaMultiCompX2/DistrhoPluginInfo.h
+++ b/plugins/ZaMultiCompX2/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "compressor", "stereo"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZaMultiCompX2"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmm2
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZaMultiCompX2/Makefile b/plugins/ZaMultiCompX2/Makefile
index 7c8c61f..1a785b5 100644
--- a/plugins/ZaMultiCompX2/Makefile
+++ b/plugins/ZaMultiCompX2/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamAutoSat/DistrhoPluginInfo.h b/plugins/ZamAutoSat/DistrhoPluginInfo.h
index 583ae13..9673493 100644
--- a/plugins/ZamAutoSat/DistrhoPluginInfo.h
+++ b/plugins/ZamAutoSat/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamAutoSat"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zsat
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamAutoSat/Makefile b/plugins/ZamAutoSat/Makefile
index 95a8ebd..234d5f8 100644
--- a/plugins/ZamAutoSat/Makefile
+++ b/plugins/ZamAutoSat/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamComp/DistrhoPluginInfo.h b/plugins/ZamComp/DistrhoPluginInfo.h
index 182963f..8aeea40 100644
--- a/plugins/ZamComp/DistrhoPluginInfo.h
+++ b/plugins/ZamComp/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "compressor", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamComp"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zcmp
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamComp/Makefile b/plugins/ZamComp/Makefile
index 4d0d339..e19bc13 100644
--- a/plugins/ZamComp/Makefile
+++ b/plugins/ZamComp/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamCompX2/DistrhoPluginInfo.h b/plugins/ZamCompX2/DistrhoPluginInfo.h
index 177d9e7..e97165d 100644
--- a/plugins/ZamCompX2/DistrhoPluginInfo.h
+++ b/plugins/ZamCompX2/DistrhoPluginInfo.h
@@ -43,4 +43,9 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Dynamics|Stereo"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "compressor", "stereo"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamCompX2"
+
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zcp2
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamCompX2/Makefile b/plugins/ZamCompX2/Makefile
index 9965895..bd382b2 100644
--- a/plugins/ZamCompX2/Makefile
+++ b/plugins/ZamCompX2/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamDelay/DistrhoPluginInfo.h b/plugins/ZamDelay/DistrhoPluginInfo.h
index d08c35f..762f62d 100644
--- a/plugins/ZamDelay/DistrhoPluginInfo.h
+++ b/plugins/ZamDelay/DistrhoPluginInfo.h
@@ -44,5 +44,9 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "delay", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamDelay"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmdl
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamDelay/Makefile b/plugins/ZamDelay/Makefile
index a089bec..eaf781f 100644
--- a/plugins/ZamDelay/Makefile
+++ b/plugins/ZamDelay/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamDynamicEQ/DistrhoPluginInfo.h b/plugins/ZamDynamicEQ/DistrhoPluginInfo.h
index 335f78c..d8d8a22 100644
--- a/plugins/ZamDynamicEQ/DistrhoPluginInfo.h
+++ b/plugins/ZamDynamicEQ/DistrhoPluginInfo.h
@@ -42,5 +42,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "equalizer", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamDynamicEQ"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmdq
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamDynamicEQ/Makefile b/plugins/ZamDynamicEQ/Makefile
index 6bf976d..8fa53f0 100644
--- a/plugins/ZamDynamicEQ/Makefile
+++ b/plugins/ZamDynamicEQ/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamEQ2/DistrhoPluginInfo.h b/plugins/ZamEQ2/DistrhoPluginInfo.h
index 09690a7..653b1d8 100644
--- a/plugins/ZamEQ2/DistrhoPluginInfo.h
+++ b/plugins/ZamEQ2/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "equalizer", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamEQ2"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zeq2
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamEQ2/Makefile b/plugins/ZamEQ2/Makefile
index 39b6cba..1eb9b3c 100644
--- a/plugins/ZamEQ2/Makefile
+++ b/plugins/ZamEQ2/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamGEQ31/DistrhoPluginInfo.h b/plugins/ZamGEQ31/DistrhoPluginInfo.h
index 4cd5dd5..df3c99e 100644
--- a/plugins/ZamGEQ31/DistrhoPluginInfo.h
+++ b/plugins/ZamGEQ31/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "equalizer", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamGEQ31"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zg31
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamGEQ31/Makefile b/plugins/ZamGEQ31/Makefile
index 9b43e37..b553418 100644
--- a/plugins/ZamGEQ31/Makefile
+++ b/plugins/ZamGEQ31/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamGate/DistrhoPluginInfo.h b/plugins/ZamGate/DistrhoPluginInfo.h
index 60bcae7..355d1fd 100644
--- a/plugins/ZamGate/DistrhoPluginInfo.h
+++ b/plugins/ZamGate/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamGate"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zgat
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamGate/Makefile b/plugins/ZamGate/Makefile
index 952ca8c..91546a4 100644
--- a/plugins/ZamGate/Makefile
+++ b/plugins/ZamGate/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamGateX2/DistrhoPluginInfo.h b/plugins/ZamGateX2/DistrhoPluginInfo.h
index 7d2bc45..a8ffca5 100644
--- a/plugins/ZamGateX2/DistrhoPluginInfo.h
+++ b/plugins/ZamGateX2/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "stereo"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamGateX2"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zgt2
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamGateX2/Makefile b/plugins/ZamGateX2/Makefile
index ec007a4..6c86a58 100644
--- a/plugins/ZamGateX2/Makefile
+++ b/plugins/ZamGateX2/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamGrains/DistrhoPluginInfo.h b/plugins/ZamGrains/DistrhoPluginInfo.h
index b719e50..d95b148 100644
--- a/plugins/ZamGrains/DistrhoPluginInfo.h
+++ b/plugins/ZamGrains/DistrhoPluginInfo.h
@@ -42,5 +42,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "delay", "granular", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamGrains"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmgr
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamGrains/Makefile b/plugins/ZamGrains/Makefile
index 9042c7b..4b6a8ed 100644
--- a/plugins/ZamGrains/Makefile
+++ b/plugins/ZamGrains/Makefile
@@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamHeadX2/DistrhoPluginInfo.h b/plugins/ZamHeadX2/DistrhoPluginInfo.h
index ba918d7..5a3400c 100644
--- a/plugins/ZamHeadX2/DistrhoPluginInfo.h
+++ b/plugins/ZamHeadX2/DistrhoPluginInfo.h
@@ -44,4 +44,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "equalizer", "stereo"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamHeadX2"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zhd2
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile
index 65e81a4..63c76c3 100644
--- a/plugins/ZamHeadX2/Makefile
+++ b/plugins/ZamHeadX2/Makefile
@@ -57,6 +57,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamNoise/DistrhoPluginInfo.h b/plugins/ZamNoise/DistrhoPluginInfo.h
index ccdfde0..e98020d 100644
--- a/plugins/ZamNoise/DistrhoPluginInfo.h
+++ b/plugins/ZamNoise/DistrhoPluginInfo.h
@@ -40,4 +40,8 @@
#define DISTRHO_PLUGIN_URI "urn:zamaudio:ZamNoise"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamNoise"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID znoi
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamNoise/Makefile b/plugins/ZamNoise/Makefile
index 14140de..9b7b784 100644
--- a/plugins/ZamNoise/Makefile
+++ b/plugins/ZamNoise/Makefile
@@ -37,6 +37,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamPhono/DistrhoPluginInfo.h b/plugins/ZamPhono/DistrhoPluginInfo.h
index ab40a3e..8d98158 100644
--- a/plugins/ZamPhono/DistrhoPluginInfo.h
+++ b/plugins/ZamPhono/DistrhoPluginInfo.h
@@ -43,4 +43,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "utility", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamPhono"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zmph
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamPhono/Makefile b/plugins/ZamPhono/Makefile
index 3159d49..8ca6a65 100644
--- a/plugins/ZamPhono/Makefile
+++ b/plugins/ZamPhono/Makefile
@@ -32,6 +32,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamSynth/DistrhoPluginInfo.h b/plugins/ZamSynth/DistrhoPluginInfo.h
index b22166c..71db842 100644
--- a/plugins/ZamSynth/DistrhoPluginInfo.h
+++ b/plugins/ZamSynth/DistrhoPluginInfo.h
@@ -35,4 +35,8 @@
#define DISTRHO_PLUGIN_URI "urn:zamaudio:ZamSynth"
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:InstrumentPlugin"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zsth
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamSynth/Makefile b/plugins/ZamSynth/Makefile
index 3c041a6..1714ff1 100644
--- a/plugins/ZamSynth/Makefile
+++ b/plugins/ZamSynth/Makefile
@@ -31,6 +31,7 @@ TARGETS += jack
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamTube/DistrhoPluginInfo.h b/plugins/ZamTube/DistrhoPluginInfo.h
index e98e609..91cf7cb 100644
--- a/plugins/ZamTube/DistrhoPluginInfo.h
+++ b/plugins/ZamTube/DistrhoPluginInfo.h
@@ -43,4 +43,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamTube"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID ztub
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index c6dcbf8..be142de 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -35,6 +35,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)
diff --git a/plugins/ZamVerb/DistrhoPluginInfo.h b/plugins/ZamVerb/DistrhoPluginInfo.h
index 7960342..cfb732b 100644
--- a/plugins/ZamVerb/DistrhoPluginInfo.h
+++ b/plugins/ZamVerb/DistrhoPluginInfo.h
@@ -43,4 +43,8 @@
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"
#define DISTRHO_PLUGIN_CLAP_ID "com.zamaudio.ZamVerb"
+#define DPF_VST3_DONT_USE_BRAND_ID 1
+#define DISTRHO_PLUGIN_BRAND_ID ZamP
+#define DISTRHO_PLUGIN_UNIQUE_ID zvrb
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED
diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile
index caf2569..29b3d6c 100644
--- a/plugins/ZamVerb/Makefile
+++ b/plugins/ZamVerb/Makefile
@@ -58,6 +58,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
+TARGETS += au
all: $(TARGETS)