.gitignore | ||
conf.lua | ||
LICENSE | ||
main.lua | ||
README.md | ||
sound.lua.example | ||
soundgen.lua | ||
thread.lua |
Sound synthesis playground
Experiment with sound generation in Lua.
Usage
- Copy
sound.lua.example
tosound.lua
- Open
sound.lua
in your text editor (autosave on change recommended) - Run this with
love .
- Edit
sound.lua
, and watch (listen) the sound update in real time