From dba2665ba455dc22ee9c610e48f1c1a86a980b4b Mon Sep 17 00:00:00 2001 From: SthephanShi Date: Sat, 8 Jan 2022 03:12:36 +0200 Subject: [PATCH] Merge into one [JS code] library section (#23, #25) --- index.html | 20 ++--- playlists.json | 233 +++++++++++++++++++++++-------------------------- 2 files changed, 116 insertions(+), 137 deletions(-) diff --git a/index.html b/index.html index 8fad7405..771865b8 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@ YouTube video #3

This website is a live editing bytebeats player. It has a collection of bytebeat music I found on the internet, and also the music I created.
- You can choose between bytebeat, signed bytebeat and floatbeat formats. Bytebeat expects output is an unsigned 8bit value (0 to 255). Signed bytebeat assumes output is a signed 8bit value (-127 to 128). Floatbeat assumes output is −1.0 to 1.0.
+ You can choose between bytebeat, signed bytebeat and floatbeat formats. Bytebeat expects output is an unsigned 8bit value (0 to 255). Signed bytebeat assumes output is a signed 8bit value (-127 to 128). Floatbeat assumes output is -1.0 to 1.0.

This website is the fork of 8-bit Generative Composer by @paul_hayes.
Forked by SthephanShi aka Viraya. @@ -103,31 +103,25 @@
- [Classic] — C compatible code with only one variable (t), no JavaScript + [Classic] — valid C code with one variable (t)
-
- [JS one-var] — compact JavaScript code with one variable (t) +
+ [JS code] — JavaScript code, not valid for C
-
-
-
-
- [Compat JS] — compact JavaScript code -
-
+
- [Big JS] — big JavaScript code files + [JS big code] — big JavaScript code files
- [Floatbeat] — assumes output is −1.0 to 1.0 + [Floatbeat] — assumes output is -1.0 to 1.0
diff --git a/playlists.json b/playlists.json index 476465b9..07c33b7f 100644 --- a/playlists.json +++ b/playlists.json @@ -131,7 +131,7 @@ "description": "I'm late to the party", "author": "rrrola", "url": "https://www.pouet.net/topic.php?which=8357&page=5#c388529", - "date": " 2011-09-30", + "date": "2011-09-30", "codeOriginal": "t*(4+(t>>9)%3)&t/3>>7&224" }, { "author": "godinpants", @@ -406,28 +406,28 @@ "author": "wiretapped", "url": "https://www.noisebridge.net/wiki/Bytebeat", "children": [{ - "date": "2012‎-02-23", + "date": "2012-02-23", "codeOriginal": "t^t>>4^(t*((t>>(11+(t>>16)%3))%16))^t*3", "codeMinified": "t^t>>4^(t>>11+(t>>16)%3)%16*t^3*t" }, { - "date": " 2012‎-07-07", + "date": "2012-07-07", "codeOriginal": "t*(3+(t>>10)%(4+(t>>11)%8))|(t>>5)", "codeMinified": "t*(3+(t>>10)%(4+(t>>11)%8))|t>>5" }, { - "date": "2014‎-07-11", + "date": "2014-07-11", "codeOriginal": "t*(1+((t>>10)*(43+(2*(t>>(15-((t>>16)%13)))%8)))%8)*(1+(t>>14)%4)", "codeMinified": "t*(1+(t>>10)*(43+2*(t>>15-(t>>16)%13)%8)%8)*(1+(t>>14)%4)", "starred": 1 }, { - "date": "2015‎-03-20", + "date": "2015-03-20", "codeOriginal": "(1+(t>>10)%7)*((t*(1+(t>>13)%4))%(24+(t>>14)*9%8)&16)*10", "codeMinified": "(1+(t>>10)%7)*(t*(1+(t>>13)%4)%(24+9*(t>>14)%8)&16)*10" }, { - "date": "2015‎-03-20", + "date": "2015-03-20", "codeOriginal": "((t*(1|(t>>10-((t>>17)%4))%8))&(8<<((t>>13)%4))*((1|(t>>15)%8))) *11*(t>>10)", "codeMinified": "11*(t*(1|(t>>10-(t>>17)%4)%8)&(8<<(t>>13)%4)*(1|(t>>15)%8))*(t>>10)" }, { - "date": "2017‎-09-30", + "date": "2017-09-30", "codeOriginal": "(((t>>((t>>12)%4))+t*(1+(1+(t>>16)%6)*((t>>10))*(t>>11)%8))^(t>>13))^((t>>6))", "codeMinified": "(t>>(t>>12)%4)+t*(1+(1+(t>>16)%6)*(t>>10)*(t>>11)%8)^t>>13^t>>6" }] @@ -450,11 +450,11 @@ "author": "isislovecruft", "url": "https://www.noisebridge.net/wiki/Bytebeat", "children": [{ - "date": "2012‎-07-11", + "date": "2012-07-11", "codeOriginal": "((t*(t>>13|t>>8))|(t>>16)^t)-64", "codeMinified": "(t*(t>>13|t>>8)|t>>16^t)-64" }, { - "date": "2012‎-07-14", + "date": "2012-07-14", "codeOriginal": "((~t>>2)*(2+(42&t*((7&t>>10)*2))<(24&t*((3&t>>14)+2))))", "codeMinified": "(~t>>2)*(2+(42&2*t*(7&t>>10))<(24&t*((3&t>>14)+2)))" }] @@ -580,6 +580,11 @@ "url": "https://www.youtube.com/watch?v=V4GfkFbDojc", "date": "2016-07-09", "children": [{ + "description": "Techno", + "sampleRate": 11025, + "codeOriginal": "(t*(((t/10|0)^(t/10|0)-1280)%11)/2&127)+(t*(((t/640|0)^(t/640|0)-2)%13)/2&127)", + "codeMinified": "(((t/10|0)^(t/10|0)-1280)%11*t/2&127)+(((t/640|0)^(t/640|0)-2)%13*t/2&127)" + }, { "description": "New Sawtooth Music", "codeOriginal": "t*((t-2296&t)>>11)" }, { @@ -651,7 +656,7 @@ }] } ], - "js-onevar": [ + "js-code": [ { "description": "Fanfare?", "author": "varjohukka", @@ -668,115 +673,7 @@ "codeMinified": "(t&4096?(t*(t^t%255)|t>>4)>>1:t>>3|(t&8192?t<<2:t))^((t&8192?t&4096?t&1024?2*t:4*t:t&512?4*t:4.2*t:(t&4096?t&1024?2*t:10*t:t&512?2*t:8*t)>>2)*(t&16384?3:2)|t*(t&16384?.125:1/(.01*t))>>1)", "starred": 1 }, { - "description": "Here's one that stands out", - "author": "Aaron Krister Johnson", - "url": "http://countercomplex.blogspot.com/2011/10/algorithmic-symphonies-from-one-line-of.html?showComment=1318630600804#c947426238247450493", - "date": "2011-10-14", - "codeOriginal": "(((t>>4)|(t%10))+3.3) | (((t%101)|(t>>14))&((t>>7)|(t*t%17)))", - "codeMinified": "(t>>4|t%10)+3.3|(t%101|t>>14)&(t>>7|t*t%17)" - }, { - "author": "wiretapped", - "url": "https://www.noisebridge.net/wiki/Bytebeat", - "date": "2012‎-02-23", - "codeOriginal": "t<<3+(t>>10)%3^t>>4+(t>>12)%4^t**(2+(t>>13)%8)" - }, { - "author": "yehar", - "url": "http://www.pouet.net/topic.php?which=8357&page=21#c401680", - "date": "2012-02-25", - "codeOriginal": "t>>4+!(-t>>13&7)+2*!(t>>17)|t*t*(t>>(t>>12^t>>11)%3+10)/(7+(t>>10&t>>14&3))*!(t&512)<<3+(t>>14&1)", - "starred": 1 - }, { - "author": "rudi", - "url": "https://www.pouet.net/topic.php?which=8357&page=21#c401789", - "date": "2012-02-26", - "codeOriginal": "(t*2)^t|(t&(t*0.75))-(t*0.99)^(t*6)", - "codeMinified": "t*2^t|(t&t*.75)-t*.99^t*6" - }, { - "description": "\"Harmony\". Based off of mu6k's \"Long Line Theory\"", - "author": "[Deleted]", - "url": "https://www.reddit.com/r/bytebeat/comments/20km9l/cool_equations/", - "date": "2014-03-16", - "codeOriginal": "t%50.01+t%40.1+t%30.1+t%60.01" - }, { - "description": "2ch.so Generative Music and remixes vol.1", - "author": "Anonymous from russian imageboards", - "url": "http://abload.de/img/1405110021643uguil.jpg", - "date": "2014-07-11", - "children": [{ - "description": "6) FUNERAL", - "codeOriginal": "((((((t/16000)%2>1?t*3|16*t:t*2|16*t)|123)+((t/32000)%2>1?(t%1000<500?t*18.3:0):(t%1000<500?t*18.9:0)))|(t/1000<<4))-128)+(t%1000<50?t<t%1E3?18.3*t:0:500>t%1E3?18.9*t:0)|t/1E3<<4)-128+(50>t%1E3?t<1?t*3|16*t:t*2|16*t)|123)+((t/32000)%2>1?(t%1000<500?t*18.3:0):(t%1000<500?t*18.9:0)))|(t/1000<<8))|256)%205+(t&1000<50?t<t%1E3?18.3*t:0:500>t%1E3?18.9*t:0)|t/1E3<<8|256)%205+(t&0?t<>5.5))^((((!t*12)|(t>>5))|((t*4)|(!t>>8))^((~t<<6)|(~t*50))*t*t*t)|((t*12)|(t>>4))|((t*~4)|(t>>8))^((t<t/2560%11.6?7.5*t:1>t/5120%2.5?5.7*t:5*t)&2*t>>5.5^(12*!t|t>>5|(4*t|!t>>8)^(~t<<6|50*~t)*t*t*t|12*t|t>>4|(-5*t|t>>8)^(t<<0|128*t))" - }, { - "description": "10) FUTURE ROCK", - "codeOriginal": "t%1000<50?t<1?(t/22.5>>t*14)*(t%200>5)%64:(t*2.1)*(t%200>5)%64+((t/500)%6>4?t*4.87:0)%176", - "codeMinified": "50>t%1E3?t<>14*t)*(5>7))^0.5)*5|((t*2>>43|t*3*5>>4)*19)&(t*7>>172)/2*(t*((t>>9|t>>13)&15))&129|t*((t>>9|t>3)&25&t>>10)", - "codeMinified": "5*(t+(t^t>>7)^.5)|19*(2*t>>43|15*t>>4)&(7*t>>172)/2*t*((t>>9|t>>13)&15)&129|t*((t>>9|3>10)" - }, { - "url": "http://arhivach.ng/thread/28592/#71681647", - "codeOriginal": "(t*t/10000)%100|((t%29+t%46+t%((t>>14)%2?34:43))+(t%17))<<1", - "codeMinified": "t*t/1E4%100|t%29+t%46+t%((t>>14)%2?34:43)+t%17<<1" - }] - }, { - "description": "disheveeeel", - "author": "keramon", - "url": "https://battleofthebits.org/arena/Entry/disheveeeel.txt/17655/", - "date": "2015-04-29", - "codeOriginal": "t * t % (t / 3.33)", - "codeMinified": "t*t%(t/3.33)" - }, { - "description": "driving my 8 bit car", - "author": "Direm01", - "url": "https://www.reddit.com/r/bytebeat/comments/7e7a61/t6t4300xccdd1000_11khz_infix/", - "date": "2017-11-20", - "codeOriginal": "(((t>>6)*t)>>430)*[0xccDD]%1000", - "codeMinified": "52445*((t>>6)*t>>430)%1E3", - "starred": 1 - }, { - "author": "RealZynx92", - "children": [{ - "description": "non-javascript 8khz song, turned out pretty good", - "url": "https://www.reddit.com/r/bytebeat/comments/q5rp4d/tried_to_make_a_nonjavascript_8khz_song_turned/", - "date": "2021-10-11", - "codeOriginal": "(((t>>4)>>(t&(t>>11)))*(((t>>4)>>(t&(t>>11)))&128?-1:1))+(t>>t/(t&65536?2:3)&63)+(3E4/(t&4095)&100)", - "codeMinified": "(t>>4>>(t&t>>11))*(t>>4>>(t&t>>11)&128?-1:1)+(t>>t/(t&65536?2:3)&63)+(3E4/(t&4095)&100)", - "starred": 1 - }, { - "description": "remix of \"Trance beat\" by SthephanShi", - "url": "https://www.reddit.com/r/bytebeat/comments/q834xu/i_remixed_stephanshis_trance_beat/", - "date": "2021-10-14", - "codeOriginal": "((t>>(t%16?6:5)|t>>(t%128?11:3))&200)+(3E4/(t&4095)&64)" - }] - }, { - "description": "non-js bytebeat thing that resembles music if you squint your ears", - "author": "Bp103", - "url": "https://www.reddit.com/r/bytebeat/comments/qem3ip/nonjs_bytebeat_thing_that_resembles_music_if_you/", - "date": "2021-10-24", - "codeOriginal": "((t%(8000*32))<(8000*16)?(t<<((((46517>>((t/512)%16))<<15)>>15)%15))%(((.6+t)>>9)^((.4-t)<<3)):(t<<((((43690>>((t/1024)%16))<<15)>>15)%15))-(((.6+t)>>9)^((.4-t)<<3))) | ((t%8000*16)<(8000*8)?(2<<((((t%4096*2)<<3)/((t%4096*2)>>8))^(((t%8192)<<1))|4>>((t%8192)>>4)))-(((t%1024)<<3)/((t%1024)>>8)):(((t%4096*2)<<3)/((t%4096*2)>>8))^((t%8192)<<1))", - "codeMinified": "(128E3>t%256E3?(t<<(46517>>t/512%16<<15>>15)%15)%(.6+t>>9^.4-t<<3):(t<<(43690>>t/1024%16<<15>>15)%15)-(.6+t>>9^.4-t<<3))|(64E3>t%8E3*16?(2<<((t%4096*2<<3)/(t%4096*2>>8)^t%8192<<1|4>>(t%8192>>4)))-(t%1024<<3)/(t%1024>>8):(t%4096*2<<3)/(t%4096*2>>8)^t%8192<<1)" - } - ], - "js-compact": [ - { - "description": "constructivist", + "description": "algorithmic music in a \"constructivist\" way", "author": "a1k0n", "url": "https://news.ycombinator.com/item?id=3063359#3064980", "date": "2011-10-03", @@ -878,6 +775,13 @@ "mode": "Signed Bytebeat", "codeOriginal": "w=t>>9,k=32,m=2048,a=1-t/m%1,d=(14*t*t^t)%m*a,y=[3,3,4.7,2][p=w/k&3]*t/4,h=\"IQNNNN!!]]!Q!IW]WQNN??!!W]WQNNN?\".charCodeAt(w/2&15|p/3<<4)/33*t-t,s=y*.98%80+y%80+(w>>7&&a*((5*t%m*a&128)*(0x53232323>>w/4&1)+(d&127)*(0xa444c444>>w/4&1)*1.5+(d*w&1)+(h%k+h*1.99%k+h*.49%k+h*.97%k-64)*(4-a-a))),s*s>>14?127:s" }] + }, { + "description": "Here's one that stands out", + "author": "Aaron Krister Johnson", + "url": "http://countercomplex.blogspot.com/2011/10/algorithmic-symphonies-from-one-line-of.html?showComment=1318630600804#c947426238247450493", + "date": "2011-10-14", + "codeOriginal": "(((t>>4)|(t%10))+3.3) | (((t%101)|(t>>14))&((t>>7)|(t*t%17)))", + "codeMinified": "(t>>4|t%10)+3.3|(t%101|t>>14)&(t>>7|t*t%17)" }, { "description": "Rabid symphony", "author": "rabidcow", @@ -889,6 +793,11 @@ }, { "author": "yehar", "children": [{ + "url": "http://www.pouet.net/topic.php?which=8357&page=21#c401680", + "date": "2012-02-25", + "codeOriginal": "t>>4+!(-t>>13&7)+2*!(t>>17)|t*t*(t>>(t>>12^t>>11)%3+10)/(7+(t>>10&t>>14&3))*!(t&512)<<3+(t>>14&1)", + "starred": 1 + }, { "description": "No 4", "url": "http://www.pouet.net/topic.php?which=8357&page=21#c401817", "date": "2012-02-26", @@ -901,6 +810,12 @@ "mode": "Signed Bytebeat", "codeOriginal": "(u=3*t>>t/4096%4&-t%(t>>16|16)*t>>14&8191)/(u>>6|1)*4" }] + }, { + "author": "rudi", + "url": "https://www.pouet.net/topic.php?which=8357&page=21#c401789", + "date": "2012-02-26", + "codeOriginal": "(t*2)^t|(t&(t*0.75))-(t*0.99)^(t*6)", + "codeMinified": "t*2^t|(t&t*.75)-t*.99^t*6" }, { "author": "mu6k", "url": "http://www.pouet.net/topic.php?which=8357&page=21#c401841", @@ -925,6 +840,9 @@ "url": "https://www.reddit.com/r/bytebeat/comments/20km9l/cool_equations/", "date": "2014-03-16", "children": [{ + "description": "\"Harmony\". Based off of mu6k's \"Long Line Theory\"", + "codeOriginal": "t%50.01+t%40.1+t%30.1+t%60.01" + }, { "description": "\"Harmony v2\". Based off of mu6k's \"Long Line Theory\"", "codeOriginal": "w=[1,2,3,4,3,4,1][(t>>13)%7]*t,(w%50.01+w%40.1+w%30.1+w%60.01)", "codeMinified": "w=[1,2,3,4,3,4,1][(t>>13)%7]*t,w%50.01+w%40.1+w%30.1+w%60.01", @@ -938,6 +856,51 @@ "codeOriginal": "sin(sin(t/100)-t/((2+(t>>10&t>>12)%9)))*64+128", "codeMinified": "64*sin(sin(t/100)-t/(2+(t>>10&t>>12)%9))+128" }] + }, { + "description": "2ch.so Generative Music and remixes vol.1", + "author": "Anonymous from russian imageboards", + "url": "http://abload.de/img/1405110021643uguil.jpg", + "date": "2014-07-11", + "children": [{ + "description": "6) FUNERAL", + "codeOriginal": "((((((t/16000)%2>1?t*3|16*t:t*2|16*t)|123)+((t/32000)%2>1?(t%1000<500?t*18.3:0):(t%1000<500?t*18.9:0)))|(t/1000<<4))-128)+(t%1000<50?t<t%1E3?18.3*t:0:500>t%1E3?18.9*t:0)|t/1E3<<4)-128+(50>t%1E3?t<1?t*3|16*t:t*2|16*t)|123)+((t/32000)%2>1?(t%1000<500?t*18.3:0):(t%1000<500?t*18.9:0)))|(t/1000<<8))|256)%205+(t&1000<50?t<t%1E3?18.3*t:0:500>t%1E3?18.9*t:0)|t/1E3<<8|256)%205+(t&0?t<>5.5))^((((!t*12)|(t>>5))|((t*4)|(!t>>8))^((~t<<6)|(~t*50))*t*t*t)|((t*12)|(t>>4))|((t*~4)|(t>>8))^((t<t/2560%11.6?7.5*t:1>t/5120%2.5?5.7*t:5*t)&2*t>>5.5^(12*!t|t>>5|(4*t|!t>>8)^(~t<<6|50*~t)*t*t*t|12*t|t>>4|(-5*t|t>>8)^(t<<0|128*t))" + }, { + "description": "10) FUTURE ROCK", + "codeOriginal": "t%1000<50?t<1?(t/22.5>>t*14)*(t%200>5)%64:(t*2.1)*(t%200>5)%64+((t/500)%6>4?t*4.87:0)%176", + "codeMinified": "50>t%1E3?t<>14*t)*(5>7))^0.5)*5|((t*2>>43|t*3*5>>4)*19)&(t*7>>172)/2*(t*((t>>9|t>>13)&15))&129|t*((t>>9|t>3)&25&t>>10)", + "codeMinified": "5*(t+(t^t>>7)^.5)|19*(2*t>>43|15*t>>4)&(7*t>>172)/2*t*((t>>9|t>>13)&15)&129|t*((t>>9|3>10)" + }, { + "url": "http://arhivach.ng/thread/28592/#71681647", + "codeOriginal": "(t*t/10000)%100|((t%29+t%46+t%((t>>14)%2?34:43))+(t%17))<<1", + "codeMinified": "t*t/1E4%100|t%29+t%46+t%((t>>14)%2?34:43)+t%17<<1" + }] + }, { + "description": "disheveeeel", + "author": "keramon", + "url": "https://battleofthebits.org/arena/Entry/disheveeeel.txt/17655/", + "date": "2015-04-29", + "codeOriginal": "t * t % (t / 3.33)", + "codeMinified": "t*t%(t/3.33)" }, { "description": "I could not explain this to the IT dept", "author": "radian", @@ -993,11 +956,6 @@ "codeOriginal": "d=(t*(t&t>>12)*8/11025)|0,((d&16)/8-1)*(d*(d^15)+d+127)", "codeMinified": "d=t*(t&t>>12)*8/11025|0,((d&16)/8-1)*(d*(d^15)+d+127)", "starred": 1 - }, { - "description": "Techno", - "sampleRate": 11025, - "codeOriginal": "(t*(((t/10|0)^(t/10|0)-1280)%11)/2&127)+(t*(((t/640|0)^(t/640|0)-2)%13)/2&127)", - "codeMinified": "(((t/10|0)^(t/10|0)-1280)%11*t/2&127)+(((t/640|0)^(t/640|0)-2)%13*t/2&127)" }, { "description": "Crazy Groovy Beats", "sampleRate": 32000, @@ -1024,6 +982,14 @@ "sampleRate": 32000, "codeOriginal": "((Math.abs(t*(.02+(t*.0001&0x4)*.01)*(1+((t*.0001)%4)<<5)%0xFF-0x80))&0xFF) + (t%100)*.3*Math.abs(sin(t*.00005)*.25+.5)+Math.min(Math.max((t>>16)-2,0)*.5,1)*(t*.1&0xF)*(t*.01&0xFF)/0x70", "codeMinified": "(abs(t*(.02+.01*(1E-4*t&4))*(1+1E-4*t%4<<5)%255-128)&255)+t%100*.3*abs(.25*sin(5E-5*t)+.5)+min(.5*max((t>>16)-2,0),1)*(.1*t&15)*(.01*t&255)/112" + }, { + "description": "driving my 8 bit car", + "author": "Direm01", + "url": "https://www.reddit.com/r/bytebeat/comments/7e7a61/t6t4300xccdd1000_11khz_infix/", + "date": "2017-11-20", + "codeOriginal": "(((t>>6)*t)>>430)*[0xccDD]%1000", + "codeMinified": "52445*((t>>6)*t>>430)%1E3", + "starred": 1 }, { "author": "raphaelgoulart", "children": [{ @@ -1174,6 +1140,13 @@ "codeOriginal": "a=t/[2,4,3,5,6,7,8,10][(t>>13)%8],((a*2*(a&64?-1:1)))+15*(3E3/(t&16383)&4)+(25*sin((t*[1.5,1.5,1.5,1.35,1.2,1.2,1,1][(t>>15)%8])/41)+25)+(t*[0.5,0.75,1,0.8,1,1.2,0.4,0.6,0.8,0.3,0.5,0.6][((t>>10)%3)+((t>>16)%4)*3]/2&16)", "codeMinified": "a=t/[2,4,3,5,6,7,8,10][(t>>13)%8],2*a*(a&64?-1:1)+15*(3E3/(t&16383)&4)+(25*sin(t*[1.5,1.5,1.5,1.35,1.2,1.2,1,1][(t>>15)%8]/41)+25)+(t*[.5,.75,1,.8,1,1.2,.4,.6,.8,.3,.5,.6][(t>>10)%3+(t>>16)%4*3]/2&16)", "starred": 1 + }, { + "description": "non-javascript 8khz song, turned out pretty good", + "url": "https://www.reddit.com/r/bytebeat/comments/q5rp4d/tried_to_make_a_nonjavascript_8khz_song_turned/", + "date": "2021-10-11", + "codeOriginal": "(((t>>4)>>(t&(t>>11)))*(((t>>4)>>(t&(t>>11)))&128?-1:1))+(t>>t/(t&65536?2:3)&63)+(3E4/(t&4095)&100)", + "codeMinified": "(t>>4>>(t&t>>11))*(t>>4>>(t&t>>11)&128?-1:1)+(t>>t/(t&65536?2:3)&63)+(3E4/(t&4095)&100)", + "starred": 1 }, { "description": "cool dubstep song", "url": "https://www.reddit.com/r/bytebeat/comments/q6emvo/cool_dubstep_song/", @@ -1182,6 +1155,11 @@ "codeOriginal": "((63+sin((t*(t&t>>12))/164)*64)*(t>>13<60)+(t*random()%((-t>>8)%128+128))*(t>>13<64))+((63+sin((t*(t&t>>12)*50/22050)/164)*64)+(3E5/(t&32767)&90)+(3E6/((t+16384)&32767)&100))*(t>>13>63)", "codeMinified": "(63+64*sin(t*(t&t>>12)/164))*(t>>13<60)+t*random()%((-t>>8)%128+128)*(t>>13<64)+(63+64*sin(t*(t&t>>12)*50/22050/164)+(3E5/(t&32767)&90)+(3E6/(t+16384&32767)&100))*(t>>13>63)", "starred": 2 + }, { + "description": "remix of \"Trance beat\" by SthephanShi", + "url": "https://www.reddit.com/r/bytebeat/comments/q834xu/i_remixed_stephanshis_trance_beat/", + "date": "2021-10-14", + "codeOriginal": "((t>>(t%16?6:5)|t>>(t%128?11:3))&200)+(3E4/(t&4095)&64)" }, { "description": "probably the best song i ever made", "url": "https://www.reddit.com/r/bytebeat/comments/q8r7g4/probably_the_best_song_i_ever_made/", @@ -1389,6 +1367,13 @@ "sampleRate": 11025, "codeOriginal": "t=t*4,(sin(t/22/((t>>12)%4+1))*sin(t/22/((t>>15)%4+1))*((t/1)%0.0001)+128)*1280001", "codeMinified": "t*=4,1280001*(sin(t/22/((t>>12)%4+1))*sin(t/22/((t>>15)%4+1))*(t/1%1E-4)+128)" + }, { + "description": "non-js bytebeat thing that resembles music if you squint your ears", + "author": "Bp103", + "url": "https://www.reddit.com/r/bytebeat/comments/qem3ip/nonjs_bytebeat_thing_that_resembles_music_if_you/", + "date": "2021-10-24", + "codeOriginal": "((t%(8000*32))<(8000*16)?(t<<((((46517>>((t/512)%16))<<15)>>15)%15))%(((.6+t)>>9)^((.4-t)<<3)):(t<<((((43690>>((t/1024)%16))<<15)>>15)%15))-(((.6+t)>>9)^((.4-t)<<3))) | ((t%8000*16)<(8000*8)?(2<<((((t%4096*2)<<3)/((t%4096*2)>>8))^(((t%8192)<<1))|4>>((t%8192)>>4)))-(((t%1024)<<3)/((t%1024)>>8)):(((t%4096*2)<<3)/((t%4096*2)>>8))^((t%8192)<<1))", + "codeMinified": "(128E3>t%256E3?(t<<(46517>>t/512%16<<15>>15)%15)%(.6+t>>9^.4-t<<3):(t<<(43690>>t/1024%16<<15>>15)%15)-(.6+t>>9^.4-t<<3))|(64E3>t%8E3*16?(2<<((t%4096*2<<3)/(t%4096*2>>8)^t%8192<<1|4>>(t%8192>>4)))-(t%1024<<3)/(t%1024>>8):(t%4096*2<<3)/(t%4096*2>>8)^t%8192<<1)" }, { "description": "Drifting electricity", "author": "Chasyxx",