[PD] dyn~ question

Bryan Jurish moocow at ling.uni-potsdam.de
Mon May 17 14:55:21 CEST 2004


moin z,

looks like you're trying to send not 1, but 3 messages:

   newobj . o1 osc~ 220
   conn 0 o1 0
   conn o1 0 0

Pd message-box parser handles commas as message-separators,
while the OSC parser does not.  So if you're sending just
a single string with commas in it (as it would appear
from your error message), things are bound to go wrong.
Sending 3 sequential messages ought to work, though.

marmosets,
	Bryan

On 17 May 2004 at 14:35:51, z at null2.net wrote:
 > hello,
 > 
 > problem: i want to send a message to the dyn~ object via OSC, the string
 > looks like
 > message="newobj . o1 osc~ 220, conn 0 o1 0, conn o1 0 0"
 > 
 > when dyn~ recieves the message it says:
 > 
 > dyn~: message unhandled - inlet:0 args:0 symbol:newobj . o1 osc~ 220, conn
 > 0 o1 0, conn o1 0 0
 > 
 > if i send the same string via a pd message object, it works
 > 
 > any help would be appreciated
 > 
 > bs
 > z
 > 
 > _______________________________________________
 > PD-list mailing list
 > PD-list at iem.at
 > to manage your subscription (including un-subscription) see
 > http://iem.at/cgi-bin/mailman/listinfo/pd-list
 > 




More information about the Pd-list mailing list