---------- Forwarded message ---------- From: Daniel Wilcox danomatika@gmail.com Date: Mon, May 31, 2010 at 5:50 PM Subject: Re: [PD] loading an .aif file into an array To: Camilo Cadavid cccadavid@hotmail.com
Those patches are abstractions. Read this http://en.flossmanuals.net/PureData/Abstractions
http://en.flossmanuals.net/PureData/AbstractionsYou have to add them to a folder that Pd can find, the most obvious being the folder you are workign in.
So if you layout is:
projects/pd/test
and you are currently editing projects/pd/test/main.pd
you can put rc-filename into projects/pd/test and load it in main.pd.
If you edit a patch in another fodler, it wont be bael to find rc-filename. To fix that, put rc-filename into a fodler and add it to pd's search path.
Look at the Path section in http://en.flossmanuals.net/PureData/AdvancedConfig
On Mon, May 31, 2010 at 3:32 PM, Camilo Cadavid cccadavid@hotmail.comwrote:
I understand, when I open the patch you attached, the rc-filename object the pd recognizes it, but in a new patch, it doesnt work. Where can I download it from? how? On May 31, 2010, at 5:08 AM, Dan Wilcox wrote:
On May 31, 2010, at 2:00 AM, Camilo Cadavid Corredor wrote:
[rc-filename] doesnt exist in my Pd. it is the extended 0.41.4 version. Is this an object? I still havent been able to upload an .aif file... I also tried the sugested: "list camilocadavid/Secuencias/Bajo_fiesta1 80.aif Bajo" | [l2s] | "read -resize $1" well, after I created the 100 size Bajo named array, these comands didnt fit the file into the array. My main objective is to simply load an .aif to play with it. I appreciate your help.
C. Cadavid C.
Sorry. I guess I didn't make it explicitly clear that you need to download the file I linked to your pd path. Then you can use it like in the example.
The file is attached. <rc-filename-help.pd> <rc-filename.pd>
Dan Wilcox danomatika.com robotcowboy.com