mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Update features names for CLAP 0.26
This commit is contained in:
@@ -164,7 +164,7 @@ impl Plugin for Stft {
|
||||
impl ClapPlugin for Stft {
|
||||
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.stft";
|
||||
const CLAP_DESCRIPTION: &'static str = "An example plugin using the STFT helper";
|
||||
const CLAP_FEATURES: &'static [&'static str] = &["audio_effect", "stereo", "tool"];
|
||||
const CLAP_FEATURES: &'static [&'static str] = &["audio-effect", "stereo", "tool"];
|
||||
const CLAP_MANUAL_URL: &'static str = Self::URL;
|
||||
const CLAP_SUPPORT_URL: &'static str = Self::URL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user