pokelolmon Posted November 23, 2020 Share Posted November 23, 2020 (edited) I'm just starting to learn the SDK, as an exercise I was trying to recreate the "Type lighting Key" effect under type lighting in the default profile. I was able to make each individual key light up simultaneously as in the default effect using threads, but when I hit the same key twice, the color does not completely change like the default one, rather it goes into a weird color changing effect due to two threads being spawned (one thread per key stroke). Can someone help me regarding how to fix this. PS:- Im new to c++ but have a fair knowledge in coding. Attached some code as well.text_highlight.txt Edited November 23, 2020 by pokelolmon typos Link to comment Share on other sites More sharing options...
Recommended Posts