If I want to load a random soundfile (mp3 or ogg) from a given folder what's the easiest way of doing this? Are there wildcards that can be used in the filename path, or will I need to catalog the contents of the folder into a list or array and select a random element from that?
Also, on a related note, if I have Lame codecs installed in UbuntuStudio will PD be able to read mp3 files?