Namespace custom CLAP features
This commit is contained in:
parent
dfd0109205
commit
82b7426689
|
@ -254,7 +254,7 @@ impl ClapPlugin for LoudnessWarWinner {
|
||||||
ClapFeature::Limiter,
|
ClapFeature::Limiter,
|
||||||
ClapFeature::Distortion,
|
ClapFeature::Distortion,
|
||||||
ClapFeature::Utility,
|
ClapFeature::Utility,
|
||||||
ClapFeature::Custom("pain"),
|
ClapFeature::Custom("nih:pain"),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -594,8 +594,8 @@ impl ClapPlugin for SpectralCompressor {
|
||||||
ClapFeature::Stereo,
|
ClapFeature::Stereo,
|
||||||
ClapFeature::PhaseVocoder,
|
ClapFeature::PhaseVocoder,
|
||||||
ClapFeature::Compressor,
|
ClapFeature::Compressor,
|
||||||
ClapFeature::Custom("spectral"),
|
ClapFeature::Custom("nih:spectral"),
|
||||||
ClapFeature::Custom("sosig"),
|
ClapFeature::Custom("nih:sosig"),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue