Add CLAP 1.1.8 features
This commit is contained in:
parent
7c14010656
commit
15c859a8e6
|
@ -28,6 +28,8 @@ pub enum ClapFeature {
|
||||||
Distortion,
|
Distortion,
|
||||||
TransientShaper,
|
TransientShaper,
|
||||||
Compressor,
|
Compressor,
|
||||||
|
Expander,
|
||||||
|
Gate,
|
||||||
Limiter,
|
Limiter,
|
||||||
Flanger,
|
Flanger,
|
||||||
Chorus,
|
Chorus,
|
||||||
|
@ -73,6 +75,8 @@ impl ClapFeature {
|
||||||
ClapFeature::Distortion => "distortion",
|
ClapFeature::Distortion => "distortion",
|
||||||
ClapFeature::TransientShaper => "transient-shaper",
|
ClapFeature::TransientShaper => "transient-shaper",
|
||||||
ClapFeature::Compressor => "compressor",
|
ClapFeature::Compressor => "compressor",
|
||||||
|
ClapFeature::Expander => "expander",
|
||||||
|
ClapFeature::Gate => "gate",
|
||||||
ClapFeature::Limiter => "limiter",
|
ClapFeature::Limiter => "limiter",
|
||||||
ClapFeature::Flanger => "flanger",
|
ClapFeature::Flanger => "flanger",
|
||||||
ClapFeature::Chorus => "chorus",
|
ClapFeature::Chorus => "chorus",
|
||||||
|
|
Loading…
Reference in a new issue