1
0
Fork 0

Add CLAP 1.1.8 features

This commit is contained in:
Robbert van der Helm 2023-03-13 15:36:04 +01:00
parent 7c14010656
commit 15c859a8e6

View file

@ -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",