I'm having issues getting Fluxus to work with audio. I have tried running<br>
<br>
(define (animate)<br>
   (start-audio "qjackctl:capture_1" 1024 44100)<br>
   (colour (vector 0 1 (gh 3)))<br>
   (draw-cube))<br>
(every-frame (animate))<br>
<br>
And it doesn't seem to be doing anything.<br>
<br>
I have tried running "/usr/bin/jackd -R -P80 -dalsa -dhw:0 -r44100<br>
-p1024 -S -Xseq" in the command prompt and nothing happened when I<br>
tried to play music. Any idea what I'm doing wrong?<br>
<br>
I'm using Ubuntu Hardy Heron, and installed using the package here:<br>
<a href="https://launchpad.net/%7Efemistofel/+archive" target="_blank">https://launchpad.net/~femistofel/+archive</a>