Skip to content

Commit

Permalink
Merge pull request #108 from plgDavid/patch-1
Browse files Browse the repository at this point in the history
Update plugin-template.c
  • Loading branch information
abique authored Jun 17, 2022
2 parents 395ab2b + b98cec2 commit 55ee06f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugin-template.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ static const clap_plugin_descriptor_t s_my_plug_desc = {
.description = "The plugin description.",
.features = (const char *[]){
CLAP_PLUGIN_FEATURE_INSTRUMENT,
CLAP_PLUGIN_FEATURE_STEREO
CLAP_PLUGIN_FEATURE_STEREO,
NULL
},
};

Expand Down

0 comments on commit 55ee06f

Please sign in to comment.