Post your questions, opinions and reviews of the MPC1000. This forum is for discussion of the OFFICIAL Akai OS (2.1). If you wish to discuss the JJ OS, please use the dedicated JJ OS forum
I use the math method:
"MPC" + (day of month % 3) +1 & "000"
Lets see how this works:
Today is the 16th.
16 % 3 = 1 ( % is modulus which gives the remainder only )
Add one: 1 + 1 = 2
Put MPC and zeros: mpc + 2 + 000
Today I like the MPC2000
Tomorrow:
17 % 3 = 2
mpc + (2+1) + 000 = mpc3000
The next day
18 % 3 = 0
mpc (0+ 1) + 000 = mpc1000