mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add CLAP 1.1.8 features
This commit is contained in:
@@ -28,6 +28,8 @@ pub enum ClapFeature {
|
||||
Distortion,
|
||||
TransientShaper,
|
||||
Compressor,
|
||||
Expander,
|
||||
Gate,
|
||||
Limiter,
|
||||
Flanger,
|
||||
Chorus,
|
||||
@@ -73,6 +75,8 @@ impl ClapFeature {
|
||||
ClapFeature::Distortion => "distortion",
|
||||
ClapFeature::TransientShaper => "transient-shaper",
|
||||
ClapFeature::Compressor => "compressor",
|
||||
ClapFeature::Expander => "expander",
|
||||
ClapFeature::Gate => "gate",
|
||||
ClapFeature::Limiter => "limiter",
|
||||
ClapFeature::Flanger => "flanger",
|
||||
ClapFeature::Chorus => "chorus",
|
||||
|
||||
Reference in New Issue
Block a user