Hippy

Results 17 comments of Hippy

Yeah, currently you use OLA recorder on a Linux installation to capture your show... You can then playback these files back on the OrangePi. Recording would be a nice feature...

In a spot, without a USB device you can no doubt capture (network) ArtNet or sACN with OLA recorder to file, is configured correctly On Sun, 5 Dec 2021, 00:07...

Great success... ![image](https://user-images.githubusercontent.com/36442309/112641295-f82a8080-8e8d-11eb-85b7-62429cf00ce1.png) I modified the `ortho_projection[4][4]` to... ``` { 0.0f, 2.0f/(R-L), 0.0f, 0.0f }, { 2.0f/(T-B), 0.0f, 0.0f, 0.0f }, { 0.0f, 0.0f, 1.0f, 0.0f }, { (T+B)/(B-T), (R+L)/(L-R),...

As @ocornut explained, I needed to rotate the projection matrix so modified ```ortho_projection[4][4]``` as previous comment, ``` { 0.0f, 2.0f/(R-L), 0.0f, 0.0f }, { 2.0f/(T-B), 0.0f, 0.0f, 0.0f }, {...

I have tried several permutations of swapping and offsetting `x, y, z, w` to get clipping to work, but I can't translate the rectangle that `glScissor` needs to account for...

Hi @Pagghiu, any chance you can post the code for your keyboard? It's looks really good!

Hey thanks for the reply! I thought it might help, as i'm pumping a lot of data into the esp32. I commented the assertion line out, and I no longer...