-
too zonked to tackle atm, dropping this here for reminder!
repro:
```lua
function init()
params:add{type = "number", id = "rnd", name = "stuff", min = 1, max = 3, default = 1, wrap = true}
en…
-
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…
-
I'm trying to get the norns environment running in a docker container. The configuration is based on norns-dev, which works (including audio passthrough from the container), but it's configured to use…
-
#### Please describe the bug.
curl: (7) Failed to connect to distribute.atmel.no port 80: Network is unreachable
make: *** [downloads/avr32-patches.tar.gz] Error 7
#### What steps are required …
-
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…
-
I think it'd be great to standardize the SC engine interfaces as much as possible for engines which are synths/voices. This would be a simple first step towards making engines interchangeable between …
-
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…
-
... whereas CTRL + SHIFT + PARAM works. Tried with two different Keyboards.
-
Running latest master as of [this commit](https://github.com/monome/norns/commit/a0237c8d14c8103dbcb28da3646a3f07e3124f54)
When I use SFTP to get a wav out of tape recorded on norns and try to drag…
-
First, thanks for the useful crate, I'm quite enjoying it.
When sending a larger number of simultaneous messages to an arc, sometimes they don't all get there. For instance, when running the follow…