-
I'm testing with the `w2b04.zip` firmware, and seeing the same behavior with either crow firmware built from source at https://github.com/monome/crow/commit/df354016d9446759f03353ed5ccccf66054b0ee6 or…
-
For debugging and developing other I2C devices, or general experimentation, it would be useful to expose a Lua API for handling raw bytes and arbitrary addresses. Seems fine if there's an 8 byte limit…
-
See #250 for discussion.
Relates strongly to #55
-
I've been doing various things with midi clock this past week and it seems the clock module function reference docs are a bit out of date/wrong at https://monome.org/norns/modules/clock.html (this ap…
-
@tehn expressed desire for a higher-level keyboard interface in lua, which would automatically be used when a device supporting keyboard interface is connected. whereas now, we don't distinguish betw…
-
`time` should be in `util.time`
`tell` should be `crow.tell` or `util.tell`
there's all the C functions (including those 2 above) in libCrow: https://github.com/monome/crow/blob/master/lib/lualink…
-
fm index accepts -5 to +5, not 0 to +5:
https://github.com/monome/crow/blob/2348ecb01ff8603e3fb483a1235ba305d77337b0/lua/ii/wsyn.lua#L56
ramp == sawtooth, right?:
https://github.com/monome/crow/b…
-
ii_events.lua in norns is currently broken because code generator is missing a period between module name and `event`.
See here https://github.com/monome/norns/blob/c1d12c5e385d78bc6d9d2b3cc06725ea…
-
- [x] command to set offset (chain position, ie cv in/out count) which sets i2c address
- [x] query index
- [ ] ~~LATER cross-crow commands ie send lua from one crow to another~~
- [ ] i2c command …
-
At present, the `input` library is specifically designed for control-rate inputs. This is because per-sample processing can't be done in Lua, unless you artificially decrease the sample rate (ie with …