Skip to content

Commit

Permalink
feat: set VST2 plugin UID
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Nov 13, 2024
1 parent dced104 commit 7eb3a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/adt/PluginADT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PluginADT : public Plugin {
//
// Get a proper plugin UID and fill it in here!
int64_t getUniqueId() const noexcept override {
return d_cconst('a', 'b', 'c', 'd');
return d_cconst('a', 'd', 't', 'v');
}

// -------------------------------------------------------------------
Expand Down

0 comments on commit 7eb3a52

Please sign in to comment.