ola
ola copied to clipboard
The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
This PR adds support for OpenDeck boards. What is OpenDeck? OpenDeck is open-source platform for building MIDI controllers which supports many different boards (some AVR, some STM32). More info on...
Hello, I really don't know how to find the source of the problem. got this when try to start olad : Click to expand! Received Segmentation fault /usr/lib/libolacommon.so.0(+0x9687c)[0x7fb26335c87c] /usr/lib/libc.so.6(+0x3cda0)[0x7fb262f05da0] /usr/lib/libpthread.so.0(pthread_mutex_lock+0x4)[0x7fb262d36424]...
Using this android Timecode monitor app: https://play.google.com/store/apps/details?id=srongar.progect.timecodeartnet and linux-show-player using ola_timecode, any time could be set. After few seconds, it fall to some number (now it's 00:00:25:54, had been 25:59...
Hello I want to build my own simple dmx control software and want to send the dmx out via Artnet. OLA seems to be the only cpp software that can...
I'm working on a project where I'm trying to control two Raspberry Pis in different locations each having their own dmx universes simultaneously and remotely using a single web interface...
This code is working on the hardware. Still things needs to be done: - [ ] Make the Input Port to work too - [ ] Make the "EXPECTED_MANUFACTURER" and...
musl 1.2.3 defines NULL as nullptr. Cannot use reinterpret_cast with nullptr. No idea why this is even here. NULL in C == 0.
I'm trying to build OLA on Windows with MSYS2. I've been following this guide: https://wiki.openlighting.org/index.php/Building_OLA_for_Windows The `autoreconf -i -f` and `./configure --enable-python-libs --disable-e131 --disable-karate --disable-milinst --disable-renard --disable-spi --disable-stageprofi --disable-usbpro --disable-usbdmx...
Doesn't closes #1771 . The issue is just with async though.
OLA already has support for Java (#16) and Python. Other languages we maybe can support are probably: - [ ] GoLang - there has already been work on a API...