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
|
/// <https://github.com/free-audio/clap/blob/main/include/clap/plugin-features.h> for more
|
||||||
/// information.
|
/// information.
|
||||||
pub enum ClapFeature {
|
pub enum ClapFeature {
|
||||||
|
// These are the main categories, every plugin should have at least one of these
|
||||||
Instrument,
|
Instrument,
|
||||||
AudioEffect,
|
AudioEffect,
|
||||||
NoteDetector,
|
NoteDetector,
|
||||||
NoteEffect,
|
NoteEffect,
|
||||||
|
// These are optional
|
||||||
Analyzer,
|
Analyzer,
|
||||||
Synthesizer,
|
Synthesizer,
|
||||||
Sampler,
|
Sampler,
|
||||||
|
|
Loading…
Reference in a new issue