-
just looks like a typo, I assume - PR incoming
-
See https://github.com/monome/druid/pull/48
Could we fix crow though to either not care about this or just work when there's only a `\n`?
@trentgill do you know why crow expects a `\r\n`?
-
haven't been updated since april 😬
-
from lines (https://llllllll.co/t/cranes/21207/8?u=zebra)
[quote="Dan_Derks, post:8, topic:21207"]
> occasionally when recording (even when on a brand new instance) i get phantom little echos of …
-
notably, this advice appears stale:
```
source Scripts/activate
```
and maybe `setup.sh` too?
perhaps just fly in the setup notes from https://monome.org/docs/crow/scripting/ ?
/cc @tren…
-
https://monome.org/docs/crow/scripting/reference
I seem to have been able to access this a couple of days ago from the `crow/scripting` page. Might this be related to the migration to github pages?…
-
setup requires `pip`: `apt install python-pip`
`readline` requires ncurses libs: `apt-get install libncurses5-dev`
-
https://github.com/monome/docs/blob/a00b371c45c7f3edf7826a006e5efae4cb8d8a47/docs/modular/teletype/index.md#usb-flash-drive-scene-readwrite
-
The Ansible documentation is getting _really_ long.
[This thread on lines](https://llllllll.co/t/kria-loop-length-feature-broken/25463/11) is in part about a perceived issue that came down to
- a…
-
I found that crow's input[1] would not respond to triggers in `change` mode, even though I could validate with input[1].query() that the input signal was rising above the threshold (and back below the…