Skip to content

Commit

Permalink
Fix PluginInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Jun 8, 2024
1 parent b6a3bbd commit 20bdbb8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/BoobTube/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|distortion|Mono"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"

#define DPF_VST3_DONT_USE_BRAND_ID 1
#define DISTRHO_PLUGIN_BRAND_ID BrTw
#define DISTRHO_PLUGIN_UNIQUE_ID bBTo

#endif // DISTRHO_PLUGIN_INFO_H
4 changes: 4 additions & 0 deletions plugins/CollisionDrive/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|distortion|Mono"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"

#define DPF_VST3_DONT_USE_BRAND_ID 1
#define DISTRHO_PLUGIN_BRAND_ID BrTw
#define DISTRHO_PLUGIN_UNIQUE_ID bCDr

#endif // DISTRHO_PLUGIN_INFO_H
4 changes: 4 additions & 0 deletions plugins/MetalTone/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|distortion|Mono"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"

#define DPF_VST3_DONT_USE_BRAND_ID 1
#define DISTRHO_PLUGIN_BRAND_ID BrTw
#define DISTRHO_PLUGIN_UNIQUE_ID bMTo

#endif // DISTRHO_PLUGIN_INFO_H
4 changes: 4 additions & 0 deletions plugins/Rumor/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|distortion|Mono"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"

#define DPF_VST3_DONT_USE_BRAND_ID 1
#define DISTRHO_PLUGIN_BRAND_ID BrTw
#define DISTRHO_PLUGIN_UNIQUE_ID bRUm

#endif // DISTRHO_PLUGIN_INFO_H
4 changes: 4 additions & 0 deletions plugins/TubeScreamer/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|distortion|Mono"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"

#define DPF_VST3_DONT_USE_BRAND_ID 1
#define DISTRHO_PLUGIN_BRAND_ID BrTw
#define DISTRHO_PLUGIN_UNIQUE_ID bTSr

#endif // DISTRHO_PLUGIN_INFO_H
4 changes: 4 additions & 0 deletions plugins/ValveCaster/DistrhoPluginInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|distortion|Mono"
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "mono"

#define DPF_VST3_DONT_USE_BRAND_ID 1
#define DISTRHO_PLUGIN_BRAND_ID BrTw
#define DISTRHO_PLUGIN_UNIQUE_ID bVCa

#endif // DISTRHO_PLUGIN_INFO_H

0 comments on commit 20bdbb8

Please sign in to comment.