update readme

This commit is contained in:
Nico 2021-09-10 16:31:17 +01:00
parent e6d0bf1d78
commit b196c5880b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# uxn-grid
# grid-uxn
Do monome grid I/O with uxn!
@ -31,4 +31,4 @@ output messages have the same arguments as they do in [monome OSC](https://monom
* 0x08: led/level/row
* 0x09: led/level/col
so to send a `led/set 1 2 1` message, send the bytes `0x00 0x01 0x02 0x01` to the out program (if you are using this in a pipe with uxn, this is `.Console/write`)
so to send a `led/set 1 2 1` message, send the bytes `0x00 0x01 0x02 0x01` to the out program (if you are using this in a pipe with uxn, this is `.Console/write`)