Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Upacesky-26 opened this issue Nov 10, 2022 · 2 comments
Open

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

Upacesky-26 opened this issue Nov 10, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Upacesky-26
Copy link

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):

  • OS: Manjaro Linux
  • DAW zrythm, carla
  • Version 1.1.1
@Upacesky-26 Upacesky-26 added the bug Something isn't working label Nov 10, 2022
@jatinchowdhury18
Copy link
Contributor

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.

@Upacesky-26
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants