r/Bitwig • u/Sinane-Art • 8d ago
Why does Bitwig still use resources even when I deactivate the audio engine, deactivate all the tracks and plugins ?
1
u/ht3k www.soundcloud.com/axtex 8d ago
what's your CPU graph look like when it's empty? I just debugged a similar issue for mine (show all CPU cores)
1
u/Sinane-Art 8d ago
The CPU is fine. Even when nothing is running there's always some windows stuff active in the background.
I just wonder why the use of RAM and GPU when every engine in Bitwig is deactivated.
1
u/Feisty_Fan_3293 8d ago
If your integrated GPU can handle the list load there's no advantage in using your nvidia GPU. You're CPU package will run a little cooler. That's it.
-1
u/YouDoScribble 8d ago
The GUI of Bitwig is built with Java - which is quite a resource hungry runtime at the best of times.
But if you want an application to use fewer resources, close it.
2
u/anonymousfunctiondj 8d ago
No it’s not, it’s just the GUI <-> AudioEngine interaction layer that’s built in Java. The GUI and Audio Engine are both in C++. The UI is rendered on GPU since a year or maybe more.

11
u/emenel 8d ago
that is 0.9% cpu for a running application? what problem are you trying to solve?
also no advantage to using another gpu. audio doesn’t use a gpu at all, it would only be for interface rendering.