I have zero musical knowledge or experience and I just spent the last 30 minutes tweaking the examples in the project homepage. Super fun, incredible project! Thanks for this!
Thanks for this! I wanted to have a space that doubles as a layer key if kept pressed, and I wasn't having great success trying to do it with a custom program using the X bindings. This seems way simpler, while also more powerful.
From your remark about deployments, I'm assuming you're not using Distillery or Mix releases? If you use a release, you can deploy a tar.gz with "batteries" included (everything you need to run your app, including the BEAM).
At work we have a dozen of elixir apps running smoothly in Production on plain Debian containers.