GithubHelp home page GithubHelp logo

Comments (9)

MoshiMoshi0 avatar MoshiMoshi0 commented on July 26, 2024

That is how many colors razer provides, you need to stretch them to match the fan with ColorModifiers + LerpLedColorModifier

from ttcontroller.

mihi83 avatar mihi83 commented on July 26, 2024

Thanks, I will take a look into it and get back to you

from ttcontroller.

mihi83 avatar mihi83 commented on July 26, 2024

Allright, I basically got it to work thanks.
But there is another question popping up, regarding the Chroma connect:
As far as I understand this the software basically stretches the colors received by Chroma to match the fans led count. When I configure a wave pattern this results into like 4 colors on my Quad fans (1 color per led-zone).
What Im trying to achieve is a wave like pattern (almost like the standard pattern of the TT fans), so are there any settings to mess around with to achieve this?

Using the "WaveEffect" effect, i achieved this using following "Gradient" config:

"Gradient": [
[0, [255, 0, 0]],
[0.05, [128, 255, 0]],
[0.1, [0, 255, 0]],
[0.15, [0, 255, 128]],
[0.20, [0, 0, 255]],
[0.25, [255, 0, 0]],
[0.3, [128, 255, 0]],
[0.35, [0, 255, 0]],
[0.4, [0, 255, 128]],
[0.45, [0, 0, 255]],
[0.5, [255, 0, 0]],
[0.55, [128, 255, 0]],
[0.6, [0, 255, 0]],
[0.65, [0, 255, 128]],
[0.7, [0, 0, 255]],
[0.76, [255, 0, 0]],
[0.82, [128, 255, 0]],
[0.88, [0, 255, 0]],
[0.94, [0, 255, 128]],
[1, [0, 0, 255]]
]

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

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on July 26, 2024

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 AuroraEffect.
If you want each zone to be the same you would have to use ZoneEffect with 4x AuroraEffect with each Length matching the zone led count.

For now you cant make RazerConnectEffect output one color to each zone, it should be possible when more effect modifiers are added.

from ttcontroller.

mihi83 avatar mihi83 commented on July 26, 2024

Ok, maybe I mixed some thing up...
Short version: what Im basically try to achieve is the AuroraEffect on my RiingQuad fans with the RazerConnectEffect (since I want to be able to maintain all my RGB effects via Razer Synapse).

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on July 26, 2024

Thats not really possible since razer only outputs 4 colors. Best you can do is just to stretch those 4 colors to 54 leds.
You could maybe use ZoneEffect with 4x RazerConnectEffect, but it will still look pretty bad.

from ttcontroller.

mihi83 avatar mihi83 commented on July 26, 2024

Too bad... I based my build around this functionality
But just theoretically: It should be kinda possible, if Razer sends 4 colors to the fan (for example red, green, blue and yellow) and TTController duplicates them (like for the Riing Quad 4 Times, or for the Trio 3 times) and stretches them across all the LEDs.

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?
For example: if the system is just in idle, then run effect a) and if system is running game 1, then run effect b)?

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

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on July 26, 2024

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".

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.

Is it possible to activate different Effects based on different programs running?

Add another effect with a ProcessTrigger and place it as first in the list of effects.

from ttcontroller.

mihi83 avatar mihi83 commented on July 26, 2024

Allright, nice...

I also figured out the ProcessTrigger, took me a while.
As a matter of fact one need to use the name of the .exe file, not the process name.

from ttcontroller.

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.