1
0
Fork 0

Fix the sine test tone CLAP category

This commit is contained in:
Robbert van der Helm 2022-06-29 00:54:26 +02:00
parent f309f39982
commit 29e9d620ca

View file

@ -197,7 +197,7 @@ impl ClapPlugin for Sine {
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.sine";
const CLAP_DESCRIPTION: &'static str = "An optionally MIDI controlled sine test tone";
const CLAP_FEATURES: &'static [ClapFeature] = &[
ClapFeature::AudioEffect,
ClapFeature::Synthesizer,
ClapFeature::Stereo,
ClapFeature::Mono,
ClapFeature::Utility,