From 275aef3854e55860e183c21c6b811e4cce3b56ef Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Sat, 8 Jun 2024 19:02:40 +0300 Subject: [PATCH] Updated metadata --- src/main/meta/noise_generator.cpp | 61 ++++++++++++++++++------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/src/main/meta/noise_generator.cpp b/src/main/meta/noise_generator.cpp index 2fa438e..8084ac6 100644 --- a/src/main/meta/noise_generator.cpp +++ b/src/main/meta/noise_generator.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2022 Linux Studio Plugins Project - * (C) 2022 Stefano Tronci + * Copyright (C) 2024 Linux Studio Plugins Project + * (C) 2024 Stefano Tronci * * 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,