stoiximan
(stoiximan)
July 19, 2020, 2:13pm
1
I think many people need this and there is a topic that you may have missed here.I tested it my self and it works perfect!!Many thanks to Olga U. laserbat
Hi!
I was always annoyed that in linux renoise version you have to always change focus from a plugin window to DAW window if you want to play a few notes and see how it sounds.
So I made a very simple script that uses xdotool to solve this issue. It basically waits for focus change events and as soon as one happens, it switches focus back to the renoise window.
Here’s the script itself.
You can just download it, put it into ~/bin or ~/.local/bin or /usr/local/bin depending on your distro and…