We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160131f commit 47ad38aCopy full SHA for 47ad38a
src/lib.rs
@@ -414,5 +414,5 @@ impl<const NUMGRAINS: usize, const BUFSIZE: usize> Vst3Plugin for Havregryn<NUMG
414
];
415
}
416
417
-nih_export_clap!(Havregryn<32, {8*48000}>);
+// nih_export_clap!(Havregryn<32, {8*48000}>);
418
nih_export_vst3!(Havregryn<32, {8*48000}>);
0 commit comments