diff --git a/src/wrapper/clap/features.rs b/src/wrapper/clap/features.rs index 6eafdf52..ab95e8b2 100644 --- a/src/wrapper/clap/features.rs +++ b/src/wrapper/clap/features.rs @@ -5,10 +5,12 @@ /// for more /// information. pub enum ClapFeature { + // These are the main categories, every plugin should have at least one of these Instrument, AudioEffect, NoteDetector, NoteEffect, + // These are optional Analyzer, Synthesizer, Sampler,