Downfall
Downfall
I improved the implementation. It's cleaner and we don't need the imports anymore. The Copy trait is now needed on the enum. ``` baseplug::model! { #[derive(Debug, Serialize, Deserialize, Clone, PartialEq,...
With the work I did on the PR https://github.com/wrl/baseplug/pull/28, I wonder if it wouldn't be wiser to avoid the blanket implementation ``` impl Translatable for T where T: Copy +...
Hello, As a workaround, you can define the clang-sys version in your Cargo.toml file. For your specific case duhruh, if you need asio, add clang-sys = "0.24.0" and if you...
Hello CaseyB, I assume that you try to use WASAPI on Windows ? Right now, you can't choose the buffer size with this host, it's not implemented. By default, cpal...
Hello @poww10s, Have you tried to release with caro build --release and run the executable? I have the same problem as you if I just try to do a cargo...
I'm stuck in the step as you. Worse, I have an error when I try to restart the program a second time and I have to unplug and plug in...