Hi Guys, I want to make a music remixer like i choose 2 song and then the program will auto remix it. like it play ramdomly. The Remix Will Be BAse On The LyRic
Printable View
Hi Guys, I want to make a music remixer like i choose 2 song and then the program will auto remix it. like it play ramdomly. The Remix Will Be BAse On The LyRic
You want to play the songs at the same time ?
Or just choose randomly from a list what song to play, and when done, choose another random song, and so on... ?
like playing a song for 20 or 30 secons and switch to another song. and play 20-30 s and then switch back
Do you want the songs to be mixed into one anohter (the end of first to be mixed with the beginning of second) ?
Also, the songs are wave files ?
You will need a timer control and couple that with a Play control.
Reset the timer and the duration whenever a new tune begins. When the duration is complete, the timer control can stop the Play control and change the tunes to a new audio file and start the Play control again with a new file to send through the speakers.
If you have enough audio files, you can randomly select the tunes before they start to play. Add a couple of command buttons to start and end the whole playing process.
Piece of cake. :cool: