joshpostel
joshpostel
**DeepGliss**: A free and open source VST plugin performing continuous pitch bend between chords. See more at the [website](https://joshuapostel.github.io/deep-gliss/) or [repo](https://github.com/JoshuaPostel/DeepGliss)  https://user-images.githubusercontent.com/106087488/171526622-fb77b31c-e698-44bd-a1b9-98cad08aefa3.mp4
@matthewm00n thank you for reporting and describing the issue. This is probably not just on your end. There are some promising updates to the UI internals which I hope to...
First debugging step will be to update `baseview` and `egui-baseview` dependencies, as a few display issues have been resolved since `f6e99e9aa6f5aeb6b721cb05e4d882a51d995909`
looks like this issue was [resolved](https://github.com/RustAudio/baseview/issues/105) in the `baseveiw` dependency, but DeepGliss uses an old version of `baseview` (due to the `egui-baseview` dependency). The fix requires updating some dependencies in...
> It would still fail to build when compiling the codegen code directly without any manual modification. Maybe we could add settings in the codegen CLI to either ignore the...