Skip to content

Commit

Permalink
Added VST3 unique identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Feb 14, 2024
1 parent f31f300 commit d378bf4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/meta/impulse_reverb.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2021 Linux Studio Plugins Project <https://lsp-plug.in/>
* (C) 2021 Vladimir Sadovnikov <[email protected]>
* Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
* (C) 2024 Vladimir Sadovnikov <[email protected]>
*
* This file is part of lsp-plugins-impulse-reverb
* Created on: 3 авг. 2021 г.
Expand Down Expand Up @@ -228,6 +228,8 @@ namespace lsp
LSP_LV2_URI("impulse_reverb_mono"),
LSP_LV2UI_URI("impulse_reverb_mono"),
"fggq",
LSP_VST3_UID("inh1m fggq"),
LSP_VST3UI_UID("inh1m fggq"),
0,
NULL,
LSP_CLAP_URI("impulse_reverb_mono"),
Expand All @@ -253,6 +255,8 @@ namespace lsp
LSP_LV2_URI("impulse_reverb_stereo"),
LSP_LV2UI_URI("impulse_reverb_stereo"),
"o9zj",
LSP_VST3_UID("inh1s o9zj"),
LSP_VST3UI_UID("inh1s o9zj"),
0,
NULL,
LSP_CLAP_URI("impulse_reverb_stereo"),
Expand Down

0 comments on commit d378bf4

Please sign in to comment.