Add CLAP 1.1.8 features
This commit is contained in:
parent
7c14010656
commit
15c859a8e6
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue