monome / maiden

web based editor and repl for norns
GNU General Public License v3.0
47 stars 34 forks source link

Eval chunks of lua in maiden without restarting a script. #149

Closed ranch-verdin closed 5 years ago

ranch-verdin commented 5 years ago

Would be quite cool if maiden allowed to somehow highlight a chunk of lua and eval the highlighted code at the REPL without restarting the script.

ngwese commented 5 years ago

See PR #150

ngwese commented 5 years ago

Merged PR #151 as well. Further changes/improvements can be handled in a new issue.