hi Eduardo,

The message that it sends via (midi-note), is this:

*(note-on 0 73 **100**)*
(define note (midi-note))
(define velocity (vector-ref note 3))


  - *OSC*

On the other hand, something similar happens to the OSC from iphone , where
the messages from OSCemote says: "

/tuio/2Dcur set {touch_id} {x} {y} {velocity_x} {velocity_y} {acceleration}
it seems you are using tuio, there's a scheme tuio library you can try, so you don't need to process the messages by hand.
http://code.google.com/p/scheme-tuio/


Then... when sends " #<void>  " the console tells me expects type<number>
..., and I given #<void>

Appologies if it is seem confused, but I don't understand how I can say to
FLUXUS not to multiply for a void message, or how select some parto of the
message.
there are type checkers in scheme, for example void? or number?.

best,
gabor

Reply via email to