Cue and play multiple soundfiles
Hi,
What is the best method to cue multiple sound files (20+) and play them back one after the other manually? Assigning a number to each and using a key to start playback of that soundfile only really works when using single keystrokes. A dropdown menu is awkward.
Is there a way to "step through" a fixed set of files using a button which tracks the number of the current file and has a "next" button to move to the next file?
Thanks a lot,
Peter
[playlist~], [sflist~] or filenames in a [coll] and using "next", "prev" messages?
Thanks for that. [playlist~] is exactly what I was looking for.
However, when a new file is triggered it interrupts the currently playing file. I would like each file to play in full, without a new sound file interrupting.
How can I do this?
Thanks,
Peter