05-03-2018
12:01 PM
- last edited on
03-06-2024
08:45 PM
by
ROGBot
05-17-2018 10:52 AM
05-21-2018 12:05 PM
6DammK9 wrote:
Thanks for the nodeJS library!
I've implemented my own version of music mode on top of it,
Now the RGB sync can have a full screen visualizer!
(Yes, I choose NodeJS/HTML5 stack instead of C++/C#)
I'm still unable to know how the original music mode works. ( I only have a single GPU installed )
My analysis will be explained in the project page.
Also I found the LED is stable when polling at around 100ms, and I cannot wait for the device drain in the one way connection.
The delay will be slowly accumulate for a few minutes.
Not sure how it responds in original SDK mode since I never build my own code there.
https://github.com/6DammK9/NotAuraRGBMusic
05-26-2018 04:19 AM
Duning5 wrote:
For anyone that this could be useful, I've written a Node.js C++ binding for the SDK. I find it much more easier to write my themes using Javascript.
You can find more info here: https://github.com/DanielRamosAcosta/aura-sdk
There are only two gotchas:
* You've to use node 32 bits (becouse de SDK DLL is only for 32 bits)
* DRAM leds doesn't works becouse SDK doesn't allow it :_(
05-26-2018 07:20 AM
kekkokk wrote:
Nice Job!
Would be nice to also have keyboard!
I have a claymore, I can help/test if you need