Thank you Christian for the detailed reply,
I kept changing the JACK and LS buffer, polyphony, etc, but I am still getting
the X-Runs. So at this point, I think it's time to go back to your previous
comment whether LinuxSampler was compiled with optimization flag turned on. I
had never came acr
Hi guys,
I've been working on fixing some dead locks that were occurring once in a
while. The problem was that threads were restarted while holding mutex
lock(s), which inevitably leads to dead locks even if the thread resumes later
on.
To address this, I changed the way all thread loops work