diff options
author | Anthony Wang | 2022-12-17 23:00:16 -0600 |
---|---|---|
committer | Anthony Wang | 2022-12-17 23:00:16 -0600 |
commit | 55b6ce6d80f85f717c56573c051615499e1a03f3 (patch) | |
tree | d255db543ae6a958c28857d23f8440a747be4534 /README.md | |
parent | 3da3a7f6c5ee83373ef4e6e3232cc5a371137e68 (diff) |
Use apply and map for melody function
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -`! |