monome / druid

terminal interface for crow
GNU General Public License v3.0
35 stars 16 forks source link

Allow running scripts from the command line #83

Closed xmacex closed 1 year ago

xmacex commented 1 year ago

Currently druid can be used to upload a script onto norns from a Lua file from the command line, matching the REPL command ^^upload. It will get stored in memory, and will run when crow is restarted either with ^^reset or power flip.

It would be useful, perhaps, to be able to run a script from a Lua file, like the REPL command ^^run does. This does not store the script on crow, and I have also understood it is a bit faster to run than upload a program.

caw!