Add a reverse DNS ID field to ClapPlugin

This commit is contained in:
Robbert van der Helm
2022-02-28 17:04:39 +01:00
parent 089f1589bf
commit c7f1c46f18
5 changed files with 15 additions and 5 deletions

View File

@@ -176,7 +176,9 @@ impl Plugin for Sine {
}
}
impl ClapPlugin for Sine {}
impl ClapPlugin for Sine {
const CLAP_ID: &'static str = "com.moist-plugins-gmbh.sine";
}
impl Vst3Plugin for Sine {
const VST3_CLASS_ID: [u8; 16] = *b"SineMoistestPlug";