Skip to content

Commit af2e01d

Browse files
committed
Using new mechanism for registering plugin metadata
1 parent a8b64b3 commit af2e01d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/main/meta/phaser.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
* (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
* Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
*
55
* This file is part of lsp-plugins-phaser
66
* Created on: 10 мар 2025 г.
@@ -20,6 +20,7 @@
2020
*/
2121

2222
#include <lsp-plug.in/plug-fw/meta/ports.h>
23+
#include <lsp-plug.in/plug-fw/meta/registry.h>
2324
#include <lsp-plug.in/shared/meta/developers.h>
2425
#include <private/meta/phaser.h>
2526

@@ -298,6 +299,7 @@ namespace lsp
298299
mono_plugin_port_groups,
299300
&phaser_bundle
300301
};
302+
LSP_REGISTER_METADATA(phaser_mono);
301303

302304
const plugin_t phaser_stereo =
303305
{
@@ -328,6 +330,8 @@ namespace lsp
328330
stereo_plugin_port_groups,
329331
&phaser_bundle
330332
};
333+
LSP_REGISTER_METADATA(phaser_stereo);
334+
331335
} /* namespace meta */
332336
} /* namespace lsp */
333337

0 commit comments

Comments
 (0)