taburineagle / MPC-HC-Looper

A/B looping program to complement the MPC-HC media player, with speed controls, playlist creation (and saving), and tie-in to my Looper Trimmer EDL editing program.
Other
15 stars 1 forks source link

First event is always picked from the first half in Shuffle Mode #11

Closed h0rn3z0r closed 3 years ago

h0rn3z0r commented 3 years ago

I was quite unhappy with shuffling and that's seems the main cause of it.

taburineagle commented 3 years ago

Ah, yes, you're right - I originally wrote the shuffling algorithm as taking each half of the events list, shuffling those individually several times, and then shuffling them back together like a deck of cards to force Looper to jump back and forth when shuffling... the new version doesn't work this way (it's just a standard randomizer), but I'll take a look at tinkering with the old version as well.