Skip to content

Commit 47ad38a

Browse files
committed
no clap
1 parent 160131f commit 47ad38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,5 +414,5 @@ impl<const NUMGRAINS: usize, const BUFSIZE: usize> Vst3Plugin for Havregryn<NUMG
414414
];
415415
}
416416

417-
nih_export_clap!(Havregryn<32, {8*48000}>);
417+
// nih_export_clap!(Havregryn<32, {8*48000}>);
418418
nih_export_vst3!(Havregryn<32, {8*48000}>);

0 commit comments

Comments
 (0)