rust-lv2 icon indicating copy to clipboard operation
rust-lv2 copied to clipboard

A safe, fast, and modular framework to create LV2 plugins, written in Rust

Results 31 rust-lv2 issues
Sort by recently updated
recently updated
newest added

When compiling against the current development branch the MIDI output does not work This can be for example tested with the plugin `Example Fitfth (Rust Edition)` for docs/fifth How to...

Built success in https://openkoji.iscas.ac.cn/koji/taskinfo?taskID=1285

With this change, I was able to successfully compile https://github.com/chadmed/bankstown (having patched its `Cargo.toml` to point to my local working copy of `rust-lv2`) on an Apple Silicon Mac, and run...

Based on the default bindgen version 0.53.1, can not work on loong64. The loongarch64.rs is automatically generated by rust-bindgen 0.62.0. Meanwhile, I need to install rustfmt. Please review.

This adds the bindings for Linux mips64.

This adds the bindings for Linux s390x.

This adds the bindings for Linux powerpc (32-bit).

This adds the bindings for Linux sparc64.

I am trying to generate the Rust bindings for `sparc64-linux-gnu` which fails with: ``` (sid_sparc64-dchroot)glaubitz@stadler:~/rust-lv2$ cargo run -p systool -- --lv2 /usr/include/lv2 --out sys/src/linux/sparc64.rs -- --target=sparc64-linux-gnu Finished dev [unoptimized +...

Unwinding across functions with the extern "C" ABI is UB, but previously worked. See: https://github.com/rust-lang/rust/issues/74990 Redo the tests so they don't rely on panics at all, using a reference-counted counter...