No.645
Electronic House.png
(5.26KB, 1021x241)
%3Ca%20href%3D%22%2Fbtb%2Fsrc%2F1679156893287-0.png%22%20onclick%3D%22return%20expandFile%28event%2C%206450%29%3B%22%3E%3Cimg%20src%3D%22%2Fbtb%2Fsrc%2F1679156893287-0.png%22%20width%3D%221021%22%20style%3D%22max-width%3A%20100%25%3B%20height%3A%20auto%3B%22%3E%3C%2Fa%3E
I made 2 versions, the first one the loop version, and the second one the non-loop version.
Loop version:
t=t*8000/44100,a=(t>>t%(t%2?t&32768?41:t&16384?51:61:34)&t>>6)&63,b=sin((4e4/(t&4095)))*31+31,c=(t*random()&31|t>>5)&63,d=(t%(t%2?t&32768?41:t&16384?51:61:34)|t>>6)&63,e=sin((t)%(t%2?t&32768?41:t&16384?51:61:34)/2)*31+31,(a+b+(c*[0,1,1,1][(t>>17)%4])+(d*[0,0,1,1][(t>>17)%4])+(e*[0,0,0,1][(t>>17)%4]))-[0,0,0,22][(t>>17)%4]
Loop version link
Non-loop version:
t=t*8000/44100,a=(t>>t%(t%2?t&32768?41:t&16384?51:61:34)&t>>6)&63,b=sin((4e4/(t&4095)))*31+31,c=(t*random()&31|t>>5)&63,d=(t%(t%2?t&32768?41:t&16384?51:61:34)|t>>6)&63,e=sin((t)%(t%2?t&32768?41:t&16384?51:61:34)/2)*31+31,(a+b+(c*[0,1,1,1][(t>>17)])+(d*[0,0,1,1][(t>>17)])+(e*[0,0,0,1][(t>>17)]))-[0,0,0,22][(t>>17)]
Non-loop version link