Alexandre Bique
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.
 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 ```