Programmatic music library
blend.nim | ||
blend.ogg | ||
blend.py | ||
blend.scm | ||
keyboard.py | ||
LICENSE | ||
README.md | ||
yue.nim | ||
yue.py | ||
yue.scm |
yue
yue is a programmatic music library, influenced by Bytebeat. It is designed to be low-level and enable you to build your own abstractions and functions. Think of it like an assembly language for music. There are three implementations in Python (PyPy recommended for speed), Scheme, and Nim. Check out this sample code and listen to it!
Get started
First, install Sox and clone this repo.
To run a program that uses yue, use pypy file.py
, guile --fresh-auto-compile file.scm
, or nim c --mm:orc -d:release file.nim && ./file
, and pipe to play -r 44100 -t s32 -
. If you would like to save to a file, pipe to sox -r 44100 -t s32 - file.ogg
instead.