I made a project that will shuffle your songs randomly without repeating the same one twice in a row! Import any number of your songs, and hit play. Then click shuffle, and enter how many songs you have in numerals. That easy! Whenever I get around to updating it again, it will have more options, such as ordered playback, naming tracks, ect. Here it is!
I was bored okay!
Update 1. I greatly improved performance by cleaning the scripts, and simplifying. I also changed it from a fixed number of fifteen songs to an unlimited amount. I also included five demo songs, for you to see how it works.
Update 2. I added a skip and back button. Skip skips, duh, and back turns on playback mode. When in playback, go back to the song you want, and hit con.
Last edited by sonicfan12p (2012-09-25 12:41:41)
Offline
It is completely random. It shuffles. It does not, however, play back in order yet.
Offline
dvd4 wrote:
sonicfan12p wrote:
It is completely random. It shuffles. It does not, however, play back in order yet.
if it was completely random,the same song could play twice in a row
In theory, it could. If I had just used a simple pick radom 1 through 10 block, it would be nothing special. But I used variables and lists to ensure it doesn't play the same song twice, unless it played it at the end and then beginning of a round. It's happened rarely, but not near as much as with the random block.
Offline
bump
Offline