Skip to content

Commit 1afbf63

Browse files
committed
Updated metadata
1 parent 8a0252c commit 1afbf63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/meta/plugin_template.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace lsp
4949

5050
// Input controls
5151
BYPASS,
52-
INT_CONTROL("d_in", "Delay in samples", U_SAMPLES, plugin_template::SAMPLES),
52+
INT_CONTROL("d_in", "Delay in samples", "Delay", U_SAMPLES, plugin_template::SAMPLES),
5353
DRY_GAIN(0.0f),
5454
WET_GAIN(1.0f),
5555
OUT_GAIN,
@@ -71,7 +71,7 @@ namespace lsp
7171

7272
// Input controls
7373
BYPASS,
74-
INT_CONTROL("d_in", "Delay in samples", U_SAMPLES, plugin_template::SAMPLES),
74+
INT_CONTROL("d_in", "Delay in samples", "Delay", U_SAMPLES, plugin_template::SAMPLES),
7575
DRY_GAIN(0.0f),
7676
WET_GAIN(1.0f),
7777
OUT_GAIN,

0 commit comments

Comments
 (0)