We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have an application where audio ques are selected from a playlist (array). Minin has an example of just playing a single file. I am confused on how to declare and setup these file arrays. Which variable has the arry? Can you point me to an example? Thanks
Answers
Can you post your entire code please?
Actually, I had no code when I originally posted, but was asking a programming question. However, I have since answered my own question with the following demonstration code.
This sketch demonstrates how to play a file playlist with Minim using an AudioPlayer. It is based on the PlayAFile example from Minin. The array index i is hardcoded for this demo code.
well done!