Bytebeat

To bottom
Rules / Changelog / Common thread / SthephanShi / kOLbOSa_exe / lhphr / PortablePorcelain / HypernovaHeathen / BaenHoHoHo / SArpnt / hcdphobe / OnixIsThePewterGod / Zackx / rubi / psubscirbe / ChrisRM380 / aturned777 / Kouzerumatsu / MT2023 / Decent-Manager-6169 / Chasyxx / Glebguything / absolute197 / ANoUserXD / MarioFan171 / Unname4798 / Slinx92 / emelchenko / LarkeyFactorial / Syranero / PrincessPriscillaPT / Greaserpirate / Eilik / aniruF / BrokenCircle / trashimpossible3699 / Thinguy / P051T1V3_3G0 / Motherducker

CAPTCHA
 Deletion password
  • Supported file types are JPG, PNG, GIF, WEBP, WEBM, MP4 and MOV.
  • Limit: 4 files, 30 MB per file (60 MB for Passcode users).
  • Images greater than 250x250 will be thumbnailed.
  • 1290 unique users on the board.

3078 Reply
Screenshot_2024-03-08-17-16-00-051.jpeg
(174.24KB, 1280x800)
Filter comparison: Stimmer
x=(t,y=256)=>(t/4*(4|7&t>>15)>>(~t>>13&1)&128|t/4*(t>>13&t>>15)*(~t>>11&3)&127)%y,l=16,(t?f+=x(t)-f/l:f=0),[f/l,(x(t)+x(t+1)+x(t+2)+x(t+3)+x(t+4)+x(t+5)+x(t+6)+x(t+7)+x(t+8)+x(t+9)+x(t+10)+x(t+11)+x(t+12)+x(t+13)+x(t+14)+x(t+15))/16]

https://dollchan.net/bytebeat/#v3b64LY/BDoIwDIbfZYlLBzOsGxtIsvkOXo0HonDCaOIOENFnd9hd+jV///5p3+z6uA2sY7OHKBevrRM+QKzqAuq14TEEtCIE+G6d4Sg46nb9z0khR0EG5GYzNGK3yMmjkxCPY+lniGI/VlM3eiXkOXUSNq1MpUSCJhhCTbAER2gILeGQ11VmzsEchDkJc1Q6UlToLkyyV39/TsOpj+lxo5VSnx8
18 posts omitted. Click Reply to view.
5285
5286
(((t/2*2**([5,8,12,15,19,15,12,8][t>>13&7]/12)*(t&262144?1:6/5)&128)+(t*(t&262144?1:6/5)&127&t>>8)*(t>1048575))*max(0,min(1,16-((t&1048575)/65536)))^(random()*128&~t>>8)*(t>2097151))*(t<4194304)

https://dollchan.net/bytebeat/#4AABVUEdtjcEKwjAQRP8m7MaVZLbZJBWpH1IqFLx4qILk4MlvtxX05GVgGN4bImpBvXpPo0kVqMAE/SdV6jS2YUDnyhSg7Kk5zYqUTjjkYOyglXfU/g3FrWjdmAExVSvG7Jf5SVGW640gyPv13X3HkM26zMxnesy3y30h9qvevX4ajX2BgbdyTOhTFxO/AQ
5418
5419
5420

