[fluxus] cvs commits

Dave Griffiths dave at pawfal.org
Mon Jul 4 08:35:42 PDT 2005


(mouse-button b)
returns true if the corresponding mouse button has been pressed this frame.

(mouse-over)
returns the id of the object the mouse is currently over
[functionally working but could someone test this - on this machine I get
the selection buffer rendering even though I've set
glRenderMode(GL_SELECT) - it could be a driver bug, but it probably isn't
;) ]

(osc-destination port)
starts up the osc client, which will send messages to the given port.
NOTE: due to the current implementation of the osc library fluxus uses,
there will be a crash if the port is not fully specified, use strings like
"osc.udp://localhost:4444" and it all seems to work fine

(osc-send name argslist)
sends a message with the argument list as the osc data. only supports
numbers (which are converted to floats) and strings as data, ie:

(osc-send "/hello" '(1 2 "three"))

will send the message out to the current osc destination

all this quite minimally tested atm

cheers,

dave




More information about the Fluxus mailing list