Bytebeat

To bottom
1. Don`t create new thread for each song every time, or you will be banned!
2. Create your own thread and post all your songs in it, or post in the Common Thread.
3. Post your requests and reports here.

[ Rules / Requests / Common thread / Changelog ]
absolute197 / aniruF / ANoUserXD / aturned777 / BaenHoHoHo / BrokenCircle / botbeat / Chasyxx / ChrisRM380 / Decent-Manager-6169 / emelchenko / eSlashMachine / Glebguything / Greaserpirate / hcdphobe / HypernovaHeathen / kOLbOSa_exe / Kouzerumatsu / LarkeyFactorial / lhphr / MarioFan171 / MT2023 / n3409 / OnixIsThePewterGod / PortablePorcelain / PrincessPriscillaPT / psubscirbe / rubi / SArpnt / SentleXR / Slinx92 / SthephanShi / Syranero / Thinguy / TKBMC1845 / trashimpossible3699 / Unname4798 / Zackx

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

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

9217 Reply
photo_2025-09-18_00-42-48.jpg
(565.32KB, 1014x919)
so i was just interested can i turn midi into a bytecode, and the answer is yes but the final code is too big and idk how to optimize it
const fs = require('fs');
const { Midi } = require('@tonejs/midi');

const midiData = fs.readFileSync('song.mid');
const midi = new Midi(midiData);

const sampleRate = 44100;
let notesByteCode = [];

function midiToFrequency(n) {
    return 440 * Math.pow(2, (n - 69) / 12);
}

function getADSRCode(startT, endT) {
    const attack = 50;  
    const release = 50; 
    return `(t<${startT}+${attack}?((t-${startT})/${attack}):t>${endT}-${release}?(${endT}-t)/${release}:1)`;
}

function getByteCode(note) {
    const startT = Math.round(note.time * sampleRate);
    const endT = Math.round((note.time + note.duration) * sampleRate);
    const freq = midiToFrequency(note.midi);
    const velocity = note.velocity || 1; 

    const adsr = getADSRCode(startT, endT);

    return `(t>=${startT}&&t<${endT}?(${velocity}*${adsr}*Math.sin(2*Math.PI*${freq}*t/${sampleRate})*127 + 128):0)`;
}

midi.tracks.forEach(track => {
    track.notes.forEach(note => {
        notesByteCode.push(getByteCode(note));
    });
});

const result = `Math.max(${notesByteCode.join(',')})`;

fs.writeFileSync('result.txt', result);
im curios if someone can fix it for the result being more compact but it can run mario! Here's the link:
[
Post too long. Click to view.

5008 Reply
snapChad.webp
(89.93KB, 1439x1532)
Motherlode V2 (please use this version!):

Post too long. Click to view.
5009
H4XX3D Up For Barbecue (bytebattle season 2 entry):

Post too long. Click to view.
5070
Dennis Skrillchie (remix of George on Blogspot, C compatible):

(t>>9&6?0:9001/(t%4096)-t/9&8?-1:0)^t>>4&t*(3&t/(1+(t>>14)%8)^t>>(t>>9&8?19:20)*(t>>11))
5071

4537 Reply
7bceb2b267ecb60619fd7b0def9089388e743b6250661ebc32
(35.66KB, 640x640)
h
32 posts omitted. Click Reply to view.
4824
5000
5123
>>5000
that 5000
5376
5377
>>5376
whoops i forgot to put my name

4595 Reply
b08vjj51ozpd1.png
(156.77KB, 575x581)
12 posts omitted. Click Reply to view.
5488
vibing-21998350.png
(597B, 64x64)
6798
something
6881
>>4595
lmao wtf is that image
7893
>>6881
well just decided to link my MC skin here lmao
9186

7457 Reply
swappy-20250618_162402.png
(14.60KB, 1026x259)
I recreate for bytebeat

There using current one. (Using floatbeat)
This one

And there old link.
also. i public for reddit. (July 28, 2024)
https://www.reddit.com/r/bytebeat/comments/1eei8ft/my_first_made_bytebeat/

If you wanna add my library. take my name this "JERN2K83"
8315
>>7457
Sounds pretty good.
The I-iv-VI-V chord progression seems fitting. :)
8328
>>8315
he always recreates his theme in almost every single thing he can lmfao
check his 2nd youtube channel, and check his multirenders (most preferably the old ones cuz he is starting to use actual songs) so you can see what im talking about
8507
>>8328
yea i've watched some of his videos lmao
8508
8513
I didn't knew that our rick roll raging man is from columbia

8957 Reply
16bit-pcm-floatbeat.png
(422.43KB, 1029x956)
with support for stereo
this link contains a example of 16 bit linear pcm for floatbeat, that is ready to be put in (use floatbeat and 48k)
https://drive.google.com/file/d/1i9Eo6niJeF8rYgUnYW70Hjxh-OKwEQWQ/view?usp=sharing
if you want to make bytebeat pcm too
https://drive.google.com/file/d/1Y1UBcIN1LIRb-EFYUnX0RbdzgQ9gpjuh/view?usp=sharing
9001
>>8957
I'm interested in trying it out, but after getting the Python code running and typing in my sample file, it doesn't work. So, where do we have to find MP3 files without having that "File not found:" error?
9024
>>9001
You should put the mp3 file in the same location as the python file and remame mp3 to "input", or type in the mp3's name when it asks you for it, in order for it to work (not sure if you asked for this explanation)
You also need to make sure you go to the real directory, since some software could run the python file in a seperate location, where your mp3 isnt there
It automatically converts the mp3 to pcm data that works in the composer, so you dont put in a ready to go pcm data, you just put in a mp3
I have also made a version 3, where it tries to use less data or "compress", you could tell me if you found a bug

https://drive.google.com/file/d/1LhmfqDGpWe9Ew15Cqsk2Ncv6VwFnwBsc/view?usp=sharing

8828 Reply
a.png
(8.75KB, 256x256)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

picture me, 6fc6-e94c-b668-c82c, looking through bytebeats, and stumble upon a guy called "orion_aboy".
they were just so perfect, innovative, and universally likeable.
if only they hadn't deleted their reddit account without any explanation, and vanish without a trace...
then i realized... that guy is me!!!
hey guys! it's me, orion_aboy, back from the grave!!
though, i hate that name now. i'd prefer if y'all'd call me 6fc6-e94c-b668-c82c (or don't call me at all)
how do i prove that i owned that reddit account? simple! you go to the dollchan bytebeat composer,
go to "all" category, find "orion_aboy", look for "sphere", click the reddit link,
click the "my website" link, click the link "jan-miffed", go to the "pgp" repository,
download either key, save this message as a file, download gnupg if you don't have it,
then run something akin to "gpg --assert-signer [key file] --verify [message file]" in your shell.
i'll try to post all my old bytebeats here, cryptographically signed.
Post too long. Click to view.
4 posts omitted. Click Reply to view.
8834
8835
>>8834
you know what the definition of insanity is? to quote wiktionary, insanity is "The state of being insane; madness."
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

this is part 2/2.

song chooser:
sr=44100,t||(oldt=0,realt=0,olddiff=0,song=0),songNames=["42 melody","sierpenski harmony","street surfer"],songCode=[(t)=>(t*(42&t>>10)),(t)=>(t&t>>8),(t)=>(t&4096?t/2*(t^t%255)|t>>5:t/8|(t&8192?4*t:t))],difference=t-oldt,oldt=t,difference,realt++,sign(difference)!=sign(olddiff)?(song+=sign(difference),realt=0):difference/olddiff==2?(song+=sign(difference),realt=0):0,olddiff=difference,song=min(songCode.length-1,max(0,song)),realt%1024?songCode[song](floor(realt*8000/sr)):(()=>{throw songNames.map((a,b)=>((b==song?"\n>\xa0":"\n\xa0\xa0")+a)).join("")})()

from original: "detect your samplerate [link to "unnamed, for song chooser (detect your samplerate)"], then put it into sr and the sample rate part (important! it will not work otherwise)

use the play buttons to select the song"
released january 1, 2024. bytebeat, 44100hz.
remix of (just includes) stephanshi's minification of a beat by skurk & raer, erroneously referred to as "street surfer". original skurk beat at https://www.pouet.net/topic.php?post=388479 , raer's modification at https://www.pouet.net/topic.php?post=388494 , and stephanshi's minification at https://dollchan.net/bytebeat

unnamed, for song chooser (detect your samplerate):
sr=100000,
t||(realt=0),realt++,(()=>{throw floor(sr*realt/t)})()

released january 1, 2024. bytebeat, 100000hz.
original.

uwa!!:
old version: sr=48000,tempo=280,
t?0:(R=new Array(RL=floor(sr*0.3)),RI=0,N1={N:0,D:0,L:0,wave:(p)=>(4*((p%1)-(p%0.5))-1),l:0.1,d:.4},N2={N:0,D:0,L:0,wave:(p)=>(4*((p%1)-(p%0.5))-1),l:.05,d:.5},D={N:0,D:0,L:0,wave:random,l:0,d:.1,p:1}),nl=(sr*60)/tempo,ni=floor(t/nl)%32,pt=floor(t/(nl*32)),n1=[22,,20,22,15,,13,15,10,,8,10,5,,,,8,,6,8,13,,,,8,,6,8,16,,,],n2=!(pt&1)?[-4,,-2,,0,,,,-4,,-2,,0,,,,-5,,-3,,-1,,,,-7,,-5,,-3]:[-4,,-2,,0,,,,-4,,-2,,0,,,,-3,,-1,,1,,,,-7,,-5,,-3],DA={l:.05,d:.1},DB={l:.2,d:.1},DC={l:.4,d:.04},d=[DA,,DC,DA,DB,,,DC,DA,,DC,DA,DB,,,,DA,,DC,DA,DB,,,DC,DA,,DC,DA,DB,,,,DA],U=(N,n)=>(floor(t%nl)==0?(N.p?(N.l=n[ni]?.l||N.l,N.d=n[ni]?.d||N.d):(N.N=2**(n[ni]/12)||N.N),N.D=typeof n[ni]=="undefined"?N.D:sr*N.d):(N.D--)),P=(N)=>(l=N.l**(sr/48000),N.L=(1-l)*N.L+l*N.wave(t*(440/sr)*N.N)*max(0.,N.D/sr/N.d)),U(N1,pt<4?n1:pt<6?[]:pt<8?n1:[]),U(N2,pt<8?n2:[]),U(D,pt<4?[]:pt<8?d:[]),RI=++RI%RL,R[RI]=0.3*(R[RI]||0)+P(N1)*.4+P(N2)*.2+P(D)*.9

new version: sr=48000,tempo=280,
t?0:(R=new Array(RL=floor(sr*0.3)),RI=0,N1={N:0,D:0,L:0,wave:(p)=>(4*((p%1)-(p%0.5))-1),l:0.1,d:.4},N2={N:0,D:0,L:0,wave:(p)=>(4*((p%1)-(p%0.5))-1),l:.05,d:.5},D={N:0,D:0,L:0,wave:(()=>(random()-0.5)),l:0,d:.1,p:1}),nl=(sr*60)/tempo,ni=floor(t/nl)%32,pt=floor(t/(nl*32)),n1=[22,,20,22,15,,13,15,10,,8,10,3,,,,8,,6,8,13,,,,8,,6,8,16,,,],n2=!(pt&1)?[-13,,-9,,-2,,,,-13,,-9,,-2,,,,-15,,-11,,-4,,,,-15,,-11,,-7]:[-13,,-9,,-2,,,,-13,,-9,,-2,,,,-10,,-6,,1,,,,-10,,-6,,-3],DA={l:.05,d:.1},DB={l:.2,d:.1},DC={l:.4,d:.04},d=[DA,,DC,DA,DB,,DC,DA,,,DC,DA,DB,,,,DA,,DC,DA,DB,,DC,DA,,,DC,DA,DB,,,,DA],U=(N,n)=>(floor(t%nl)==0?(N.p?(N.l=n[ni]?.l||N.l,N.d=n[ni]?.d||N.d):(N.N=2**(n[ni]/12)||N.N),N.D=typeof n[ni]=="undefined"?N.D:sr
Post too long. Click to view.
8836
8837
>>8836
actually i don't need to split it for the character limit on catbox.moe
https://files.catbox.moe/0r74ib.asc
8838
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

oh, btw, i am indeed posting as 6fc6-e94c-b668-c82c on dollchan.net. post #8828 is mine.
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSWASJkDlmr1UOJ6N7cbjIx2UOB0QUCaJ/0tAAKCRDcbjIx2UOB
0RFhAQCnvzw4ZWnzAxMVPLySuykYKkjKrO2D0wP2ysimx/2PtAEAqvWCPFZZEFvN
pJuvpQArl6JeeJdXEpKuMmN+7XDstA0=
=Frpr
-----END PGP SIGNATURE-----

8624 Reply
0:52, ssstik.io_@pouyasaffari_1754164708204.mp4
(6.99MB, 576x1024)
Hello, first time posting on this board, frankly because I just found it exists, I was wondering if anyone could replicate this song I saw on TikTok, the owner said the song was on the personal page in their bio but when I tried it, it was definitely missing a lot of what was displayed on the video.

https://www.tiktok.com/@pouyasaffari/video/7412351207756270854?_r=1&_t=ZN-8yY1ctidvdO

if anyone can write everything from the code shown in the video or somehow recreate it, it would mean a lot to me
8627
>>8624
we can try to replicate the exact code
8628
Screenshot_20250803-105245~2.png
(32.59KB, 537x472)
>>8624
okay the problem is that there's reflection that's obscuring some parts of supersaw
8629

5550 Reply
Screenshot 2025-03-01 113854.png
(141.65KB, 646x306)
89 posts omitted. Click Reply to view.
7396
7430
8224
new_project2.png
(195.63KB, 639x553)
8555
emoji-skull.png
(24.93KB, 232x232)
>>8224
a=t'123456898654321'[15&t>>12][1,1.2,1.8,2.7][3&t>>16]/2
,b=k=>((((a/k^a/k<<1^a/k>>1^a/k<<2^a/k>>2|t>>4)+(a/k|t>>4)&255)/128-1)sqrt(t/16384%1)+tanh(cbrt(sin(cbrt(t%16384)7)))2(1-t/16384%1)*2+(t/1024k[1,1.2,0.9,1.35][3&t>>16]%1-.5)(1-t/4096%1)*.73sqrt(t/16384%1))/2,[b(1.01),b(.99)].map(i=>i/4+b(1).75)
8556

8441 Reply
image.png
(56.22KB, 769x793)
https://git.kimapr.net/kimapr/libbytebeat

Bytebeat, but in a C library! the only input is the javascript code (as i want the songs to be self-contained files), so to set playback mode, frequency etc, a custom metadata format is added heavily inspired by that of web browser userscripts. Multithreaded playback is enabled by default but might break some songs, songs that use complex effects like filters or reverb but want to support multithreaded playback may use the p2f/p2s functions to defer those effects to the second stage which is single-threaded and predictable wrt side effects.
8444
uzbekistan??
8445
>>8444
yeahg i live there
8446
>>8445
ik
i was just surprised considering i've never seen someone from there before
8539
image.png
(224.00KB, 1900x801)
https://git.kimapr.net/kimapr/ffmpeg-bb

FFmpeg with libbytebeat support (--enable-libbytebeat configure flag)

Link your mpv against this and you can play bytebeats in your mpv

8255 Reply
pholder.png
(283B, 32x32)
Posting my bytebeat songs
8256
((t&255)*((t*((t>>10|t>>14)&15))&192)>>7)+((t&4095)<2048?(((1<<18)/(t&4095)+10000)&128):0)
8518
>>8256
ik you from youtube

55 Reply
stone_500k.gif
(3.47MB, 256x256)
I have made a few Bytebeat songs posted to Reddit over the past month or two.

Here are some of my favorites.

creepy droning static thing

1fccccf1


plucky sierpinski

Crude Sinewave Dubstep Remix


Doom E1M1 theme recreation
Post too long. Click to view.
44 posts omitted. Click Reply to view.
4224
>>3917
this actually has a very little difference
l+r comparison
4848
5958
7465
>>110
mine fails to even OPEN
8233
>>101
"PCM Synthesis" - I don't think this is bytebeat lmao

8125 Reply
p8_avatar.png
(1.43KB, 384x384)
8147
p8_avatar.png
(1.43KB, 384x384)

7614 Reply
Oldionacrimony.webp
(50.80KB, 886x905)
HEY!!!!!
i decided to start learning bytebeat stuff a couple months ago and now i think its time i share some of my songs, whether it resembles music or not

cockroach rave under my bed
7639

7571 Reply
Yayanunoptionalimage.png
(9.19KB, 1025x252)
I'm still new to bytebeat and have only been working with sin waves for the past really long time, I finally found out about >> and << and would like to ask for tips and if I'm doing well

Example #1
Example #2
Example #3
Cool Beat thing I came across

5350 Reply
11.PNG
(284B, 34x36)
hi.


i made this. the code that i made has the arpeggio, lead and the chord. if you know the code that i made.
here's the link

this is my first post. greets!
6 posts omitted. Click Reply to view.
5373
>>5371
ah... i get it
5374
>>5373
forgot to change the name again
7054
great now i'm on this thread.


>>7042
dude.... i don't even know you, even if i'm on this thread, i could have flashbacks for a day lol.
7080
i made a song that is big but nevertheless excited so,



here's the link, enjoy this thing with over uhhhh... whatever that means.
8301

220 Reply
Lovebyte Turbo @ Evoke 2022 (live capture with audience), YouTube.com
Hi, I made this as an entry for a 4-entry bytebeat "competition" (without voting) as part of the mentioned mini demo party "Lovebyte Turbo". It's been shown for 30 s to the crowd (check video), but you can run it for longer of course. The main requirement is to make the code not bigger than 256 bytes.
max(0,min(128,((b=(-t*1.0595**(("0010010030705503"[t>>13&15])-12+3*(t>>18&1))&255),c=(b**3)>>5,(sin(b*(.2+sin(t/6e6))*.2))*c+c)*(-t&8191)>>18)))-((sqrt(t&8183)<<6&64)*(((t>>15)&1)^(t>>13))-(t&15))*(t>2<<19)+((t&16383)*(-t>>3&511)/7e4)*random()*(t>1<<19)

Link to play
335
elder-scrolls-morrowind.gif
(1.28MB, 498x494)
>>220
Interesting event! I would love to attend such demoparty.
Your tune reminds me a doom soundtrack a bit, cool.
Also you should fix the amplitude of the drums to get rid of distortion.
358
ee37c38a19b258d4883f03779c32d689.webp
(18.45KB, 500x500)
>>220
Also, here the 238 bytes version:

max(0,min(128,(b=-t*1.0595**('0010010030705503'[t>>13&15]-12+3*(t>>18&1))&255,c=b**3>>5,sin(b*(.2+sin(t/6E6))*.2)*c+c)*(-t&8191)>>18))-((sqrt(t&8183)<<6&64)*(t>>15&1^t>>13)-(t&15))*(1048576<t)+(t&16383)*(-t>>3&511)/7E4*random()*(524288<t)


Added to the library!
394
Thanks for adding it. The drums actually got much more beefy by randomly distorting based on the hihat's amplitude.

The actual name of the track was "Visitors from the Dark Side". Could you please change it in the library?

If you like you might check out more of the different bytebeat entries released at some recent demoparties here:
https://demozoo.org/productions/tagged/bytebeat/

5680 Reply
can't you take a hint.jpg
(16.68KB, 480x366)
One thing I've noticed about Greggman's HTML5 Bytebeat is that instead of simply setting
window.location.hash
(which would add a new entry to the history), it uses
window.location.replace()
to change the URL without adding a new history entry. This method updates the URL without creating additional entries in the browser's history stack, whereas Dollchan does
window.location.hash=`#v3b64${btoa(String.fromCharCode.apply(undefined,deflateRaw(JSON.stringify(songData)))).replaceAll("=","")}`;
every time you type a character which is annoying ('cause it floods your history). Besides, there's also
window.history.replaceState(null,"",URL)

On the other hand, could there ever be MIDI/keyboard input for playing notes in real-time? Or the ability to import audio samples (could also be raw data too for any arbitrary file) being read as arrays without having to encode them into massive strings? Maybe even microphone input for implementing effects?
5681
A global
SAMPLE_RATE
variable would be really nice.
5736
>>5681
I just realized now that the second parameter (as in return (t, sr) => …;) is used for the sample rate.

5695 Reply
2025-03-20.gif
(53.99KB, 807x633)
Hi guys! I made something here, it turned out pretty cool. Now it's a simple, of course not error-proof generator with cool visualization. You can listen, edit and compose on the fly. Initially available for Linux, but easily compiled for other systems, standard C99, SDL and Lua.

I'll be glad if you like it, made with love for 8-bit culture.

https://github.com/Svarkovsky/Byt-t-t-eer

951 Reply
Rick Astley - Never Gonna Give You Up (Official Music Video), YouTube.com
31 posts omitted. Click Reply to view.
3464
4293
4333
4546
5685
>>4546 yea it kinda has.. i quit bytebeat for a long time and now i recently came back but holy shit, i’m surprised i actually found the rest of my bytebeats here, which is only a fraction of all the ones ive made. but i might be back for now and once in a while i will use the forums.

5340 Reply
17374541857762206863409844218035.jpg
(420.99KB, 1600x1200)
Self evolving stuff
https://dollchan.net/bytebeat/#4AAAAekYrsS3R0iixsyvRrAGSIJaZZhxQyMRIDcg2NNDUhsgDWQA

Yes,i finally made the fartking evolving stuff

The way it evolves is through self referencing the t and use logic stuff to decide what to evolve, it's very simple but i lovin' it
8 posts omitted. Click Reply to view.
5440
1738635046091.jpg
(12.02KB, 300x400)
https://dollchan.net/bytebeat/#4AgCAO0cdzMENwCAMQ9FpWiVIlQgkqCdG6RQ5/uELHP1sWQZJXi1Ci4g3vOOOB0+rVe+cU6xihnXMsVAtG9eMYCiS38qvsjUZS51Oww6t99P/

Wait till thy beat come(thy fog will invade our prosperous town causing us to lose every property in our life,it is known that we can't evade the fog and we will be lost in the fog)
5467
1738982108878.jpg
(42.05KB, 512x300)
5489
17397839435711554922279233037780.jpg
(244.56KB, 1200x1600)
5502
IMG_20231001_133412~4.jpg
(8.87KB, 177x177)
5734
IMG_20250329_070604.jpg
(1.03MB, 2448x3264)

4830 Reply
download.png
(52.59KB, 360x360)
5*t&t>>4|t*(5|t>>13&3)>>(~t>>11&1)&128|t*(t>>11&t>>13)*(~t>>9&3)&127
4831
7122.png
(332.79KB, 750x650)
10*(t>>6|t|t>>(t>>16))+(7&t>>11)*5*t&t>>4|t*(5|t>>13&3)>>(~t>>11&1)&128|t*(t>>11&t>>13)*(~t>>9&3)&127
4832
download (2).png
(123.62KB, 320x320)
5*t&t>>4|t*(4|t>>13&3)>>(~t>>11&1)&128|t*(t>>11&t>>13)*(~t>>9&3)&127
4833
Screenshot 2024-10-28 11.56.50 AM.png
(36.57KB, 438x331)
t%25-(t>>2|15*t|t%227)-t>>3|(t>>5&1333*(t<<5)|(t>>3)%1)/(t%18|t%1280)

what is three and cant pour tea
4834
mickey_mouse_running_vector_by_naufalisback_dgkmunm-fullview.png
(177.11KB, 530x440)
~t>>3&(t>>11&1?5:4-(t>>12&1))*t&(t>>7)+t*(4|t>>13&3)>>(~t>>11&1)&128|t*(t>>11&t>>13)*(~t>>9&3)&127>>(t>>(t>>12&15))>>t
4835
u1f4af_u1f4af.png
(6.07KB, 534x535)
what has fangs and pours milk for its children, it has many spots and drinks the juice of bodies, the red.
we take its milk to drink, and pour in our delicious lucky charms, what am i?

4648 Reply
20230105_203838_356_S.S. Achille Lauro.png
(535.57KB, 1366x683)
 t%(t&t>>1) 

something like GDPlayer_1035 (44 kHz)

 (t&t>>12)*(t>>5&12)*t>>12 
Modem melody renmix 1 (32 kHz)

 0x7E8^(t&t>>12)*t>>12 
Modem melody remix 2 (32 kHz)

 (t>>8)+t&t 
something like "fractal trees"
47 posts omitted. Click Reply to view.
6670
unnamed.png
(38.40KB, 240x240)
6672
M44_Heggie.jpg
(458.09KB, 2400x2400)
6673
M44_Heggie.jpg
(458.09KB, 2400x2400)
7869
7870
M44_Heggie.jpg
(458.09KB, 2400x2400)
//rem!x (44 khz)
p=v=>2**(v/12),z=12*(t>>18&1),(((t>>3&t>>8)^(t>>8&t>>7))&127)+(64*abs(sin(t/50*p([0,3,7,12,,19,,7][t>>11+(t>>13&3^t>>14&1)&7]+z))))+(sin(3e4/(t&16383))*20+32)+((sin(t*t)*20)&-t>>8&31)

4366 Reply
1428.png
(22.01KB, 600x600)
4367
4368

1838 Reply
de82b5b1c73d735960eee9cba11c8a87.png
(25.44KB, 256x256)
Made this dubstep version of lazy jones

Thanks to leejh20 for the drums

Dubstep lazy jones
1839
Sorry, im actually from sweden, the VPN changed the location
1840
HEYY U GOT FROM COOL PEOPLE SERVER!!
1841
>>1839
> Sorry, im actually from sweden, the VPN changed the location
no problem try not used vpn again
1844
Thanks to leejh20 and kouzerumatsukite for helping me.

Add a bit of this and that, get some harmonies and some good drums and you're done!

Dubstep Lazy Jones
1846
neco-arcirhgdrihrnerh.gif
(206.57KB, 220x220)

227 Reply
6wmq2v.jpg
(48.02KB, 577x433)
13 posts omitted. Click Reply to view.
255
HadephobiaSpiderlol.png
(97.60KB, 344x302)
269
31230079_170x100.png
(20.95KB, 170x91)
1302
bfd40c5b748109d1dab087f51d211e0d-Dolf10.jpg
(205.29KB, 1280x720)
4035
tumblr_ccf63dc25d4c8622cb18251e0a22bfe3_90438c56_2
(657.25KB, 2048x2048)
>>244>>246>>255
Nice, added to library. Ok, time to check out some old threads and songs I haven't checked out yet. Sorry for the delay if I add your song in a year or two, heh.
6787
IMG_20250420_101640.jpg
(63.74KB, 1080x754)

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.

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

1. Don`t create new thread for each song every time, or you will be banned!
2. Create your own thread and post all your songs in it, or post in the Common Thread.
3. Post your requests and reports here.

[ Rules / Requests / Common thread / Changelog ]
absolute197 / aniruF / ANoUserXD / aturned777 / BaenHoHoHo / BrokenCircle / botbeat / Chasyxx / ChrisRM380 / Decent-Manager-6169 / emelchenko / eSlashMachine / Glebguything / Greaserpirate / hcdphobe / HypernovaHeathen / kOLbOSa_exe / Kouzerumatsu / LarkeyFactorial / lhphr / MarioFan171 / MT2023 / n3409 / OnixIsThePewterGod / PortablePorcelain / PrincessPriscillaPT / psubscirbe / rubi / SArpnt / SentleXR / Slinx92 / SthephanShi / Syranero / Thinguy / TKBMC1845 / trashimpossible3699 / Unname4798 / Zackx
To top