-
Ahoy. Not to bug you, but I thought I'd follow up on the issue thread on monome/crow to see if you had the updated code ready to share. I think I'm getting close to being able to compile the firmware …
-
# (Technical) Interfaces
At the moment we use three interfaces:
- Websockets for interactive functionality
- OSC for ???
- HTTP API for the rest
It would be good to define and document which on…
-
in addition to referring to header files, it'd be reasonable to have a list of allocated addresses posted here, along with subpages for function tables per module.
-
Trying to install pools on 3 different computers & documentation of what was necessary to get running on each.
X1 Yoga
X1 Carbon
Elitebook
(all on ubuntu)
////
Changing communications pe…
-
Crow should simultaneously appear as a serial device, and a USB MIDI device to a connected host. This will allow out-of-box usage of crow with any MIDI capable host, specifically making integration in…
-
On linux, this means the OS will send AT messages to crow whenever it is connected. These messages cause evaluation errors in the crow REPL and will trash the first command called. These messages take…
-
There are a lot of users expressing desire for various betas to be merged and released. I think there are also some open issues and improvements we'd like to accomplish in the near term, but it seems …
-
introduce some commonly-used data structures with a clean, readable format
some modules use bit packing which generally means writing a custom decoder for these modules.
by establishing standard…
-
Whilst working with the websockets for testing some setups for #1067 I noticed that the messages sent by norns through the websocket seem to be 0 (zero) terminated but if I want to execute some code (…
-
using crow to modulate parameters seem to somehow empty norns disk down to 0, making it unresponsive and unable to open scripts (screen stuck on "loading"). had same issue with eels and only way to fi…