Hi Malte -- cool synth! Love the grungy, resonant, squeally, circuit-
bent, unusual stuff it produces.
On Feb 20, 2008, at 9:03 AM, Cesare Marilungo wrote:
Hi Malte,
here I get:
jack_client_thread zombified - exiting from JACK
The jack process callback needs to return 0 on success, not 1.
Change line 794 of cpu/main.c to:
return 0;
and recompile.
-Sean