You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:RustAudio/rust-lv2.git
cd rust-lv2
./install_examples.sh
export LV2_PATH=$PWD/target/lv2 # or just add this path to Carla using its own settings
carla
# in Carla, Add Plugin -> Example MIDI Gate (Rust Version)
, Carla crashes after adding the MIDI Gate plugin. I get this output:
Carla 2.4.1 started, status:
Python version: 3.10.0
Qt version: 5.15.2
PyQt version: 5.15.6
Binary dir: /usr/lib64/carla
Resources dir: /usr/share/carla/resources
Frontend pixel ratio is 1.0
libjack.so.0 loaded successfully!
No device set, using 2 inputs and 2 outputs
zsh: IOT instruction (core dumped) carla
The other three examples don't have this issue for me.
The text was updated successfully, but these errors were encountered:
After a bit on testing I can indeed reproduce the crash on Carla on my computer (running only on top of Pulse), but only on the latest development branch. I will investigate this further, but due to the holiday season I probably won't be able to work on this before a little bit.
Ah great! To answer the last question, I was running Carla on pipewire. I've since wiped my disk and reinstalled my OS so I don't have any info beyond that I was running Fedora 35.
Hi, i just tried midigate. while i wasn't able to reproduce the crash, midigate is definitively broken in the develop branch. It doesn't respond to note on message, the gate never open no matter the host i tried.
When I do:
, Carla crashes after adding the MIDI Gate plugin. I get this output:
The other three examples don't have this issue for me.
The text was updated successfully, but these errors were encountered: