-
looking at the source, it sure _seems_ like it is:
https://github.com/monome/norns/blob/11311a65cd642cc07524348857a3561efb3dcbf3/lua/core/crow.lua#L75
but in practice i'm hearing otherwise.
…
-
Seeing this sometimes after using the `;restart` command in the maiden REPL.
Once this error has happened once I'm unable to get things running again using `;restart` or `stop.sh` / `start.sh` (same …
-
I'm trying to use the Python bindings. Latest version w/waf build on OS X 10.7, Python 2.7.1
```
>>> from monome import Monome
>>> m = Monome("osc.udp://127.0.0.1:9000/monome", "8000")
Traceback (mos…
-
I was trying to run
`druid upload ../bowery/shiftregister.lua`
and it opened the druid repl (but didn't seem to upload the script). Note I was using the latest druid (master), build using the d…
-
Perhaps an unimportant detail but surprised me for a moment when I tried to change a URL bar from the Ansible docs to the Crow docs. I realize this would probably break some URLs elsewhere, maybe /doc…
-
currently when you want to script with First running, you have to upload a `stop.lua` file, or at least turn off all the standard features.
this function should:
- set inputs mode to 'none'
- set…
-
cc @trentgill
on norns i did this: https://github.com/monome/norns/blob/crow-integration/lua/core/crow.lua#L110
basically:
```
crow.output[1].receive = function(v) print("output 1 is: "..v)…
-
reported by @artfwo, `ctrl+p` does not work in:
* firefox / linux
i've also seen it not taking in:
* chrome / chrome os
-
https://github.com/monome/norns/blob/master/lua/core/softcut.lua#L153
this needs _way_ more default settings (ie filter)
this function gets called when scripts are loaded.
-
Working with softcut.pan() has the locations reversed from expected values. I'm guessing 0.0 is left, 1.0 is right - but reality is opposite. As an example, change the pan line in ash/orbit to:
…