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:Yves Degoyon (ydeg@free.fr)
Date:Jul 1, 2004 7:10:42 am
List:at.iem.pd-list

hola, thomas..

it's more simple than that,

[ playlist ] | | [ read $1 ( | | [pdp_qt]

will do what you want.

and then, how are your tuxes? still dancing?

ciao, sevy

Thomas Sivertsen wrote:

Hello list,

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? It's a simple string. I need to prepend a read message to the specific file to read it into pdp_qt from Yves Degoyons playlist object. For some reason it doesn't send a message, but a message with a symbol identifier in front. prepending it doesn't work.

Something like:

[symbol /home/thomas/qt/regnbueromskip.mov] <-- messagebox | [remove the symbol and space] <-- ???? object | [prepend read /home/thomas/qt/regnbueromskip.mov] <-- prepend object

Any examples? Thanks in advance!

.thomas