Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Jun 8, 2024
1 parent 53a5762 commit 275aef3
Showing 1 changed file with 35 additions and 26 deletions.
61 changes: 35 additions & 26 deletions src/main/meta/noise_generator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2022 Linux Studio Plugins Project <https://lsp-plug.in/>
* (C) 2022 Stefano Tronci <[email protected]>
* Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
* (C) 2024 Stefano Tronci <[email protected]>
*
* This file is part of lsp-plugins
* Created on: 27 Feb 2022
Expand Down Expand Up @@ -271,14 +271,17 @@ namespace lsp
"NG1",
&developers::s_tronci,
"noise_generator_x1",
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"),
{
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"),
LSP_GST_UID("noise_generator_x1"),
},
LSP_PLUGINS_NOISE_GENERATOR_VERSION,
plugin_classes,
clap_features,
Expand All @@ -298,14 +301,17 @@ namespace lsp
"NG2",
&developers::s_tronci,
"noise_generator_x2",
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"),
{
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"),
LSP_GST_UID("noise_generator_x2"),
},
LSP_PLUGINS_NOISE_GENERATOR_VERSION,
plugin_classes,
clap_features,
Expand All @@ -325,14 +331,17 @@ namespace lsp
"NG4",
&developers::s_tronci,
"noise_generator_x4",
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"),
{
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"),
LSP_GST_UID("noise_generator_x4"),
},
LSP_PLUGINS_NOISE_GENERATOR_VERSION,
plugin_classes,
clap_features,
Expand Down

0 comments on commit 275aef3

Please sign in to comment.