Skip to content

Commit

Permalink
AU: Enable new plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
zamaudio committed May 12, 2024
1 parent 1dfe485 commit f624eca
Show file tree
Hide file tree
Showing 38 changed files with 95 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/ZaMaximX2/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZaMaximX2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZaMultiComp/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZaMultiComp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZaMultiCompX2/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZaMultiCompX2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamAutoSat/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamAutoSat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamComp/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamComp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
5 changes: 5 additions & 0 deletions plugins/ZamCompX2/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamCompX2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamDelay/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamDelay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
3 changes: 3 additions & 0 deletions plugins/ZamDynamicEQ/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamDynamicEQ/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamEQ2/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamEQ2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamGEQ31/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamGEQ31/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamGate/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamGate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamGateX2/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamGateX2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
3 changes: 3 additions & 0 deletions plugins/ZamGrains/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamGrains/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamHeadX2/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamHeadX2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamNoise/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamNoise/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamPhono/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamPhono/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamSynth/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamSynth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ TARGETS += jack
TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamTube/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamTube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down
4 changes: 4 additions & 0 deletions plugins/ZamVerb/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions plugins/ZamVerb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ TARGETS += lv2_sep
TARGETS += vst2
TARGETS += vst3
TARGETS += clap
TARGETS += au

all: $(TARGETS)

Expand Down

0 comments on commit f624eca

Please sign in to comment.