atom feed17 messages in at.iem.pd-listRe: [PD] String editing
FromSent OnAttachments
Thomas SivertsenJun 28, 2004 8:52 am 
Thomas SivertsenJun 28, 2004 9:31 am 
Frank BarknechtJun 28, 2004 9:32 am 
IOhannes m zmoelnigJun 28, 2004 10:23 am 
Thomas SivertsenJun 28, 2004 6:47 pm 
Thomas SivertsenJun 28, 2004 6:50 pm 
Thomas SivertsenJun 28, 2004 6:52 pm 
IOhannes m zmoelnigJun 28, 2004 11:40 pm 
Thomas SivertsenJun 29, 2004 1:10 am 
Frank BarknechtJun 29, 2004 1:49 am 
guenter geigerJun 29, 2004 2:27 am 
Frank BarknechtJun 29, 2004 2:49 am 
IOhannes m zmoelnigJun 29, 2004 4:15 am 
Mathieu BouchardJun 30, 2004 9:19 pm 
Yves DegoyonJul 1, 2004 7:10 am 
Thomas SivertsenJul 2, 2004 10:11 am 
Hans-Christoph SteinerJul 7, 2004 4:54 pm 
Subject:Re: [PD] String editing
From:Frank Barknecht (fb@footils.org)
Date:Jun 28, 2004 9:32:34 am
List:at.iem.pd-list

Hallo, Thomas Sivertsen hat gesagt: // Thomas Sivertsen wrote:

I was wondering if there is a possibility in PD to parse a message like "symbol /home/thomas/qt/regnbueromskip.mov" and then remove the "symbol" within that string?

Something like:

[symbol /home/thomas/qt/regnbueromskip.mov] <-- messagebox

| [route symbol] |

[prepend read /home/thomas/qt/regnbueromskip.mov] <-- prepend object

Use the first outlet of the route object. You can also use the second as well, if your don't know for sure, that the filename has a symbol in front. [route] will route everything, that doesn't match, to the second outlet.

Ciao