From fb29322b8123538c84f1706e400ece6455af6b39 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 1 Feb 2023 14:36:54 +0100 Subject: [PATCH] Document which CLAP features are main categories --- src/wrapper/clap/features.rs | 2 ++ 1 file changed, 2 insertions(+) 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,