-
Another report of the same issue here: https://llllllll.co/t/crow-help-norns/25863/174
When setting the input modes from norns, it seems the most recent call to set a mode is applied to both inputs…
-
https://modwiggler.com/forum/viewtopic.php?p=3614625#p3614625
> I think this might be a Disting EX i2c issue actually... even directly setting a static value from a slow metro on monome crow the pa…
-
I started down this roard with issue #525 and it's [come back around with crow](https://github.com/monome/norns/pull/839#issuecomment-501969281), so I'm starting a new issue to find a good way forward…
-
is it possible to add functionality to druid such that it can:
1. install `dfu-util`
2. fetch the current latest-release from github.com/monome/crow
3. execute the flash.sh script
4. reconnect to …
-
We deprecated / moved some norns functions and they have broken a handful of scripts. @tehn made a list of these somewhere (i think in the norns crow-namespace PR) & they should all be one-liner fixes…
-
Hi,
I just got my Crow and tried to install druid on my Mac and got this error message :
```
$ druid
Traceback (most recent call last):
File "/usr/local/bin/druid", line 6, in
from dr…
-
Currently, if a script causes the event queue to overflow, it fails silently, potentially leading to strange errors.
There is an error raised, but it only prints to the UART debugger.
Adding a c…
-
in solving #405 i'm realising there is a lack of flexibility in the current syntax for mutable variables. Currently, the entire arithmetic chain is executed, then the result is taken and saved into th…
-
at present, `delay` is implemented in terms of `metro`. it allocates a metro, then de-allocates itself once the event occurs.
this causes issues if a script uses the `metro[n]` method of directly a…
-
Add norns 'clock' module support to crow.
This allows for a variety of clock synchronization functions, and introduces the notion of a global clock on crow.
While the implementation will be subs…