I&#39;m having issues getting Fluxus to work with audio. I have tried running<br>
<br>
(define (animate)<br>
 &nbsp; (start-audio &quot;qjackctl:capture_1&quot; 1024 44100)<br>
 &nbsp; (colour (vector 0 1 (gh 3)))<br>
 &nbsp; (draw-cube))<br>
(every-frame (animate))<br>
<br>
And it doesn&#39;t seem to be doing anything.<br>
<br>
I have tried running &quot;/usr/bin/jackd -R -P80 -dalsa -dhw:0 -r44100<br>
-p1024 -S -Xseq&quot; in the command prompt and nothing happened when I<br>
tried to play music. Any idea what I&#39;m doing wrong?<br>
<br>
I&#39;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>