
Bytebeat
Generate music from math. Type a JavaScript expression and hear it as audio. An experimental way to create sound from pure mathematics.
Created by Gregg Tavares
Create a free account to get instant access
How to Use
• Enter mathematical expressions using variables like 't' (time) to generate electronic music and sound effects • Type formulas in the code input box using operators like +, -, *, /, &, |, ^, <<, >> • Press Play/Stop button to hear your formula as audio in real-time • Adjust playback speed and volume with the provided controls • Try simple starting formulas like "t*5&t>>7" or "t>>4" and modify numbers to hear different sounds • Use bitwise operators (&, |, ^) and bit shifting (<<, >>) for unique electronic textures • Higher numbers generally create faster, more complex rhythms • The 't' variable automatically increases over time, driving the musical patterns • Experiment by combining multiple operations with parentheses: "(t>>1)&(t*3)" • Save interesting formulas by copying the code text for later use Goal: Create unique electronic music through mathematical experimentation rather than traditional instruments.