-
[e.g.] the entire `norns` table is not documented and there are a few very user-relevant functions in there, such as the system call with callback `norns.system_cmd = function(cmd, callback)`
https…
-
Both `awake` and `rebound` use near-identical code for scale/mode selection. It would be nice to unify this into a library that can be used by any norns script. The library could also provide various …
-
this behavior is actually controlled by a runtime flag called `loopFile` within the `Tape` module, but it does not have public setters. i believe adding setter and corresponding OSC handler would be…
-
`norns.online` logs and produces screenshots in `/tmp`.
On `norns` OS images, `/tmp` has no dedicated tmpfs mountpoint and depends of the root partition (on flash / SD card).
```
we@norns:~/dus…
-
When simultaneously receiving serial messages from norns and i2c query commands from Teletype, crow will eventually crash.
Crow can also be made to crash immediately by redefining the `ii.self.quer…
Dewb updated
10 months ago
-
In the Norn Meso, as the EV vends food, its door goes behind the UH door. It looks really weird.
-
If the OP-Z disconnects e.g. by removing cable or turning it off while this thing is enabled, the `alsa_in` process is left confused and start producing errors fast. This slows down norns, so this eve…
-
I see "All of the hardware for the original Norns Shield case can be used."
Is that the same list as is on the current readme here?
https://github.com/monome/norns-shield
I think it may have been…
-
Create public methods to set and clear assignments directly via code. Decouple core functionality from Norns param system.
-
a couple people have encountered .wav files from TAPE that are missing data-chunk-size field in the .wav header. (byte positions 0x28 - 0x31).
such files will work fine in many programs, but not in…