Harry van Haaren
Harry van Haaren
Thanks @ronlaws86, thats curious. That S2 **Mk1** output looks a lot more like the S2 **Mk2** than it does the Mk1 output as I posted above! The difference is in...
Hey Folks, updated code pushed to this branch; long story short - success and rework required. https://github.com/openAVproductions/openAV-Ctlra/commits/s4mk1 Details: - :heavy_check_mark: Successfully retrieved data from the S4 device, (requires using an...
There is an open issue for the S2 Mk1 on the github already; https://github.com/openAVproductions/openAV-Ctlra/issues/29 I suggest we put all S2 Mk1 information/debug into that thread from now on, and make...
Although I can understand your point of view on standardization on the software side... I think it more important to applaud NI for continuing to innovate and improve on the...
Just to be clear, the goal here is to have the `devices/midi_generic.c` backend interpret MIDI channel and note in order to provide Ctlra Slider events.
Good point - yes there should be something. This is kind of a unique one, because its an output only component (no input from the screen). I'll have to think...
This issue should be resolved similar to https://github.com/openAVproductions/openAV-Ctlra/commit/144db2d521695847a551e025f7abb21b6bb0d6da where a new "Feedback Item" is added for LED strip functionality (aka, digital VU meter lights). The abstraction of a "numeric LED...
Linux (ubuntu 21.10) laptop with i5-1035G1 cpu/gpu combo here, can confirm ~18% CPU usage, without any cursor movement required (it just always uses ~18%). This looks like a "doing-unnecessary redraws"...
Walking all nodes in the graph can be tricky - but its not impossible. By sub-classing all nodes in use (which I'm doing anyway in my little toy project), and...
Hi @zewelor; any changes/progress since? I have little time, but hoping to do a Ctlra lib release sometime to incorperate some compilation fixes... and I'm OK with merging this as...