Skip to content

Commit

Permalink
no clap
Browse files Browse the repository at this point in the history
  • Loading branch information
vsandstrom committed Oct 27, 2024
1 parent 160131f commit 47ad38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,5 @@ impl<const NUMGRAINS: usize, const BUFSIZE: usize> Vst3Plugin for Havregryn<NUMG
];
}

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

0 comments on commit 47ad38a

Please sign in to comment.