22 Reply
Bytebeat guide.png
(314.33KB, 778x741)
I decided to make a guide because I didnt find a guide that i liked a lot, I put a lot of time and effort on this guide, so please take a look at it, also in the guide I left a part for things that are left to do or understand of bytebeat, I also recomend that if you consider yourself a bytebeat expert, you make a guide of your own, with all the advance learnings. (I'm not a native english speaker, so please forgive my grammar errors) the link https://drive.google.com/file/d/1uxgDR60iwMvvoN96s_OGl5nz5KEHDKN-/view?usp=sharing
23
Hi Ravary and other "bytecoders",
there is a demoscene related Discord server (specializing on sizecoding), where we have a dedicated channel for generative music. The organizers of Lovebyte are also there. So if you like to join, this is the invitation link: https://discord.gg/JrttMx2S
24
The Discord invite expired. Is invite still available? Interested in the community.
25
Oops, it expired. Here is a non expiring one: https://discord.gg/ZjENf3PhDb

And there is another Discord with a dedicated bytebeat channel here (down in the "Beauty of Math" section): > https://discord.gg/NBXBKEEg6D

1899 Reply
bytebeatplayer.PNG
(16.72KB, 1078x560)
This is where I keep my changes on my bytebeat player.

Update (13/08/23):
Added sinf(), alongside with cosf() and tanf().
6 posts omitted. Click Reply to view.
2144
gruigigruigigruigigruigigruigi.png
(469.56KB, 1632x835)
HELP
2175
bytebeatplayerdifferentmode.PNG
(2.92KB, 345x72)
You can now change from:

value="bytebeat" (Bytebeat)
value="floatbeat" (Floatbeat)
value="bitbeat" (Bitbeat)

More modes added soon!

Helped by (u/Butterroach)[https://www.reddit.com/r/bytebeat/comments/1668ru7/comment/jynh9ip/?utm_source=reddit&utm_medium=web2x&context=3].
2232
>>2175
value="signedbytebeat" (Signed Bytebeat)
value="tanmode" (Tanmode)

"Tanmode" is basically the tan(input*PI/128) view of the code. (if that makes sense)

"Signed Bytebeat" is basically the 128 offset of "Bytebeat" mode.
2409
The visualizer has been added to the bytebeat player fun fact: the visualizer was actually taken from https://psub-scirbe1.neocities.org/visualizer

Made everything in the player glow.

Let me know if you want to update the library more often.
2414
>>2409
visualizer doesn't work on firefox.

2324 Reply
sparkle.png
(241B, 16x16)
3 posts omitted. Click Reply to view.
2329
>>2324
how?
2332
>>2329
its just pcm, basically audio converted to raw text data that the bytebeat can read and play

doing something like this isnt really that hard, you just need an audio file and convert it to the raw PCM text, and do this:

a=``, // insert pcm data between the backticks. doesnt matter if there are newlines
a.charCodeAt(t%a.length)


this one does multiply t by 4 and multiply the overall result by 3.8, but that's not important for all stuff
2341
2353
93AC70A7-7B77-4D83-84C0-804720F992C6.jpeg
(180.21KB, 491x469)
>>2324 how come whenever i change the speed in the code, which is the a.charCodeAt(t4%a.length) to something like a.charCodeAt(t3%a.length) it glitches out?
2355
>>2353
idk pcm is weird

415 Reply
kouzerublush.png
(64.37KB, 444x420)
XO-Tracker: Tsukite Moonhand The Bananafox Theme

this... is just some sort of tracker being ported in bytebeat js; and yes, it's not time independent.

Bout the music though, its literally the music theme of the character of mine, Tsukite :3

Post too long. Click to view.
24 posts omitted. Click Reply to view.
1859
>>1858
bruh what
ok never do change everytime to post
2201
chris-barbalis-ax4zu9rp7jo-unsplash.jpg
(2.49MB, 6000x4000)
2211
download (10).jpeg
(22.38KB, 540x470)
2212
Sakuya Izayoi Touhou Sticker - Sakuya izayoi Touho
(3.07MB, 479x498)
2255
selfie wa!.jpeg
(52.28KB, 720x527)

9 posts omitted. Click Reply to view.
4491
4498
server-icon.png
(10.85KB, 64x64)
4499
x38xhwnbzez91.jpeg
(24.88KB, 400x400)
>>4491
thank
4523
bright-and-beautiful-dramatic-super-moon-over-the-
(25.41KB, 768x480)
4534
Bell sounding like instrument lol

Delete Post  
[Previous] [0] [1] [Next]

Rules / Changelog / Common thread / SthephanShi / kOLbOSa_exe / lhphr / PortablePorcelain / HypernovaHeathen / BaenHoHoHo / SArpnt / hcdphobe / OnixIsThePewterGod / Zackx / rubi / psubscirbe / ChrisRM380 / aturned777 / Kouzerumatsu / MT2023 / Decent-Manager-6169 / Chasyxx / Glebguything / absolute197 / ANoUserXD / MarioFan171 / Unname4798 / Slinx92 / emelchenko / LarkeyFactorial / Syranero / PrincessPriscillaPT / Greaserpirate / Eilik / aniruF / BrokenCircle / trashimpossible3699 / Thinguy / P051T1V3_3G0 / Motherducker
To top