95247
this is an exellent title
I am now really interested in doing all my music with 420 Hz tunings. Really struggled with getting the lead voice to cut in and out at an interesting pace. Stereo for fun. 44.1kHz
(((t>>14&t>>12)&15) ? (( t * 0.418 * Math.pow(1.059, (t>>16&t>>12)&15) * 420 / 128) % 255 / 12) : 0) +
(((t>>14&t>>12)&15) ? (( t * 0.420 * Math.pow(1.059, (t>>16&t>>12)&15) * 420 / 256) % 255 / 12) : 0) +
(((t>>14&t>>12)&15) ? (( t * 0.423 * Math.pow(1.059, (t>>16&t>>12)&15) * 420 / 256) % 255 / 12) : 0) +
((~(t>>14|t>>11)&(t>>19&15)) ? (( t * 0.417 * Math.pow(1.059, (t>>15|t>>11)&15) * 420 / 32) % 255 / 25) : 0) +
((~(t>>14|t>>11)&(t>>19&15)) ? (( t * 0.422 * Math.pow(1.059, (t>>15|t>>11)&15) * 420 / 64) % 255 / 19) : 0) +
((~(t>>14|t>>11)&(t>>19&15)) ? (( t * 0.413 * Math.pow(1.059, (t>>15|t>>11)&15) * 420 / 128) % 255 / 17) : 0) +
(((t>>12&t>>13)&31) ? (( t * 0.419 * Math.pow(1.059, (t>>16&t>>13)&31) * 420 / 512) % 255 / 12) : 0) +
(((t>>12&t>>13)&31) ? (( t * 0.427 * Math.pow(1.059, (t>>16&t>>13)&31) * 420 / 512) % 255 / 12) : 0) +
(((t>>12&t>>13)&31) ? (( t * 0.414 * Math.pow(1.059, (t>>16&t>>13)&31) * 420 / 1024) % 255 / 12) : 0)