![](https://secure.gravatar.com/avatar/ebfee068e2197ff3f32c5640c55d225a.jpg?s=120&d=mm&r=g)
1 Dec
2007
1 Dec
'07
4:58 p.m.
I'm trying to send an OSC message with no parameters, just an address string, but the examples all show the message being created with xmit.startMsg( "/..., ..."), and then sent when the last parameter is provided with say a xmit.addInt. The tutorial also says that the message is sent when all parameters have been provided. Therefore I would expect that xmit.startMsg( "/...") with no OSC parameters specified sends the message immediately. How would one trigger the sending of an OSC message such as xmit.startMsg( "/Start") ? - Chris