nothing seems to be moving... and I get some liblo server error 9904
(but not all the time)
this usually happens when something else is using the port. did you stop the processing applet before starting the fluxus script?

the following script displays the messages received on port 9000 in the console.

(osc-source "9000")

(every-frame
    (begin
        (display (osc-peek))(newline)))

best,
gabor

Reply via email to