Code and UI cleanups + new "noise seed" feature#94
Code and UI cleanups + new "noise seed" feature#94valadaptive wants to merge 17 commits intoJargeZ:masterfrom
Conversation
Sliders' heights are no longer hardcoded, and they're now scrollable
It was previously overwriting the input image, meaning it would never go away.
1ca0e4c to
09081fd
Compare
This makes it clearer that these controls don't do anything if "VHS emulating" is unchecked.
|
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. 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, i know. |
… overall code cleanups This commit changes the overall code and UI. Most of the changes based on the pull request on the original ntscQT by valadaptive. This includes: - New feature: Noise seed (which allows you to set a seed for all video effects) - New feature: VHS recording speed switch (SP, LP and EP) - A better UI, overall - Code cleanups You can find more about these changes on his original pull request: JargeZ/ntscqt#94 Other change, this time outside of the pull, is the logo which is now in the topleft corner of the UI. - Logo on topleft UI Thanks to valadaptive for the changes.
|
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 |

XorWowRandom.LowpassFilterclass andlowpassFiltersfunction have been replaced with a singlelowpassFilterfunction. As far as I can tell, thelowpassFiltersfunction just created the same lowpass filter 3 times.DoubleSliderwas 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.