[PD] Send array values through OSC

Frank Barknecht fbar at footils.org
Mon Dec 4 23:55:59 CET 2006


Hallo,
Jerome Tuncer hat gesagt: // Jerome Tuncer wrote:

> It does work and that's exactly what I needed... Thanks for helping, 
> hadn't tried bulding the whole 'sendOSC formatted message' directly from 
> a list. [list] is indeed an interesting and clever objet/class. I looked 
> at the help file one hour ago and I was wondering: "What the hell is 
> this 'trim the list selector off' interesting for??" (-:

In addition to list-help.pd also this might be noteworthy: 
http://www.puredata.info/dev/PdMessages

Lists in Pd come in two major flavours: Those which start with a word
other than "list" are "meta-messages", the others are "list-messages" 

"send /test/symbol abc" is a meta-message. To convert it to a list
message "list send /test/symbol abc" simply use the [list] object. 

To convert "list send /test/symbol abc" back to "send /test/symbol
abc" as wanted by [sendOSC] you use [list trim].

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__




More information about the Pd-list mailing list