<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Michael and welcome!</div><div><br></div><div></div><div>That is some sweet hardware and I think it would be great to have support for it in the next releases. I don't know technically what would be involved to make it happen though. A first step can be to create a KDE account and maybe start a thread on phabricator about this. Here s the link to the Kdenlive board: <a href="https://phabricator.kde.org/project/view/40/">https://phabricator.kde.org/project/view/40/</a></div><div><br></div><div>Here is some info on git, hope it helps somehow:</div><div></div><div><a href="https://community.kde.org/Infrastructure/Git">https://community.kde.org/Infrastructure/Git</a></div><div><br></div><div>Also besides the mailing list we have a telegram and irc channels. <br></div><div><br></div><div>Cheers :)  </div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Em seg, 12 de nov de 2018 às 09:58, Michael Hirczy <<a href="mailto:mi.hi@gmx.net">mi.hi@gmx.net</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings!<br>
<br>
I have been using kdenlive for quite some time now, and it's a fantastic<br>
NLE, thx a lot for that!<br>
<br>
While trying to learn the craft of filmmaking (as a hobbyist), I also<br>
stumbled upon the topic of color correction.<br>
Since I'm a full-stack-nerd/geek *gg*, I like nice hardware with knobs and<br>
displays :D<br>
<br>
So I managed to find a used Tangent CP200 color control surface and<br>
contacted Tangent about support for Linux.<br>
I got the full development package and I'm actually in the process of<br>
learning c++ and qt to make support for the Tangent hardware inside of<br>
KDEenlive.<br>
(I've been coding for about 30 years, worked fulltime as Java-Dev and<br>
although technology has quite evolved through the years, it's still easy for<br>
me to read someone's code and refactor it to my needs)<br>
<br>
Is there interest to put Tangent-support into the official repository?<br>
since they released their Ripple, color grading software is not so expensive<br>
anymore...<br>
<br>
I will program it anyways, so maybe it can be some help to others...<br>
<br>
When researching the code for color grading, I found a interesting behaviour<br>
of the LiftGammaGain-Widget:<br>
On every color correction panel you have 2 buttons to reset color and<br>
brightness independently.<br>
During my first steps I found, that resetting the color wheel in the LGGW<br>
works as intended (just reset the color wheel), but resetting the brightness<br>
bar will reset the color wheel, too!<br>
<br>
I don't know if this is intended or a bug - but I decided to change it to my<br>
needs (only reset the brightness/value bar):<br>
In colorwheel.cpp I just changed line 178:<br>
            // old code: c =<br>
NegQColor::fromRgbF(m_defaultValue/m_sizeFactor,<br>
m_defaultValue/m_sizeFactor, m_defaultValue/m_sizeFactor);<br>
            c = NegQColor::fromHsvF(m_color.hueF(), m_color.saturationF(),<br>
m_defaultValue/m_sizeFactor);<br>
<br>
ATM I'm not very good at git, so I don't like to submit such a small change<br>
to the official repository.<br>
(aaand I'm actually using the 18.08 branch for my dev-testing)<br>
<br>
If there's need to implement this into the repo, could someone of the devs<br>
do this? <br>
Otherwise, if the actual reset-algorithm is planned to work like this, just<br>
keep it this way :)<br>
<br>
thx and greetings<br>
michi<br>
<br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">1111.1010.r.i.1101|n.o.i.s.1110|i.m.1010.g.1110|مقاومة<br>fsf member #5439<br>usuario GNU/Linux #471966<br>|_|0|_|<br>|_|_|0|<br>|0|0|0|<br><a href="<a href="http://www.gunga.com.br" target="_blank">http://www.gunga.com.br</a>">gunga</a><br><a href="<a href="http://www.tempoecoarte.com.br" target="_blank">http://www.tempoecoarte.com.br</a>">tempoecoarte</a><div><a href="<a href="http://www.atelier-labs.org" target="_blank">http://www.atelier-labs.org</a>">atelier-labs</a></div><div><a href="<a href="http://www.mocambos.net" target="_blank">http://www.mocambos.net</a>">rede mocambos</a><br></div></div>