-
The root cause is in `sacn.go`, not check the returned value:
```
func (n *node) cursor(tx *bolt.Tx) *bolt.Cursor {
var c *bolt.Cursor
if len(n.rootBucket) > 0 {
c = n.GetBucket(tx).Curso…
-
Hi there, I'm having an issue where I can't output all 32 universes on my raspberry pi. It works fine on my mac. I have tried updating the igmp_max_memberships to 32 but this hasn't fixed it. I can't …
-
I was using your setup recently. It is a good new experience to use emacs. However, recently I found I suddenly could not use the `counsel-etags-scan-code`, it returns a error messge
>> Failed to …
drcxd updated
5 years ago
-
**Describe the solution you'd like**
I would to create xSchedule Events that are triggered when the program receives a specific UDP string on a specific port, both of which I specify.
For example…
-
If you attempt to send a universe with per address priority and also not all of the slots, sACN viewer crashes. Testing with 511 seems to work fine, 257 crashes immediately, and 5 or 50 crashes immedi…
-
jinx! LED software also is an open source projects. With this software you can create your own LED matrix no matter how assymmetric they are and run some content over it. I am working on some art proj…
-
At first, thanks for all the effort that went into this project.
By now it is quiet impressive and led animations (ws2811, orange pi zero) are flicker-free and without noticeable latency.
It too…
-
I've been trying to figure out a good way to do this but my lackluster c++ skills are obviously failing me in wrapping my head around the event system for hardware.
What I'm looking for is an even…
-
`0` is noted in the backend documentation as a valid universe specification, but https://github.com/cbdevnet/midimonster/blob/master/backends/sacn.c#L576 checks whether the universe is non-zero.
-
Currently, it looks like the wash_colors and led_colors are being packed into the same dmx buffer. We will need to be able to send 2 unique lines of dmx, one to the LED's and one to the house lighting…