Weird Constructor

Results 23 comments of Weird Constructor

Yes, it's loading currently only `init.hxy` from the current working directory. Save also only saves `init.hxy`. The plugin state/preset should also be saved with the DAW though (VST3 and CLAP...

> ``` > Even saving the preset with the DAW project (in case of the VST plugin) is not yet implemented, so don't use it yet for your projects and...

The VST3/CLAP plugins are more an artifact to install into the plugins directory. I'm not sure about the standalone version, whether I really want to maintain that officially as user...

Have you tried running `cargo update` before `cargo build`? The `master` branch should build fine, except two little warnings. The error looks to me, like cargo is using an old...

> I was hoping to try out the latest state of the synth on my machine, but if you think that will be too much hassle I am ok with...

@mhuesch The xcb dependency comes from baseview ( https://github.com/RustAudio/baseview ). Seems like you need libxcb and maybe even also the development files for libxcb. libxcb is the communication interface between...

@mhuesch Did you try again, can I close this issue?

@mhuesch I don't know Nix at all. What does the build script build? The VST3/CLAP plugins, or the nih-plug standalone binaries?

@mhuesch yes, as described in the README you can build the nih-plug standalone or plugin version. Also the jack_standalone one should work.

I second this with CUDA 11 on Ubuntu 22.04. I did not succeed installing CUDA 12 on my Ubuntu 22.04, so I am stuck with 11. I added following ugly...