Implementation of Bytebeat algorithm on Pokitto. Bytebeat is generated music which is made by algorithm using usually one line function. The music is created as 8-bit samples. The simplest Bytebeat function is " t & (t>>8)" which combines two sawtooth waves: one higher frequency tone (t) and the other lower frequency (t<<8) tone. Read more in: http://countercomplex.blogspot.fi/2011/10/algorithmic-symphonies-from-one-line-of.html

Dependencies:   PokittoLib

ByteBeat3 - mathematical beats

Implementation of Bytebeat algorithm on Pokitto. Bytebeat is generated music which is made by algorithm using usually one line function. The music is created as 8-bit samples.

The simplest Bytebeat function is " t & (t>>8)" which combines two sawtooth waves: one higher frequency tone (t) and the other lower frequency (t<<8) tone.

Read more in: http://countercomplex.blogspot.fi/2011/10/algorithmic-symphonies-from-one-line-of.html

History

New pokittolib with improved volume controls & better button handling default tip

2018-05-02, by Pokitto [Wed, 02 May 2018 06:29:02 +0000] rev 2

New pokittolib with improved volume controls & better button handling


Improved comments

2018-03-30, by Haviital [Fri, 30 Mar 2018 20:25:48 +0000] rev 1

Improved comments


First version

2018-03-30, by Haviital [Fri, 30 Mar 2018 20:09:40 +0000] rev 0

First version