maxigaz
maxigaz
> I'm on arch linux, and I have this issue even if I build with USE_SYSTEM=JUCE=1, anything else I can try? Did you try `USE_SYSTEM=JUCE=1` or `USE_SYSTEM_JUCE=1`? Only the latter...
I've just sent PR #27, which should take care of the issue. This repo seems to be abandoned, so not sure if this will ever get merged, but at least...
> First, I wanted to ask if you're currently building the plugin from source, or if you're using a build provided by a package manager? (I don't think the .deb...
> This is strange that Arch hasn't native BYOD package and just downloaded pre-build binaries, I'm not sure what you mean by 'native'. When an AUR package is being installed,...
> "Strange" because Arch is source-based distro afaik, and by "native" I mean that packages has to be built of sources No, Arch is a binary-based distro. Perhaps you're mixing...
> ```shell > # Clone the repository and initiaqlize submodules > $ git clone https://github.com/Chowdhury-DSP/BYOD > $ cd BYOD > $ git submodule update --init --recursive > > # Configure...
Thank you, @jatinchowdhury18! I've compiled it again and here are my findings: - The standalone version from the **Debug** directory crashes after a few seconds without any windows shown. Here's...
> I'd definitely be curious what sort of information you might get from running the debug build under GDB. Here's the output I'm getting: [byod-gdb.txt](https://github.com/Chowdhury-DSP/BYOD/files/10141341/byod-gdb.txt)
I've just tried the newly released v1.1.3. While the VST3 version still has the issue, the GUI now works in the LV2 version. Thank you!