naivesound
1 min readJul 22, 2016

--

Thanks! And yes, you can change the tempo of the bytebeat as well. I assume you have a simple formula, like t*(42&t>>10). By default “t” increases at speed 8000/sec, but you can create another variable that increases at a faster or slower tempo, e.g: q=t*1.2, q*(42&q>>10). Of course, that would affect the pitch, too, but that’s a different story.

--

--