Chowdhury-DSP / ChowKick

Kick synthesizer based on old-school drum machine circuits
BSD 3-Clause "New" or "Revised" License
156 stars 16 forks source link

[BUG]GUI really slow on Manjaro Gnome as a VST3 #41

Open Upacesky-26 opened 1 year ago

Upacesky-26 commented 1 year ago

Describe the bug GUI really slow on Manjaro Gnome as a VST3

To Reproduce Steps to reproduce the behavior:

  1. Load ChowKick in Carla or zrythm as VST3
  2. 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):

jatinchowdhury18 commented 1 year ago

Thanks for posting this issue! I've got a couple of questions that might be relevant in debugging what's going on here.

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.

Upacesky-26 commented 1 year ago

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.