GithubHelp home page GithubHelp logo

Comments (4)

DarthAffe avatar DarthAffe commented on June 12, 2024

I'm 100% sure, that this problem is CUE-related.
I could reproduce the behavior you described with CUE but not with the CUE 2 Beta I'm using right now.
So this problem seems to be already fixed but will take some time until it's available.

I did the following:

  1. I created a macro in CUE recording me pressing the digits from 1 to 7 with 2 seconds delay.
  2. I started the macro and ran a test-application containing this code
CueSDK.Initialize();

CorsairKeyboard keyboard = CueSDK.KeyboardSDK;
if (keyboard == null)
     throw new WrapperException("No keyboard found");

keyboard.Brush = new SolidColorBrush(Color.Black);
keyboard.Update();
Wait(3);

keyboard.Brush = new SolidColorBrush(Color.Yellow);
keyboard.Update();
Wait(3);

CueSDK.Reinitialize();
Wait(3);

keyboard.Brush = new SolidColorBrush(Color.Green);
keyboard.Update();
Wait(3);

return;
  1. In CUE 1 the macro stopped at the reinitialize leaving the output 12345, in CUE 2 I got the full output 1234567 and the lighting was as expected.

from cue.net.

LordJZ avatar LordJZ commented on June 12, 2024

@DarthAffe could you please point me out how can I get CUE 2? Thanks.

from cue.net.

DarthAffe avatar DarthAffe commented on June 12, 2024

As you can read here the beta entry is currently closed. I'm afraid that you'd have to wait until it's officially released.

from cue.net.

LordJZ avatar LordJZ commented on June 12, 2024

OK, thanks for looking into this!

from cue.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.