Skip to content

MIDI Gate Example Crashes Carla #101

@jrpear

Description

@jrpear

When I do:

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.

Metadata

Metadata

Assignees

Labels

💣 CrashAn API or example caused an host to crash🐞 BugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions