[plt-scheme] fluxus 0.13

From: Glauber Alex Dias Prado (glauberalex at uol.com.br)
Date: Sun Sep 23 19:26:09 EDT 2007

Glauber Alex Dias Prado <glauberalex at uol.com.br> writes:

> Hi Jon,
> you might have figured this out by now but here it is.
>> Jon Rafkind wrote:
>>> Dave Griffiths wrote:
>>>   
>>>> act of a flowing; a continuous moving on or passing by, as of a flowing
>>>> stream; a continuous succession of changes
>>>>
>>>> A graphical livecoding environment for Scheme. Builds for Linux (and
>>>> sometimes OSX), and released under the GPL licence.
>>>>   
>>>>     
>>> After a lot of fiddling around I got fluxus to work but it didn't show
>>> any cool 3d graphics on my screen. I tried loading some of the tutorials
>>> like secret-one.keys with
>>> $ ./fluxus secret-one.keys
>
> You should start it as ./fluxus -p secret-one.keys and in order for it
> to process the harmonics you should have something like this on your
> ~/.fluxus.scm:
> (start-audio "xmms-jack_8272_000:out_0" 2048 44100)
> where the string is a jack enabled app output port (alternatively you
> could just have an empty string there and connect it to fluxus using
> qjackctl), this with jack turned on.
>
>>> Which showed all the text in secret-one.keys in the editor but then
>>> nothing interesting happened. How do I replay this keys file? Also the
>>> links from
>>> http://www.pawfal.org/index.php?page=FluxusSecrets are slightly broken,
>>> there is an extra 's' on all the secretS-xxx.keys file.
>>>   
>> Ok scratch some of that.
>> 1. i didn't realize your site was a wiki so I fixed the links
> Cool.
>> 2. ./fluxus foo doesn't execute foo but (load "foo") inside the fluxus
>> repl does.
>>
> You can load files using the dialog triggered with ctrl+l.
>
> Also the (help) function should give you everything needed to find these
> answers on your own, if not blame with us ;).
>
>> When I load secret-one.keys I get "undefined reference to keydown". I
>> also tried loading the game from here
>> http://www.pawfal.org/index.php?page=QfluxGame2 which gives "undefined
>> reference to __build".
>> _________________________________________________
>>   For list-related administrative tasks:
>>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Cheers,
>
> glauber.


Posted on the users mailing list.