ChowKick
ChowKick copied to clipboard
[BUG]GUI really slow on Manjaro Gnome as a VST3
Describe the bug GUI really slow on Manjaro Gnome as a VST3
To Reproduce Steps to reproduce the behavior:
- Load ChowKick in Carla or zrythm as VST3
- The GUI reacts really slow
Expected behavior The GUI should be snappy and input shouldn't be long to react. Both mouse and keyboard are affected.
Desktop (please complete the following information):
- OS: Manjaro Linux
- DAW zrythm, carla
- Version 1.1.1
Thanks for posting this issue! I've got a couple of questions that might be relevant in debugging what's going on here.
- Is the laggy UI issue happening with the Standalone version of the plugin as well?
- Was the plugin installed using the .deb installer from the latest release, or built from source?
If you're building from source, I'd recommend first checking CMake commands. When compiling with a Makefile-based CMake generator, the CMake "configure" step also needs the additional argument -DCMAKE_BUILD_TYPE=Release.
I also wonder if the plugin's using OpenGL for renderring the UI could be causing issues. We may want to try toggling this flag, and seeing if there's any difference.
I installed it using this AUR repository: http://aur.archlinux.org/packages/chowkick-bin There is no standalone version , but I'll try compiling it.