mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a reverse DNS ID field to ClapPlugin
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user