RedFantom
RedFantom
There would have to be a huge amount of state, from the node options to the connections. At least the following that I can see: coordinates, text, font, colors, number...
Yeah, that would basically be the list type of way to save the connections between nodes. It'll contain some data duplication, but having each node separately in an element like...
This is certainly something to be considered. However, personally, I would very much prefer if the screenshots could be taken by a script, so there would be no need to...
You are correct, the types in the documentation are not correct. When you choose a very low resolution, the timeline might become very big. At least on Linux if I...
Here is the output for my MasterKeys Pro L ANSI RGB: ``` Attaching to 2516:003b... Firmware version: 1.2.1 Hexdump of handshake #1: 0 1 2 3 4 5 6 7...
In the hope that @chmod222 won't mind me saying this: I am also interested in the ANSI M keyboard layout matrix for my [`libmk`](https://github.com/RedFantom/masterkeys-linux), and I have a tool that...
I do not have this issue using `CMake` 3.10.2. What platform are you using? What version of CMake have you got installed (`cmake --version`)? To be honest, I do not...
Unfortunately, I am currently not at my main computer and thus I cannot test your configuration in a VM, but just using `CMake 3.12.1` I did not experience any problems....
Thank you for your reply! My apologies, I made mistake in committing the result to GitHub, so the `CMakeLists.txt` file that was previously in the branch did not work. I...
You can execute the recording executable using `sudo ./record`. The `sudo` permissions are required for accessing the device's USB interface without a `udev` rule. Then, during execution, one by one...