-
Notifications
You must be signed in to change notification settings - Fork 250
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
reducing certain kind of distortion, implementation of dB-scaled VU meters and 200-300-400% GUI size selections #423
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forcing < 1.0 version on plugin version will break DAW compatibility on existing user projects. Once we hit 1.0.0 "github" version, we can sync cmake project (1.0.0) version with "github" (for now 0.9.7) release version.
Also, let the pipeline insert the version; it is already based on tag name; the version should not be in the source code but based on pipeline context. This is already taken care of.
Except for the "version" insert, all of this should be merged. I will wait for the "final" PR. Thanks for the dB scaling, this was on my TODO list. |
Thanks for the reply and explanation, I will close the current PR, remove the faulty version number update and send the new PR after it. Sorry in advance, but I probably won't be ready until tomorrow at the earliest. |
No worries! You didn't have to close this PR, just revert the "AboutBox version" commit and let me test this on the 3 platforms afterwards, once everything is OK, I'll be happy to merge this. Keep in mind that a PR should not change once it is requested unless there is a fix based on that PR, otherwise the validation restart once there is a new commit/feature. |
Dear Pascal, |
Dear Pascal, Should I wait for a little bit more, or should I do something else? I’m afraid I might have messed up or forgotten something. If so, please help - I am detailing here what I have done until now:
Then, from the Command Prompt in my local repository, I executed the steps below:
The output was:
The output was:
The output was:
Oops, I made another mistake here: I forgot to record the response of this command.
Unfortunately, I had already completed the steps above, including closing the PR, before I read your message. Yesterday, I checked again to see if the Pull Request had been successful, but it seemed to still be in "Changes requested" status. I reread the messages above and concluded that I might have misunderstood the last one. I thought that
could mean that another commit is needed to meet the “Changes requested” condition. So, I uploaded a new commit update the settings of relative volumes of the engines. But I am afraid this might have been a newer mistake... How should I fulfill the red "1 change requested" requirement now? In short: I am waiting for your response on what to do next, I promise not to change anything until it arrives. |
Hi, this is normal since you asked to merge your fulopnandor/master on asb2m10/master. Each time you commit on your repo on master, the PR will reflect the changes. The correct way to handle is to create a specific branch on your side (eg fulopnandor/guiscaling for example) and PR it on asb2m10/master. This way fulopnandor/master is independent on the original PR request. By the way, we might have a problem with the (reducing certain kind of distortion) commit. I see that some engine are less loud than the previous version. This is a no go since 0.9.6 user will have to adjust Dexed volume on all tracks once they upgrade to the potential 0.9.7 version. Also the "distortion" is how DX FM synths are making noise, it should not be softened. That said, I'm happy to merge to "dB-scaled VU and scaling gui values" suggestion. Create a branch on your side based on asb2m10/master and insert those changes, I'll be happy to merge them. |
Dear Pascal, Thank you very much for your answer explaining my problem. Thank you also for the notification about the differences in the output volume of the engines. Returning to the issue of distortion, of course, I do not doubt that a certain type of distortion So, I would like to ask for your patience while I prepare this summary and also prepare a separate branch for the commit containing the VU meter. Thank you again! |
Dear Pascal,
do apply my current pull request, including my last 5 commits, please, which are related to the following topics:
DexedAudioProcessor::pprocessBlock()
, which sometime causes some distortion of the output sound (see more details here)trancybabe
recently, who suddenly transmuted into a not so kind userghost
... However, the possibility of the enlargement to 200% was originated in issue titledImprove scaling for HighDPI displays #308
; (see more details here)Thank you in advance!