I implemented an external based on this excellent paper in my lib "jl" (which is available on deken, see the source here : https://github.com/josephlarralde/jl.pd.lib) It's called [sidechain~]. I'm happy enough with it to use it in concert.
Le 08/04/19 à 13:32, pd-list-request@lists.iem.at a écrit :
for the white paper readers, there is the very good article:
Giannoulis, Dimitrios, Michael Massberg, and Joshua D. Reiss. “Digital Dynamic Range Compressor Design—A Tutorial and Analysis.” Journal of the Audio Engineering Society 60, no. 6 (2012): 399–408.
On 8 Apr 2019, at 12:18, IOhannes m zmoelnigzmoelnig@iem.at wrote:
On 08.04.19 12:23, Roman Haefeli wrote:
On Mon, 2019-04-08 at 10:13 +0200, IOhannes m zmoelnig wrote:
On 08.04.19 05:22, Alexandre Torres Porres wrote:
hi, you responded to my "how to do it in vanilla" inquire, yeah, I can see how to do it with [line~] and [env~] and such, but I meant under a signal rate paradigm.
excuse my ignorance, but where do you see "[line~] and [env~] and such" in the chris' limiter?
It's in the [e_automcompress] abstraction used by [e_master].
but that is not used, is it?
fgmasdr IOhannes
cool, but where is "../dependencies/jl.cpp.lib/dsp/effects/Compress.h"?
seems there's where all the magic happens.
cheers
Em seg, 8 de abr de 2019 às 09:01, Joseph Larralde < joseph.larralde@gmail.com> escreveu:
I implemented an external based on this excellent paper in my lib "jl" (which is available on deken, see the source here : https://github.com/josephlarralde/jl.pd.lib) It's called [sidechain~]. I'm happy enough with it to use it in concert.
Le 08/04/19 à 13:32, pd-list-request@lists.iem.at a écrit :
for the white paper readers, there is the very good article:
Giannoulis, Dimitrios, Michael Massberg, and Joshua D. Reiss. “Digital Dynamic Range Compressor Design—A Tutorial and Analysis.” Journal of the Audio Engineering Society 60, no. 6 (2012): 399–408.
On 8 Apr 2019, at 12:18, IOhannes m zmoelnig zmoelnig@iem.at zmoelnig@iem.at wrote:
On 08.04.19 12:23, Roman Haefeli wrote:
On Mon, 2019-04-08 at 10:13 +0200, IOhannes m zmoelnig wrote:
On 08.04.19 05:22, Alexandre Torres Porres wrote:
hi, you responded to my "how to do it in vanilla" inquire, yeah, I can see how to do it with [line~] and [env~] and such, but I meant under a signal rate paradigm.
excuse my ignorance, but where do you see "[line~] and [env~] and such" in the chris' limiter?
It's in the [e_automcompress] abstraction used by [e_master].
but that is not used, is it?
fgmasdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
found it, had to do git-clone ;)
Em seg, 8 de abr de 2019 às 20:52, Alexandre Torres Porres porres@gmail.com escreveu:
cool, but where is "../dependencies/jl.cpp.lib/dsp/effects/Compress.h"?
seems there's where all the magic happens.
cheers
Em seg, 8 de abr de 2019 às 09:01, Joseph Larralde < joseph.larralde@gmail.com> escreveu:
I implemented an external based on this excellent paper in my lib "jl" (which is available on deken, see the source here : https://github.com/josephlarralde/jl.pd.lib) It's called [sidechain~]. I'm happy enough with it to use it in concert.
Le 08/04/19 à 13:32, pd-list-request@lists.iem.at a écrit :
for the white paper readers, there is the very good article:
Giannoulis, Dimitrios, Michael Massberg, and Joshua D. Reiss. “Digital Dynamic Range Compressor Design—A Tutorial and Analysis.” Journal of the Audio Engineering Society 60, no. 6 (2012): 399–408.
On 8 Apr 2019, at 12:18, IOhannes m zmoelnig zmoelnig@iem.at zmoelnig@iem.at wrote:
On 08.04.19 12:23, Roman Haefeli wrote:
On Mon, 2019-04-08 at 10:13 +0200, IOhannes m zmoelnig wrote:
On 08.04.19 05:22, Alexandre Torres Porres wrote:
hi, you responded to my "how to do it in vanilla" inquire, yeah, I can see how to do it with [line~] and [env~] and such, but I meant under a signal rate paradigm.
excuse my ignorance, but where do you see "[line~] and [env~] and such" in the chris' limiter?
It's in the [e_automcompress] abstraction used by [e_master].
but that is not used, is it?
fgmasdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
It's a git submodule, you need to git clone --recursive
the repository
or init + update the submodule after cloning.
Le 09/04/19 à 01:52, Alexandre Torres Porres a écrit :
cool, but where is"../dependencies/jl.cpp.lib/dsp/effects/Compress.h"?
seems there's where all the magic happens.
cheers
Em seg, 8 de abr de 2019 às 09:01, Joseph Larralde <joseph.larralde@gmail.com mailto:joseph.larralde@gmail.com> escreveu:
I implemented an external based on this excellent paper in my lib "jl" (which is available on deken, see the source here : https://github.com/josephlarralde/jl.pd.lib) It's called [sidechain~]. I'm happy enough with it to use it in concert. Le 08/04/19 à 13:32, pd-list-request@lists.iem.at <mailto:pd-list-request@lists.iem.at> a écrit :
for the white paper readers, there is the very good article: Giannoulis, Dimitrios, Michael Massberg, and Joshua D. Reiss. “Digital Dynamic Range Compressor Design—A Tutorial and Analysis.” Journal of the Audio Engineering Society 60, no. 6 (2012): 399–408.
On 8 Apr 2019, at 12:18, IOhannes m zmoelnig<zmoelnig@iem.at> <mailto:zmoelnig@iem.at> wrote: On 08.04.19 12:23, Roman Haefeli wrote:
On Mon, 2019-04-08 at 10:13 +0200, IOhannes m zmoelnig wrote:
On 08.04.19 05:22, Alexandre Torres Porres wrote:
hi, you responded to my "how to do it in vanilla" inquire, yeah, I can see how to do it with [line~] and [env~] and such, but I meant under a signal rate paradigm.
excuse my ignorance, but where do you see "[line~] and [env~] and such" in the chris' limiter?
It's in the [e_automcompress] abstraction used by [e_master].
but that is not used, is it? fgmasdr IOhannes
_______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list