On Wed, 27 Feb 2008 17:36:37 +0100
Atte André Jensen <atte.jensen(a)gmail.com> wrote:
Fons Adriaensen wrote:
The reason is that the process callback returns
1,
and this should be zero. Which means that Debian Etch
(and Malte's system) are using a rather dated version
of jack.
Is this something I could/should change in the source myself in order
to get minicomputer working on ubuntu 7.10, and if so, could you give
a quick pointer?
Sean Bolton already gave a quick answer previously in this thread,
here's a citation:
---
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
---
I haven't tried it myself but others reported that it works.
~Philipp