Skip to content

Commit 34cec75

Browse files
committed
Updated metadata
1 parent b4133da commit 34cec75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/meta/plugin_template.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ namespace lsp
8787
PORTS_END
8888
};
8989

90-
static const int plugin_classes[] = { C_DELAY, -1 };
90+
static const int plugin_classes[] = { C_UTILITY, -1 };
9191
static const int clap_features_mono[] = { CF_AUDIO_EFFECT, CF_UTILITY, CF_MONO, -1 };
9292
static const int clap_features_stereo[] = { CF_AUDIO_EFFECT, CF_UTILITY, CF_STEREO, -1 };
9393

0 commit comments

Comments
 (0)