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
Revision 2:ee1810d600f5, committed 2018-05-02
- Comitter:
- Pokitto
- Date:
- Wed May 02 06:29:02 2018 +0000
- Parent:
- 1:ca29888d96a9
- Commit message:
- New pokittolib with improved volume controls & better button handling
Changed in this revision
PokittoLib.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r ca29888d96a9 -r ee1810d600f5 PokittoLib.lib --- a/PokittoLib.lib Fri Mar 30 20:25:48 2018 +0000 +++ b/PokittoLib.lib Wed May 02 06:29:02 2018 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/Pokitto/code/PokittoLib/#427237571c6a +http://mbed.org/users/Pokitto/code/PokittoLib/#2b8560b11eab