7
45
Fork
You've already forked nice-plug
22

switch to using clack? #31

Open
opened 2026年05月27日 20:04:25 +02:00 by BillyDM · 1 comment

It might be worth replacing the raw clap-sys plugin code in the nice-plug crate with the clack-plugin crate.

The author of that crate has put a lot of time and thought into creating a safe abstraction, so it could be beneficial to use it for maintenance reasons.

It might be worth replacing the raw `clap-sys` plugin code in the `nice-plug` crate with the [clack-plugin](https://crates.io/crates/clack-plugin) crate. The author of that crate has put a lot of time and thought into creating a safe abstraction, so it could be beneficial to use it for maintenance reasons.

I very much agree with this (as this was what Clack was designed for), but obviously I'm very biased. 😄

The code currently handling the CLAP plugin wrapper is quite chunky, so I would recommend making a piecemeal migration, rather than doing it all-at-once.

Most types and utilities in Clack are designed for interoperability with clap-sys, so you can migrate the codebase progressively.

I very much agree with this (as this was what Clack was designed for), but obviously I'm very biased. 😄 The code currently handling the CLAP plugin wrapper is quite chunky, so I would recommend making a piecemeal migration, rather than doing it all-at-once. Most types and utilities in Clack are designed for interoperability with `clap-sys`, so you can migrate the codebase progressively.
Sign in to join this conversation.
No Branch/Tag specified
main
resizing
dev
standalone_fixes
FoobarIT/main
fixes
egui_3rd_party
vizia_baseview_update
egui_32
softbuffer
byo_gui_examples
raw_graphics_examples
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.3
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RustAudio/nice-plug#31
Reference in a new issue
RustAudio/nice-plug
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?