Alexandre Bique

Results 268 comments of Alexandre Bique

> > They are making VST3's ABI dependent on the wayland library's ABI. > > Thanks for elaborating. I think I get your point and realized that the implications are...

OK, thanks for the clarification :+1: . https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#method.insert seems to explicitly describe the update scenario.

![Image](https://github.com/user-attachments/assets/3c2d63e2-2b1b-40f6-84b8-88917af749ee) You can replace the `earth.png` image in the `solar_system` example with this one and you'll trigger the issue.

The bug might be in `image.wgsl` shader.

Hi @Bremmers, Thank you very much for this PR. Even if the plugin supports this extension, it should still be able to do the MIDI-CI handshake using raw sysex right?...

> > Even if the plugin supports this extension, it should still be able to do the MIDI-CI handshake using raw sysex right? > > No, the idea is to...

> > Even if the plugin supports this extension, it should still be able to do the MIDI-CI handshake using raw sysex right? > > No, the idea is to...

Some discussions related to this: https://steamcommunity.com/app/2352620/discussions/0/624436409752910156/ Apparently changing the launch command to this fixes it: ```bash echo "%command%" | sed 's/fellowship/fellowship-launcher/' | sh ```