[fluxus] Audio Problems

Steven Norder info at zeropain.com
Fri Feb 3 22:39:51 PST 2006


Ok there is my fluxus.scm

 

 

cat ~/.fluxus.scm 

(start-audio 0 512 48000)

 

And here is bars.scm

 

cat examples/bars.scm 

 

(define (bar c)

    (push)

    (colour (vector 1 0 (gh c)))

    (translate (vector c 0 0))

    (scale (vector 1 (+ 0.1 (* 5 (gh c))) 1))

    (draw-cube)

    (pop))

 

(define (bars c)

    (bar c)

    (if (eq? c 16)

        0

        (bars (+ c 1))))

 

 

(define (render)

    (bars 0))

 

(every-frame "(render)")

 

Then I run 

 

fluxus examples/bars.scm 

connected to jack...

 

But when I hit F5 I get one bar that shows up a red bar. It does nothing

I have jack running 

And I'm playing a mp3 though it via mplayer.

Jackd in verbose mode

It shows mplayer connecting and playing and I hear the sound it also shows
fluxus connectiong

 

But nothing happens on the screen but that red bar showing up am I doing
something wrong?

Well I know I am but could someone please show me what it is. I seem to be
very confused.

 

Thank you

Steven

 

P.S. I just downloaded jack so it's the newest version and just downloaded
fluxus so its the newest version to if that matters.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20060204/d228e6d3/attachment-0001.htm>


More information about the Fluxus mailing list