1
0
Fork 0

Document which CLAP features are main categories

This commit is contained in:
Robbert van der Helm 2023-02-01 14:36:54 +01:00
parent 3790a05891
commit fb29322b81

View file

@ -5,10 +5,12 @@
/// <https://github.com/free-audio/clap/blob/main/include/clap/plugin-features.h> 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,