Any opinions about Nonlinear-Compressor XI.ny ?
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Any opinions about Nonlinear-Compressor XI.ny ?
Someone pointed me to this plug-in that is supposed to be a compressor, limiter, or expander depending on the settings. It is a few years old but I can't find discussion of it anywhere. I think the controls are weird, and the code is a bit weird. (And inefficiently written to implement the underexplained mathematical formulas.)
http://audacity.238276.n2.nabble.com/No ... 69449.html
http://audacity.238276.n2.nabble.com/No ... 69449.html
-
kozikowski
- Forum Staff
- Posts: 68941
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Any opinions about Nonlinear-Compressor XI.ny ?
The description sounds like Chris's Compressor. Non-linear compander is how off-air broadcast sound chains work. Companding is determined by the show itself.
"These are the legal specifications and requirements for the air show and it doesn't matter what the original show was."
They're difficult to fudge. I once worked for a station that was given a mild warning/suggestion for loud overmodulation. The station was so terrified that they later got an actual broadcast standards violation citation for undermodulation. Obviously this was before the Loudness Wars.
I should have kept a copy of it. Nobody would believe me.
Koz
"These are the legal specifications and requirements for the air show and it doesn't matter what the original show was."
They're difficult to fudge. I once worked for a station that was given a mild warning/suggestion for loud overmodulation. The station was so terrified that they later got an actual broadcast standards violation citation for undermodulation. Obviously this was before the Loudness Wars.
I should have kept a copy of it. Nobody would believe me.
Koz
Re: Any opinions about Nonlinear-Compressor XI.ny ?
I have read the code for both. This other is very unlike Chris's Compressor. I can't detect that it has any reputation good or bad.
The fancy part of Chris's is defining the envelope just so, but then a simple gain curve is applied. The fancy part of this one is all in the gain curve -- but strangely it does nothing to define an evelope, not even a simple snd-avg. I think that sounds like a recipe for distorting the timbre of everything.
The fancy part of Chris's is defining the envelope just so, but then a simple gain curve is applied. The fancy part of this one is all in the gain curve -- but strangely it does nothing to define an evelope, not even a simple snd-avg. I think that sounds like a recipe for distorting the timbre of everything.
-
kozikowski
- Forum Staff
- Posts: 68941
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Any opinions about Nonlinear-Compressor XI.ny ?
It might be. The process is more difficult than it seems. Every few years, someone would come up with a different way to process the broadcast sound chain. CBS Labs, Dorough, etc. The last one (I forget the name) built the companding into the electronics for the broadcast transmitter. That was a very unusual step because it required replacing a portion of the certified, expensive transmitter with a separate product instead of just buying a little box with flashing lights on it. However, they did such a good job acoustically that they mopped the floor with everybody else.
That's the goal. The show mostly sounds the same as before, except it now conforms to some desirable standard.
That sounds simple, doesn't it?
Koz
That's the goal. The show mostly sounds the same as before, except it now conforms to some desirable standard.
That sounds simple, doesn't it?
Koz
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: Any opinions about Nonlinear-Compressor XI.ny ?
If I remember correctly, the effect is a fancy and complicated way to do some wave shaping. It is nearer to a guitar distortion/compression effect than a multi-tool compressor.
By the way, have you looked at RBD's compressor? The calculation of the non-linear 2-fold compression/expansion curve is quite intriguing.
It's in the library section of Nyquist.
By the way, have you looked at RBD's compressor? The calculation of the non-linear 2-fold compression/expansion curve is quite intriguing.
It's in the library section of Nyquist.
Re: Any opinions about Nonlinear-Compressor XI.ny ?
Can you give me a more exact pointer? Is it undocumented? Is it in C Or Lisp?
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: Any opinions about Nonlinear-Compressor XI.ny ?
Paul L wrote:Can you give me a more exact pointer? Is it undocumented? Is it in C Or Lisp?
Re: Any opinions about Nonlinear-Compressor XI.ny ?
I found it in Nyquist 3.08 source. So nobody adapted it into a .ny for Audacity? But that should be easy enough for me to try.
Re: Any opinions about Nonlinear-Compressor XI.ny ?
Igor likes his "magic formulae".
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Any opinions about Nonlinear-Compressor XI.ny ?
Robert is right, what I am looking at is billed as a compressor/expander but without any smoothing at all of the envelope, wave shaper is the better name.steve wrote:Igor likes his "magic formulae".
And he could have written it more efficiently with only 5 calls to mult instead of 12.