Document which CLAP features are main categories
This commit is contained in:
parent
3790a05891
commit
fb29322b81
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue