<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пн, 1 апр. 2024 г., 12:17 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In other emails, Igor Vladimirsky identified the commit after which<br>
the alpha slider is no longer functional:<br>
<a href="https://git.cinelerra-gg.org/git/?p=goodguy/history.git;a=commit;h=259e435484d99cf6517290f530ac2d9d0d86cd16" rel="noreferrer noreferrer" target="_blank">https://git.cinelerra-gg.org/git/?p=goodguy/history.git;a=commit;h=259e435484d99cf6517290f530ac2d9d0d86cd16</a><br>
If anyone can figure out where the problem lies, they are welcome.<br>
<br>
Perhaps in bluebanacolor.c, the line:<br>
<br>
float a = 1.f - *S*F;<br>
<br>
Which became:<br>
<br>
float a = *S*F;<br>
<br>
?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I tried to reset this specific file back to git baseline (git checkout path/bluebananacolor.c ) and problem was still here ...</div><div dir="auto"><br></div><div dir="auto">So, I guess it was big if {} block in bluebananaengine.c</div><div dir="auto"><br></div><div dir="auto">(tried to put some printks there and code execution apparently hit this region of code)</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>