-
From https://llllllll.co/t/crow-help-general-connectivity-device-qs-ecosystem/25866/475
NB: the discussion is focused on allowed redefinition of the `to()` to forward the values over the i2c bus. t…
-
- [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 …
-
A mild inconvenience when working on a lib used in a script, norns has to be reset in order for file changes to be recognized in a case where it is being used with `require 'path'`.
-
```
> midi.showevents() -- midi.help() -- m.help()
crow.m.note_on = function( note, velocity, channel )
— handle a note_on
end
…
> input.showevents() -- input.help()
crow.input.change = f…
-
🙏 firstly, thank you for this great library!
I'm looking to get the clock data from USB (Ableton vis USB and Norns via USB, FWIW), but my efforts to read any of the timing messages `CLOCK (0xF8)`,…
-
quoting @tehn:
note: i’ve sometimes seen a fresh startup with “audio engine fail” after update. either reboot or RESET through the menu and everything will be happy. trying to locate the reason for…
-
with more people coming on board, there is more demand and discussion around adding common utility functions.
[penlight](http://stevedonovan.github.io/Penlight/api/index.html) is maybe the closest…
-
there are a number of musically useful ways that lua callbacks could be synchronized to various clock sources:
- internal, using the `metro` system; these are high-priority threads using nanosleep,…
-
looking for a way to make the action syntax the same for native crow (druid) and norns crow
natively on crow (via druid/etc) you can set action commands like this: `output[1].action = lfo(1,4)`
…
-
### dust restructuring
- [x] move `dust/lib` to `norns` repo. encourage lua libs and engines to be collaboratively maintained/developed.
- [ ] remove the dust repo entirely. dust is now the loca…