Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Oct 17, 2024
1 parent b4133da commit 34cec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/meta/plugin_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace lsp
PORTS_END
};

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

Expand Down

0 comments on commit 34cec75

Please sign in to comment.