Difference between revisions of "Bytebeat"
From SizeCoding
(first version) |
(→Resources) |
||
Line 8: | Line 8: | ||
== Resources == | == Resources == | ||
+ | * [[Steady On Tim]] - a breakdown of Gasman's bytebeat entry from Lovebyte 2022 | ||
* [https://drive.google.com/file/d/1uxgDR60iwMvvoN96s_OGl5nz5KEHDKN-/view Bytebeat and RPN Guide by ravary] | * [https://drive.google.com/file/d/1uxgDR60iwMvvoN96s_OGl5nz5KEHDKN-/view Bytebeat and RPN Guide by ravary] |
Revision as of 18:15, 14 February 2022
Bytebeat is a technique for creating experimental music where a mathematical expression - usually in the form of a short C or JavaScript program - is repeatedly evaluated against an increasing timestamp variable, returning a byte value to be used as PCM sample output. It was first introduced in 2011 by visnut in the YouTube video 'Bytebeat: Experimental music from very short C programs'.
Bytebeat players
- HTML5 Bytebeat by Greggman - unavailable as of Feb 2022. Mirrored at Demozoo; GitHub project
- Dollchan Bytebeat composer - GitHub project
Resources
- Steady On Tim - a breakdown of Gasman's bytebeat entry from Lovebyte 2022
- Bytebeat and RPN Guide by ravary