-
I could not get serialosc-detector ond a fresh install of Windows 10 to detect my device.
From what I can tell, it is looking in the registry for a possible match. it uses "HKEY_LOCAL_MACHINE\SYSTE…
-
aka mods (modifications?)
basically, libs that are user-selectable to be "always loaded" at script init
existing cases:
- `passthrough` midi util
- `n160`
- more grid options ie rotation and …
-
```
require("tabutil")
g = grid.connect()
print("================ before")
tabutil.print(g)
function g.remove()
print("shouldn't this print when i unplug the grid?")
end
print("===…
-
under usb a particular midi device may have a number of ports.
this is used extensively for things like midi hubs (as opposed to usb hubs), but also for things like simple USB to midi din converts
…
-
hey!
amazing work on this. i've been a couple updates behind but had a chance to catch up on the streams today and was so inspired i had to try it out. so so fun!
i was able to get it to crash…
-
investigate timing glitch on usb connect
-
I am currently on a plane, and I brought my Norns and grid along to keep me company on the flight. I learned that the grid was a bit bright, and I am a little self conscious to use it as it might dis…
-
First reported here: https://llllllll.co/t/kria-freezing-when-saving-presets/34269 though I am quite surprised this has not been seen more commonly.
Steps to reproduce:
* I have only Teletype and …
-
the tutorials of the grid-studies python are included on the monome docs repo, this repo only needs to store the python code, and needs no gh-pages branch.
-
Hi i've added support for the tilt sensor. not sure how to make a pull request but i've attached the code from the files i changed (examples/simple/main.go, monome/grid.go). Had to change them to .tx…