Perhaps it is the solution (no tested): OSCsend ktrig, "127.0.0.1", 1234, "/iannix", "s", "play" because the address is "/iannix" and not "/iannix/" tito On Wed, May 30, 2012 at 11:51:20PM -0700, francesco wrote: > Hello All, > i was trying a minimal csd to send some messages to IanniX. Below is my > trivial example. > But i have some questions. > > - 1 - > Running the csd without an active receiver (Iannix in my example) all is > working right, but if > i have a running receiver Csound send only the first message and then wait > ... Either do not > end. > Could be some problem by the receiver (i.e. Iannix) or somethings wrong in > my csd? > > - 2 - > if my message is in this form: > OSCsend ktrig, "127.0.0.1", 1234, "/iannix","s", "/play" > IanniX print /iannix//play. > I need to write > OSCsend ktrig, "127.0.0.1", 1234, "/iannix/","s", "play" > for a correct reading of the message by the receiver. > > Again, somethings that i wrong or that i do not understand or is a problem > of IanniX, Csound, > Liblo? > > Thanks, > ciao, > francesco. > > The most beautiful CSD ever: > > > > -m0 > > > sr = 44100 > ksmps = 1 > nchnls = 2 > 0dbfs = 1 > > instr SenderP > ktrig init 0 > OSCsend ktrig, "localhost", 1234, "/iannix/","si", "play", p4 > turnoff > endin > > instr SenderS > ktrig init 0 > OSCsend ktrig, "localhost", 1234, "/iannix/","si", "stop", p4 > turnoff > endin > > > > > i"SenderP" 0 1 1 > i"SenderP" 2 1 0 > > i"SenderS" 4 1 1 > i"SenderS" 6 1 0 > > > > > > > > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/about-OSC-tp5713482.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"