Running Norns on a desktop computer – misc notes
Connecting a REPL / editor
maiden-repl (CLI): build/maiden-repl/maiden-repl — defaults to
ws4://127.0.0.1:5555/ (matron) and :5556/ (sclang). Tab cycles
pages (matron ⇄ sc); Shift+Tab also switches. The matron page takes raw
Lua; the sc page takes SuperCollider (it sends sclang’s ESC evaluate
delimiter for you).
maiden web app: separate Go binary/release; serves the editor on :5000
and connects out to 5555/5556.
Loading scripts and driving params from the REPL
On the matron page (raw Lua):
...