-
* where should the norns software live?
* should /home be its own partition?
-
What's the intention of the dust repository? Is it for everyone? Just the people at monome? Is there a bar for inclusion.
Put another way, if I start building norns things, would I send a pull requ…
-
https://github.com/tehn/dust/blob/master/lua/poly.lua#L169
we've got Midi.event (midi.event) for that.
-
GPIO Pins are listed here:
https://github.com/monome/norns-image/blob/master/readme-hardware.md
This is confusing as I think what's listed is the actual pin # rather than the GPIO#
Also - Pin 3…
-
currently (at least some) script errors provide very little information to the REPL (e.g., `### SCRIPT ERROR` and nothing more). if we're trapping the error it'd be great to pass more back (in the re…
-
i nuked `ipc_wrapper` from the norns repo. so the start scripts are broken (sorry)
they should use websocket wrapper right? i haven't changed it myself cause i'm not sure of the appropriate URLs to…
-
mainly optimize systemd and remove anything that can be postponed, but here are some interesting data points: https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=84734
for example, defer wifi c…
-
Running a few tests on MIDI connections with the 180904 update...
I could not find the previous post where @tehn mentioned the "+" designation for duplicate devices (or remember where it was mentio…
-
cairo supports fractional coordinates in between pixels, perhaps we should too. currently strict integer checking in some functions results in errors like this:
```lua: /home/pi/norns/lua/screen.lua…
-
i don't know if there was a specific reason for keeping the output vu meters the same, but just something very minor i noticed while panning something completely right and not seeing it at all on the …