Created
January 7, 2013 05:05
-
-
Save nornagon/4472517 to your computer and use it in GitHub Desktop.
playing with bytebeat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
T = function(s,v) { var x = t*v; return (x*(3+1*s[(x>>10)%s.length]))%255 }, | |
S = function(s,v) { var x = t*v; return (x*(3+1*s[(x>>10)%s.length]))%255>127?255:0 }, | |
(T("121312123321",1) + T("12131212332",1.005))/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment