MSI-mystic-light-tool
MSI-mystic-light-tool copied to clipboard
Open project to implement our own led effects for Mystic Light-enabled MSI products
This line seems to intermittently cause a timeout in my code: `status = ml.getDevInfo(&(devices.m_psa), &(ledCount.m_psa)); //the function will modify the pointer to the descriptor .m_psa, which is itself a pointer...
Hi I have the code running for 64 bits to (MSI B360 Gaming plus). Only changed this snippet in the loadLib code: `#ifdef _M_X64 MLinstance = LoadLibrary(TEXT("MysticLight_SDK_x64.dll")); #else MLinstance =...
Hey, I'm a fellow computer science student, but I don't have too much experience with visual studio nor c++. I was trying to get this working on a MSI x470...
First of all thanks for the app! It's nice to get more than 7 colors to choose from. I set all 8 color choices to the same setting because I...
Hello, I'm currently trying to write a c# wrapper for the sdk since i wasn't able to reference the .dll files. However the MLAPI_Initialize and MLAPI_GetDeviceInfo functions are working perfectly....
Hello, I try to run the SDK, using the functions that provided on the .dll. When i call MLAPI_Initialize, works fine and that ruturns 0. After that, I call MLAPI_GetDeviceInfo...
Subj. These MS data structures are pain :( https://github.com/Starl1ght/Darkest-Light/tree/master/Mystic-Light-API-Wrapper
Linux?
Can this be used on Linux? Perhaps through Mono?
Has anyone managed to get the list of devices and led areas? Can you post a screen or dump of what GetDeviceInfo returns?