Skip to content

Commit

Permalink
Add CLAP 1.1.8 features
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Mar 13, 2023
1 parent 7c14010 commit 15c859a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wrapper/clap/features.rs
Expand Up @@ -28,6 +28,8 @@ pub enum ClapFeature {
Distortion,
TransientShaper,
Compressor,
Expander,
Gate,
Limiter,
Flanger,
Chorus,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 15c859a

Please sign in to comment.