I'm looking to play short WAV files (about 1 second each) in certain sequences. The sequences are one measure of 16th notes, segmented into 4 parts, that are generated randomly. An example random sequence would be the following. Each "x" is a note and each "-" is a rest : "|x - - - | - x x - | x - x x | x x x x |"
Right now, I can only conceive of doing a similar thing by playing sounds from a MIDI bank with Audio Toolbox. I still don't know how I would make the sounds play in that certain sequence even with the MIDI bank. Also, there are 4 sequences that should play at once. Any pointers or even a small nudge in the right direction is greatly appreciated.