-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Master compressor basically just distorting #693
Comments
It was not well done from an engineering point of view, it used approximately 15 voices worth of CPU and did not integrate to any of the deluge systems. Try turning down the song level and compressor threshold, both will lead to less distortion. If you're loading a song with saved values from the old compressor you might have to touch all 4 controls to reset them to appropriate ranges The actual ratio is from 2 to 20 it's just displayed as 0-50 like all other deluge parameters What is the issue with the LPF? |
What I meant by engineering is audio engineering. Of course, I would not know about how it was done in terms of programming. And I have never used it, just watched the video. So, no, not saved anything with settings from the old compressor. |
Yes, there is auto makeup gain tied to the threshold and ratio. Due to popular demand to be able to clip, if the song level is above 30 or so it can clip the output. I'm open to tweaking that The lpf and compressor interaction is fixed, it was a bug in the previous compressor and one of the reasons for the change |
The song level is also post compressor, lowering it should get rid of any clipping too |
By song level, I suppose you mean adjusting the "level" parameter when in song mode, right? Yes, I noticed it is post, because it does not have any effect on the compression. I don't know whether that makes sense, as the master compressor might be understood more like a limiter, which is usually post the master fader. Anyway, the only thing then to get a less hot signal going into the compressor would be to turn down all tracks, which is a bit impractical. And the clipping then would be from the D-A converters? I do not want to sound ungrateful. I am indeed very grateful for all the work you have done, and the community firmware is already a huge step forward and overall a joy to use. Is it possible that the compressor is just a little bit too much focussed on using as little resources as possible so that it falls short in terms of resolution and audio quality? Are other users satisfied with the results they are getting? As a mixing engineer, I am used to both plugin and hardware compressors on the 2 buss, so I am confused that this master compressor is so difficult to dial in ... |
... yeah, thinking about it: song level post compressor does make sense, though. |
Yeah the clipping is at the 32 to 24 bit conversion prior to the output. I'd originally set it so the compressor would never cause clipping but there were lots of people who wanted the clipping added back in. As is moving the volume post comp so it would work as an overall volume again and allow for reducing the gain to not click seemed like the best compromise I'll take another look at the attack/release settings, the render window size can be as small as a single sample after the other optimizations and bug fixes last week and that might have a buggy interaction with the compressor |
If you want to join our discord I'm totally happy to discuss tweaks before release - https://discord.com/channels/608916579421257728/1107026299945496577 |
Hey, thanks. I am happy to join on discord, but it does not work with this link ... it says, I do not have access. |
I might have made the link incorrectly, try this one https://discord.gg/24mpbKjhJ6 |
Completed in #695 |
Please describe the problem:
I find it almost impossible to make the master compressor sound good. It starts to distort very quickly, and changing the attack and release settings does not change that significantly. Also, even without any LPF engaged, volume jumps can be very abrupt. I find the compressor basically unusable as it is. Settings also used to be not saved properly, so that when opening a song, compressor setting was 50, and the sound was completely distorted. This seems to have been fixed in the current firmware version.
Also, settings from 0 to 50 for ratio do not make sense.
The compressor implemented by AlterAlter seemed to work fine and was well done from an engineering point of view. Maybe this one could be incorporated again?
What is the expected behavior?
Compressor not distorting at all if set to less than 50 with a reasonably long release time.
Is there a relevant Pull request?
No response
What hardware did you reproduce it with?
OLED
What firmware did you reproduce it with?
community
What is the firmware name:
1.0.0-BETA.5A9C21D
If possible provide the steps to reproduce the issue and upload additional media:
No response
The text was updated successfully, but these errors were encountered: