aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2022-12-17 18:37:07 -0600
committerAnthony Wang2022-12-17 18:37:07 -0600
commit3da3a7f6c5ee83373ef4e6e3232cc5a371137e68 (patch)
tree454427a3f00f9e34e06362f03b3441b825989b19 /README.md
parentf11992a8fca36b7be77c7225a0007468bf6a29cb (diff)
Split into multiple files and rewrite README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index adaf2e0..035afd2 100644
--- a/README.md
+++ b/README.md
@@ -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 -`!