-
Hi. With the new update Lua files in directory `dust/code/crow` are shown in the norns script listing. Loading any of them on norns will probably fail.
![crows_are_there.gif](https://github.com/monom…
-
`crow.output[x].query()` used to alias `get_out(x)` and return the current output value (with shaping) back to norns. [here's an example of its historical usage](https://monome.org/docs/crow/norns/#qu…
-
Is this still true, now that Crow has official(?) support for audio-rate oscillation?
(issue credit @postsolarpunk)
-
if Live is in Dark Mode, certain text elements become white instead of the specified black, which causes them to be illegible against the yellow theme of crow's UI.
fix incoming
-
when scripting inputs with `peak`, crow returns `^^peak(input)` values -- these fail to get through [crow]'s parsing, however, resulting in `peak` being sent back to the Max patcher without identifyin…
-
`input[n].mode = 'clock'` is undocumented
should appear [here](https://monome.org/docs/crow/reference/#input-modes) but there is no reference.
-
@tehn calling you for review!
i'm converting the `metro` lib to a C library with simple hooks. one thing i note is the crow docs have a more limited API than the norns docs for this module, but und…
-
for discussion of implementation of the 2 small changes for the hardware in 2023.
## hardware-pullups for i2c bus
current interface from the reference:
```lua
ii.pullup( state ) -- turns on (tru…
-
reported at lines ([original](https://llllllll.co/t/crow-help-norns/25863/185)), sending crow `input[x].query()` messages results in a returned ["unused event"](https://github.com/monome/norns/blob/36…
-
This relates to the input quantizer function, as discussed inline here https://github.com/monome/crow/blob/5abb605ccec9ce3eea912915f53c01f335d5bd88/lib/detect.c#L256
It's more than a simple 'add so…