Hi ya.

I'm trying to make a file tree so the user can load audio files to a sequencer style player, "" start of frame > load> Appdrive$ + Appdir$ + "\Audio Bank\*.*" "" this works to show files (I can even get them to play when using List Object ) problem is sub-folders in the "Audio Bank" cant open / expand (not sure if list can do this).

Tree-Control , now I can get folders open, but problem here is trying to get files loaded to sequencer to play , as everything asks for ID of file - where with the list object I was setting the file name to a string of an active and when triggered file plays.

Just dropping .wav sounds into the audio bank will be a nightmare for user when sound library grows hence why I need some help getting this to work.


thanks