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 b76bc0a commit bccfc0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/meta/noise_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ namespace lsp
LSP_LV2_URI("noise_generator_x1"),
LSP_LV2UI_URI("noise_generator_x1"),
"lng0",
LSP_VST3_UID("ng1 lng0"),
LSP_VST3UI_UID("ng1 lng0"),
LSP_LADSPA_NOISE_GENERATOR_BASE + 0,
LSP_LADSPA_URI("noise_generator_x1"),
LSP_CLAP_URI("noise_generator_x1"),
Expand All @@ -299,6 +301,8 @@ namespace lsp
LSP_LV2_URI("noise_generator_x2"),
LSP_LV2UI_URI("noise_generator_x2"),
"lng1",
LSP_VST3_UID("ng2 lng1"),
LSP_VST3UI_UID("ng2 lng1"),
LSP_LADSPA_NOISE_GENERATOR_BASE + 1,
LSP_LADSPA_URI("noise_generator_x2"),
LSP_CLAP_URI("noise_generator_x2"),
Expand All @@ -324,6 +328,8 @@ namespace lsp
LSP_LV2_URI("noise_generator_x4"),
LSP_LV2UI_URI("noise_generator_x4"),
"lng2",
LSP_VST3_UID("ng4 lng2"),
LSP_VST3UI_UID("ng4 lng2"),
LSP_LADSPA_NOISE_GENERATOR_BASE + 2,
LSP_LADSPA_URI("noise_generator_x4"),
LSP_CLAP_URI("noise_generator_x4"),
Expand Down

0 comments on commit bccfc0a

Please sign in to comment.