Share your bytebeat creations!

ChatGPT wrote:

Bytebeat is a method of generating music or sound using short, simple mathematical expressions that manipulate sequences of bytes as audio samples. By applying operations like bitwise AND, OR, XOR, and arithmetic, intriguing and diverse sounds can be created with minimal code.
Here's one bytebeat I made that sounds interesting:
((t%100>98?t:sin(t*10)*t)*(t/10%400>360?1:0)+t*(t/40%400>350?1:0)+(t<<1))*(1 + (0.2 * (t/40%800>400)))*(t%4000>3000-(t/50))
You can make and listen to bytebeats using a site like this one or this one.
Have fun!