Namespace custom CLAP features

This commit is contained in:
Robbert van der Helm
2022-11-22 21:08:59 +01:00
parent dfd0109205
commit 82b7426689
2 changed files with 3 additions and 3 deletions

View File

@@ -594,8 +594,8 @@ impl ClapPlugin for SpectralCompressor {
ClapFeature::Stereo,
ClapFeature::PhaseVocoder,
ClapFeature::Compressor,
ClapFeature::Custom("spectral"),
ClapFeature::Custom("sosig"),
ClapFeature::Custom("nih:spectral"),
ClapFeature::Custom("nih:sosig"),
];
}