Re: [PD] getting file info from a directory

2007-07-23 Thread Hans-Christoph Steiner
There is also [folder_list] in "hcs" in Pd-extented. .hc On Jul 21, 2007, at 6:23 AM, Andy Farnell wrote: > > > [playlist] is nice if you don't have [shell]. You can filter > by extension and seek to iterate through the list. > > http://ydegoyon.free.fr/software.html > > > > On Fri, 20 Jul 2007

Re: [PD] getting file info from a directory

2007-07-20 Thread Andy Farnell
[playlist] is nice if you don't have [shell]. You can filter by extension and seek to iterate through the list. http://ydegoyon.free.fr/software.html On Fri, 20 Jul 2007 13:33:31 -0500 Denis Fitzpatrick <[EMAIL PROTECTED]> wrote: > I would like to get a list of all the sound files in a direc

Re: [PD] getting file info from a directory

2007-07-20 Thread Patrice Colet
Hello Denis, I don't know how to do this with pd native objects, but it's possible to use another 'language' for this task, in attached patch taken from some researches on the web, TCL language is used with the [MiXed/tot] external, but you also can use bash with [shell] or [popen], or python

[PD] getting file info from a directory

2007-07-20 Thread Denis Fitzpatrick
I would like to get a list of all the sound files in a directory (including sub-directories possibly), and be able to iterate through this list (perhaps randomly), getting their length, then loading and playing all or part of these files. Any suggestions regarding objects/patches to look at w