mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add the CLAP note detector feature
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pub enum ClapFeature {
|
||||
Instrument,
|
||||
AudioEffect,
|
||||
NoteDetector,
|
||||
NoteEffect,
|
||||
Analyzer,
|
||||
Synthesizer,
|
||||
@@ -51,6 +52,7 @@ impl ClapFeature {
|
||||
match self {
|
||||
ClapFeature::Instrument => "instrument",
|
||||
ClapFeature::AudioEffect => "audio-effect",
|
||||
ClapFeature::NoteDetector => "note-detector",
|
||||
ClapFeature::NoteEffect => "note-effect",
|
||||
ClapFeature::Analyzer => "analyzer",
|
||||
ClapFeature::Synthesizer => "synthesizer",
|
||||
|
||||
Reference in New Issue
Block a user