hi,
this is what i wanna do (win32):
select files with "open dialog", like
"openpanel" in pd, but with possibility to open multiple files. those file
names would be automaticly inserted to the list. trigger the file names
using numbers (like, "32" would trigger the file name on line 32 in the
list)
so:
a. is there a "open dialog" object that can open
multiple files ?
b. is there a "list" object that can be
"accessed/triggered" with numbers (and optically like "playlist" from http://ydegoyon.free.fr/ )
i tried the "qlist" of pd, but i was unable to
select one "string" from the list using a number, like "show 4" (or only "4") so
it would print the line 4 from the list in the output... (i could make some
calcs to realize this using qlist with "next" & "rewind", but ain't
there a better way?)
-andre