-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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, | ||
|
@@ -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, | ||
|
@@ -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, | ||
|