Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drip langsamer machen #1957

Closed
AchimFelsdrache opened this issue May 10, 2021 · 8 comments
Closed

Drip langsamer machen #1957

AchimFelsdrache opened this issue May 10, 2021 · 8 comments
Labels
question stale This issue will be closed soon because of prolonged inactivity

Comments

@AchimFelsdrache
Copy link

was muss ich machen um Drip erheblich zuverlangsamen.

Und gibt es einen Weg alle Effects in einem Schlag zu verlangsamen
Take a look at the wiki and FAQ, perhaps your question is already answered!
FAQ

Please consider asking your question on the WLED forum or Discord
Forum
Discord
What to post where?

If you do not like to use these platforms, delete this template and ask away!
Please keep in mind though that the issue section is generally not the preferred place for general questions.

@Aircoookie
Copy link
Owner

Hi, soll die Fallgeschwindigkeit geringer sein oder die Anzahl/der Abstand zwischen den Tropfen?
Geschwindigkeit lässt sich mit dem Speed-Slider einstellen, die Tropfenanzahl mit Intensity. Beides auf 0 sieht schon sehr gut aus.
Ich werde den Wertebereich der Geschwindigkeit etwas anpassen, so dass ein noch langsamerer Fall möglich wird :)

@AchimFelsdrache
Copy link
Author

AchimFelsdrache commented May 11, 2021 via email

@Aircoookie
Copy link
Owner

Habe es angepasst, die Fallgeschwindigkeit ist nun bei geringster Geschwindigkeitseinstellungs nur noch halb so hoch.
Wenn du eigene Anpassungen machen möchtest, such einfach nach SEGMENT.speed in der jeweiligen Effektfunktion in FX.cpp. Der Wertebereich davon ist 0-255 und wird von der Effektfunktion individuell skaliert, sodass du mit einer Anpassung des Faktors viele Effekte relativ einfach langsamer bekommst :)

@AchimFelsdrache
Copy link
Author

AchimFelsdrache commented May 14, 2021 via email

@AchimFelsdrache
Copy link
Author

AchimFelsdrache commented May 16, 2021 via email

@Aircoookie
Copy link
Owner

Bei Colortwinkles ist es in der Tat etwas komplizierter 😄
Das Problem ist, dass die Pixel in jedem Animationsschritt (etwa 40 pro Sek.) ein wenig dimmen müssen, da sie sonst auf einer Farbe "stecken bleiben" können.
Als Workaround würde ich evtl. empfehlen, return FRAMETIME am Ende des Colortwinkle-Effekts durch return FRAMETIME*3 zu ersetzen. Dies sollte die Geschwindigkeit auf ein Drittel reduzieren :)

@AchimFelsdrache
Copy link
Author

AchimFelsdrache commented May 17, 2021 via email

@stale
Copy link

stale bot commented Sep 19, 2021

Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs.
Thank you for using WLED!

@stale stale bot added the stale This issue will be closed soon because of prolonged inactivity label Sep 19, 2021
@stale stale bot closed this as completed Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question stale This issue will be closed soon because of prolonged inactivity
Projects
None yet
Development

No branches or pull requests

2 participants