Open valadaptive opened 1 year ago
Oh hi, i'm the creator of the ntscQT fork, ntscQT+.
I did look at this commit, and this is a really great commit, optimizing the code. Do you think i should push into the fork? Because the fork was made on a separate repo, for some reasons.
And good luck for this commit to come to the original ntscQT.
Yeah, although you might need to clean up some merge conflicts depending on how much your fork diverges from the original.
Yeah, although you might need to clean up some merge conflicts depending on how much your fork diverges from the original.
Yeah, i know. I'm changing the code to adapt for the fork, but i will add the credits for you. Also, your UI looks great and well organized.
what is it' a new version? how can i download/update it? i need more speed
I'm not sure if it's any faster. I made my own version of this, ntsc-rs, which should be a lot faster if that's what you need.
how can i download the new version?
tried it and its even more slow
i will try again your new version
oh my god that was what i needed !!!!!!! thaaaaaaaaaanks
XorWowRandom
.LowpassFilter
class andlowpassFilters
function have been replaced with a singlelowpassFilter
function. As far as I can tell, thelowpassFilters
function just created the same lowpass filter 3 times.DoubleSlider
was returning the wrong value. That's been fixed, so now we can use SpinBoxes!QFormLayout
, which makes things much tidier. In addition, they now scroll if there are too many on screen at once.