-
Notifications
You must be signed in to change notification settings - Fork 38
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
Code and UI cleanups + new "noise seed" feature #94
base: master
Are you sure you want to change the base?
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
.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.