aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2022-12-17 23:00:16 -0600
committerAnthony Wang2022-12-17 23:00:16 -0600
commit55b6ce6d80f85f717c56573c051615499e1a03f3 (patch)
treed255db543ae6a958c28857d23f8440a747be4534 /README.md
parent3da3a7f6c5ee83373ef4e6e3232cc5a371137e68 (diff)
Use apply and map for melody function
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 035afd2..f9bb795 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
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.
## 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 -`!
+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 -`!