diff options
author | Anthony Wang | 2022-12-17 18:37:07 -0600 |
---|---|---|
committer | Anthony Wang | 2022-12-17 18:37:07 -0600 |
commit | 3da3a7f6c5ee83373ef4e6e3232cc5a371137e68 (patch) | |
tree | 454427a3f00f9e34e06362f03b3441b825989b19 /README.md | |
parent | f11992a8fca36b7be77c7225a0007468bf6a29cb (diff) |
Split into multiple files and rewrite README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ # Lambeat -Bytebeat in Scheme +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. -You can use `guile main.scm | play -r 8000 -t s16 -v 0.25 -` to try it out. +## Get started +First, install [Sox](https://sox.sourceforge.net/) and clone this repo. Write some music in `music.scm`. Enjoy your music with `guile lambeat.scm | play -r 8000 -t s16 -`! |