faulty color mapping in Razer Studio #120
-
Chroma Connect to Razer Synapse basically works, im able to see the TT Controller Plugin in chroma studio. Also im not sure what exactly the value "Layer" is doing {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[20, 0],
[30, 20],
[40, 25],
[50, 30],
[60, 45],
[70, 65],
[80, 100]
],
"Sensors": ["/amdcpu/0/temperature/2"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "RazerConnectEffect",
"Config": {
"Layer": "Custom",
"ColorGenerationMethod": "PerPort",
"Trigger": {
"Type": "AlwaysTrigger"
}
}
},
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Boot",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1],
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4],
[9802, 8801, 5]
],
"Speed": 50,
"EffectType": "PerLed",
"Color": {
"Full": [255, 0, 0]
}
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3]
],
"Config": {
"Name": "Bottom Fans",
"DeviceType": "RiingQuad",
"IgnoreColorCache": true,
"IgnoreSpeedCache": true
}
},
{
"Ports": [
[9802, 8800, 4],
[9802, 8800, 5],
[9802, 8801, 1]
],
"Config": {
"Name": "Side Fans",
"DeviceType": "RiingQuad",
"IgnoreColorCache": true,
"IgnoreSpeedCache": true
}
},
{
"Ports": [
[9802, 8801, 2],
[9802, 8801, 3],
[9802, 8801, 4]
],
"Config": {
"Name": "Top Fans",
"DeviceType": "RiingTrio",
"IgnoreColorCache": true,
"IgnoreSpeedCache": true
}
},
{
"Ports": [
[9802, 8801, 5]
],
"Config": {
"Name": "Back Fan",
"DeviceType": "RiingTrio",
"IgnoreColorCache": true,
"IgnoreSpeedCache": true
}
}
],
"SensorConfigs": [
{
"Sensors": ["/amdcpu/0/temperature/2"],
"Config": {
"Offset": 0,
"CriticalValue": 85
}
}
]
} |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
That is how many colors razer provides, you need to stretch them to match the fan with ColorModifiers + LerpLedColorModifier |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will take a look into it and get back to you |
Beta Was this translation helpful? Give feedback.
-
Allright, I basically got it to work thanks. Using the "WaveEffect" effect, i achieved this using following "Gradient" config: "Gradient": [ So basically I have 4 zones (0-0.25, 0.25-0.5, 0.5-0.75 and 0.75-1) where I am rotating through the RGB spectrum. I now want to copy these bevavior (4 zones with the rotating colors) to the chroma effect. I think this should be possible by like copy the pattern sent by chroma, so when the TTController receives like "red, green, blue, yellow" from Chroma, it sends like "red, green, blue, yellow, red, green, blue, yellow, red, green, blue, yellow, red, green, blue, yellow" to the fans |
Beta Was this translation helpful? Give feedback.
-
Not sure I understand what you want to do. For the gradient to be somewhat working with zones you need to include zone led counts, for riing quad the gradient should be divided in 33%, 33%, 16%, 16% ratio, but it will not look right anyways. The default thermaltake effect will be comparable to For now you cant make |
Beta Was this translation helpful? Give feedback.
-
Ok, maybe I mixed some thing up... |
Beta Was this translation helpful? Give feedback.
-
Thats not really possible since razer only outputs 4 colors. Best you can do is just to stretch those 4 colors to 54 leds. |
Beta Was this translation helpful? Give feedback.
-
Too bad... I based my build around this functionality So basically what the fans would be display is "red, green, blue, yellow, red, green, blue, yellow, red, green, blue, yellow, red, green, blue, yellow". Is it possible to activate different Effects based on different programs running? Sorry for my "dumb" questions, Im just trying to get my 3500 dollar setup working as I intended and the TT Software already gave me a hard time |
Beta Was this translation helpful? Give feedback.
-
If you mean that want to copy those 4 colors until they fill the fan then there was a modifier like this but I removed it. I will be adding a bunch of new modifiers so i'll add it back.
Add another effect with a ProcessTrigger and place it as first in the list of effects. |
Beta Was this translation helpful? Give feedback.
-
Allright, nice... I also figured out the ProcessTrigger, took me a while. |
Beta Was this translation helpful? Give feedback.
That is how many colors razer provides, you need to stretch them to match the fan with ColorModifiers + LerpLedColorModifier