Hi
I'm building a live performance device, and I need a way to load audio files.
The problem is, I'm building an interface to control my pure data patch, and I can't use a monitor, keyboard, or mouse... only midi.
I've been playing around with [playlist], which does 95% of what I need it to. Unfortunately, I can't open files, or move through the file system without using my mouse.
Is there a way to have [playlist] output the path of everything it selects, including directories? If that's possible, I can just throw the path back into [playlist] to open the folder.
Right now I can only get it to output the path of files I select.
If that's not possible, are there commands for playlist that I don't know about? Something that will let me open with a bang driven message? If not, is there another module that will let me explore file systems in pure data ([openpanel] is not an option - it needs a mouse/keyboard)?
Thanks! Let me know if you have an idea for an alternate method I haven't thought of.