mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Namespace custom CLAP features
This commit is contained in:
@@ -254,7 +254,7 @@ impl ClapPlugin for LoudnessWarWinner {
|
||||
ClapFeature::Limiter,
|
||||
ClapFeature::Distortion,
|
||||
ClapFeature::Utility,
|
||||
ClapFeature::Custom("pain"),
|
||||
ClapFeature::Custom("nih:pain"),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -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"),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user