[PD] msgfile -> route

Bryan Jurish moocow at ling.uni-potsdam.de
Fri Jul 18 12:06:13 CEST 2003


good morning,

On 17 July 2003 at 09:37:49, noskule at gmx.net wrote:
 > hi list
 > i´m trying to route a messages like  "size 4" "list 0 1 0 2" acording the
 > first element with the route object. this works so long as the message comms
 > from a messageobject, but not anymore if it comms out of a msgfile object  . .
 > ..  ?
 > anybody a suggestion ?

[msgfile], like [txtfile] seems to always output the lines of the file
as "list"s -- so you probably want to do something like:

[msgfile]
 |
[route list]
 |
[route foo bar]

... to for selectors "foo" and "bar".

marmosets,
	Bryan




More information about the Pd-list mailing list