luasynth
luasynth copied to clipboard
Support Windows in driver
It wouldn't take much to make the main.lua command-line driver work under Windows — same stuff as this commit for moon-noise.
A slightly more ambitious goal would be to split out the FFI-dependent common functionality here (fwrite, fread, isatty and binmode) into a small library, perhaps put it on LuaRocks and make both projects use it.