luasynth
luasynth copied to clipboard
Audio framework in Lua
Results
2
luasynth issues
Sort by
recently updated
recently updated
newest added
I've been using this command to test sample rate changes: ``` ./luasynth osc -oscType Square -freq 200 -length 10 \ | ./luasynth adsr -attack 30 -decay 500 -sustainLevel -6 -sustainLen...
It wouldn't take much to make the `main.lua` command-line driver work under Windows — same stuff as [this commit for moon-noise](https://github.com/graue/moon-noise/commit/9b45620032b5a8219f4d721571093fb679d63221). A slightly more ambitious goal would be to split...