I should repost here my tracks that I posted on reddit, and which have been in the library for a long time, but were never shown on this board.
-
"Death chase" (
source)
t/=4,c=523.25,cs=554.36,e=659.26,g=784,
(3E5/(t&4095)&128-64)+
(random()*(((-t>>([6,5,4,5,5,5,4,5][(t>>12)%8]))%64)+64))+
((t*[cs,e,cs,g,cs,e,cs,c][(t>>14)%8]/(t&2<<16?440:220)*(3-(1&t>>9))>>(3&t>>8)|t>>([5,4,4,4,4,4,4,3,4,4,4,3,4,4,4,4,5,4,4,4,4,4,4,3,5,4,4,4,5,4,4,4][(t>>12)%32]))&127)
Modified
"The time is running out!" and
"remix by RealZynx92" songs are taken as a basis. Used the idea of selecting notes and rhythm through an array.
-
"90's eurodance" - a variation of the "Death chase".
t/=4,a=440,b=493.88,c=523.25,d=587.32,e=659.26,
(3E5/(t&4095)&128-64)+
(random()*(((-t>>([6,5,5,5,4,5,5,5][(t>>12)%8]))%64)+64))+
((t*[e,b,c,a,e,b,c,d][(t>>14)%8]/220*(3-(1&t>>9))>>(3&t>>8)|t>>([5,4,4,4,4,4,4,3,5,4,4,4,5,4,4,4][(t>>12)%16]))&127)
And ultra short oldschool classic formulas with cool sound, all as I like:
-
Neurofunk (
source)
t*((t&4096?t%65536<59392?7:t&7:16)+(1&t>>14))>>(3&-t>>(t&2048?2:10))|t>>(t&16384?t&4096?10:3:2)
-
Fist punch - a variation of the "Neurofunk"
t*((t&4096?t%65536<59392?7:t>>6:16)+(1&t>>14))>>(3&-t>>(t&2048?2:10))|t>>(t&16384?t&4096?4:3:2)