access norns' repls (both maiden and supercollider) either:
repl
mod)E3
: switch between the 2 REPLsE2
: scroll UP/DOWNK1
+ E2
: scroll LEFT/RIGHTusing a keyboard, one can type / edit at the prompt.
additionally:
Enter
: submit prompt to current REPL↑
, ↓
: browse input historyAlt
+ directional arrows: scroll UP/DOWN/LEFT/RIGHTCtrl+P
, Ctrl-N
, Ctrl+A
, Ctrl+E
, Ctrl+W
, Ctrl+K
, Ctrl+Y
, Ctrl+L
) worki couldn't make cqueue & COPAS-based websocket clients work reliably within a norns script (generally sending works but registering a callback to listen for messages tends to block everything).
i resorted to using the hackish approach to use a websocket <-> OSC gateway
@infinitedigits
/ @schollz
' dust2dust is the major source of inspiration.
please note that compiling the golang executable is a bit too intensive for norns (it slows it down to a crawl). hence i recommend compiling from a more beefy computer using:
$ env GOOS=linux GOARCH=arm go build -o repl-ws-osc-gw