[fluxus] audio troubles on OS X

Dave Griffiths dave at pawfal.org
Fri Nov 24 07:44:46 PST 2006


> Hi there, I'm new to fluxus, trying to get it up and running for the
> first time on OS X 10.4.8
>
> I try to start the audio using (start-audio "" 256 44100) and get:
>
> unknown source port in attempted connection []
> JackClient::ConnectInput: cannot connect input port [] to [In0]

this is benign, if you then do:

> Fluxus then shows up in the JackPilot window, and I can connect audio
> sources to it

it should work... doesn't sound like an OSX problem then

> but I don't see anything change in the window (this is
> after running the cube audio demo code form the quickstart doc
> online).  I've tried various combinations of audio sources with no
> luck, and on a side not it appears that after the audio is started,
> changing the source string argument doesn't actually do anything.
> But I can't seem to find documentation on that?

yes, I think once the audio system has started calling the function has no
effect.

so - the question is whether the audio is working at all... try running
examples/02-bars.scm after calling start-audio.

and to print out the values, try something like:

(define (render)
    (display (gh 0))(newline))

(every-frame (render))

another thing, do the buffer size and samplerate setting match jacks?

cheers,

dave




More information about the Fluxus mailing list