1
0
Fork 0

Add a missing category feature to the sine example

This commit is contained in:
Robbert van der Helm 2023-01-28 23:23:35 +01:00
parent 161c97bb28
commit 32957c222f

View file

@ -202,6 +202,7 @@ impl ClapPlugin for Sine {
const CLAP_MANUAL_URL: Option<&'static str> = Some(Self::URL);
const CLAP_SUPPORT_URL: Option<&'static str> = None;
const CLAP_FEATURES: &'static [ClapFeature] = &[
ClapFeature::Instrument,
ClapFeature::Synthesizer,
ClapFeature::Stereo,
ClapFeature::Mono,