hallo
I would like to convert incomming numbers over midi in filnames of audiofiles, my problem is if i want to do this, its impossible to do this without a blank between '/' and the '$' sign. Is there somthing possible like quoting?, that pd ignors the character before the dollar sign?
thanks for help,
alex
e.g. http://iem.kug.ac.at/pdb/query.html?ext=y&alb=y&qry=makesymbol
|I would like to convert incomming numbers over midi in filnames of |audiofiles, my problem is if i want to do this, its impossible to do this |without a blank between '/' and the '$' sign. Is there somthing possible like |quoting?, that pd ignors the character before the dollar sign? | | |----- | 1 ( ----- -------------------- | set open ../sound/$1.wav( |-------------------- -------- | print | -------- -+ × Ð u · o r g
Hi Alex,
This is possible using the (obscure) "makefilename" object, which should be documented in "5.reference"...
cheers Miller
On Thu, May 10, 2001 at 01:39:50AM +0200, Alexander Tuchacek wrote:
hallo
I would like to convert incomming numbers over midi in filnames of audiofiles, my problem is if i want to do this, its impossible to do this without a blank between '/' and the '$' sign. Is there somthing possible like quoting?, that pd ignors the character before the dollar sign?
| 1 (
| set open ../sound/$1.wav(
| print |
thanks for help,
alex