LUA port of tidal, this project is at an early alpha stage and all kinds of things can go wrong, but trying it out and providing feedback is very much appreciated!
See Wiki for more design highlights and future plans.
You may need to manually install libasio-dev for abletonlink to work
If you are familiar with LUA and just want to experiment right away, copy modal.lua and use a seqerate LUA instance to run repl and server.
Install or build missing dependencies ...
Install luarocks this one is not ready yet
sudo luarocks install modal
- Install lit and
lit install noearc/modal
this installs modal.lua into a deps/ directory. You should later be able to build a binary with lit as well.
- Clone or download the project zip from github
- Open a terminal in the project directory
- Run
sudo make install - Install busted to run tests with
busted
- Start supercollider and run
SuperDirt.start. - Use modal.nvim in neovim.
- Or in terminal, launch
mods(server backend) andmodal(repl) side by side.
This project works on top of the working prototype port of tranquility, the og LUA port. I originally intended this as a moonscript port, because it has a more terse syntax. But as this project grew larger, LUA tooling is obviously better. Plus I wrote the custom parser to replace it as the user code parser. So this project is the current LUA port of Tidal that got furthest for now :)
Collaboration is welcome!