lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I just published "play-v6": an 8-bit musical firmware project that includes four Lua 5.2 tools on the computer side:
- A music compiler from source notation to compact object code (MIDI 
files would have been too large for 1800 bytes and too 
processing-intensive).
- An instrument generator including synthesis by sum of harmonics, ADSR 
envelope definition and test sound generation.
- A music packer to produce a C source table from a number of music code 
files.
- A table generator for other C source tables needed by the firmware.

http://www.erix.it/play-v6

--
  Enrico