from now on, every bytebeat/floatbeat/funcbeat that has "(t>>n)%nn" will now be shortened to "t>>n&nn', saves some bytes, ANYWAYSS
Ctrl+V minimized:
140 B
([2,2,3,0,2.9,0,3,0,3.5,3.5,3,3,2.9,2.9,3,0,3,0,3,0,2.9,0,3,0,2,2,1.8,1.8,2,2,1,1][t>>12&31]*t&192)/2+([0,2,0,2,0,2,0,3,0][t>>13&7]*t/4&128)
original:
([2,2,3,0,2.9,0,3,0,3.5,3.5,3,3,2.9,2.9,3,0,3,0,3,0,2.9,0,3,0,2,2,1.8,1.8,2,2,1,1][(t>>12)%32]*t&192)/2+([0,2,0,2,0,2,0,3,0][(t>>13)%8]*t>>2&128)
145 B
hello sthephan