Project Goals Script that receives a multi dimensional array of WAV sample ID's (or filenames), and it will generate one MP3 out of all the samples. In Depth We have a library of samples in WAV format. We want to create a little web multi-tracker that will let you mix the samples on a 4 channel track. We need the script to receive the matrix of selected samples, and their position, and generate an MP3 from these samples. The script needs to be able to mix atleast 4 samples/channels...