1
0
Fork 0
forked from a/yue
Lambeat/README.md

6 lines
500 B
Markdown
Raw Normal View History

# Lambeat
Lambeat is a new way to make music using functional programming. It's heavily influenced by [Bytebeat](https://dollchan.net/bytebeat) and initially started out as an reimplementation of Bytebeat in Scheme. Since then, it's grown to be a delightful new way to make music with code.
2022-12-17 18:46:41 +00:00
## Get started
2022-12-18 05:00:16 +00:00
First, install [Sox](https://sox.sourceforge.net/) and clone this repo. Write some music in `music.scm`. Enjoy your music with `guile --fresh-auto-compile lambeat.scm | play -r 8000 -t s16 -`!