Em seg, 8 de abr de 2019 às 16:44, Roman Haefeli
escreveu:
> The one I posted differs in that it doesn't average the side-chain signal.
>
I've been testing suck "peak" detection mode, but it doesn't work well at
all with low attack values, and a 0 attack makes it unusable.
Has anyone solved th
Hi Dan,
On 9/4/19 5:28 am, Dan Wilcox wrote:
The .pdz file is just a renamed .zip which makes the associating to
PdParty, etc a lot easier. This should work on any scene type or even
just a simple folder. I imagine your use case is to zip up a folder of
patches and some rescue files, so this s
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.
cheer
found it, had to do git-clone ;)
Em seg, 8 de abr de 2019 às 20:52, Alexandre Torres Porres
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 <
> jos
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.larra...@gmail.com> escreveu:
> I implemented an external based on this excellent paper in my lib "jl"
> (which i
great !
thanks a lot Lucas !
On 08/04/2019 04:46, pd-list-requ...@lists.iem.at wrote:
Subject:
Re: [PD] iemguts for pd-windows-64 ?
From:
Lucas Cordiviola
Date:
08/04/2019 à 04:12
To:
Jean-Yves Gratius , "pd-list@lists.iem.at"
Hi Jean-Yves!
I have just uploaded "iemguts[v0.2.1](Windows-
Copying a .pdz file from Mail to PdParty and uncompressing is working for me. A
similar .zip file does not show the "Copy to PdParty" option in the Share menu,
however.
Steps I followed on my laptop running macOS 10.14:
- created a test PdParty scene called "test":: test/_main.pd
- compressed th
Em seg, 8 de abr de 2019 às 16:44, Roman Haefeli
escreveu:
> I'm not quite understanding what 'sameness' level you're talking about.
>
I consider these examples all following the same structure/approach. The
differences are nothing but different options inside the structure, like
using a Peak ov
On Mon, 2019-04-08 at 15:01 -0300, Alexandre Torres Porres wrote:
> Apparently, my approach is the same as
> > the other examples provided here.
I wouldn't say so. The one I posted differs in that it doesn't average
the side-chain signal. Also, from what I understand, the rampsmooth~
object creat
> On Apr 8, 2019, at 4:04 PM, enrike wrote:
>
> I tried with a zip but it does not work. It just opens each of the files in
> the zip.
Does "it just opens each of the files in the zip" mean the OS unzips the zip
file and then calls PdParty for each patch or does it mean that PdParty gets
the
I could also check diagrams and source codes, as my final intent is to
include a new external in my library, be it an abstraction or not. If
there's something important about compression design that you can't
efficiently perform as an abstraction, then I guess the compiled external
is the way to go
Em seg, 8 de abr de 2019 às 13:50, Roman Haefeli
escreveu:
> From what I understand, Alexandre is looking for
> an implementation that is purely signal based (or in other words:
> emulates more closely a analog circuit compressor).
>
> Or am I missing something completely?
yup. Not that I'm loo
On Mon, 2019-04-08 at 13:18 +0200, IOhannes m zmoelnig 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,
> > >
I'm pretty sure the rjdj abstractions, "rjlib" ? Had a compressor, and those
were mostly if not all pure vanilla abstractions.
On April 7, 2019 8:22:20 PM PDT, 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~]
I tried with a zip but it does not work. It just opens each of the files
in the zip. It would be great to have it working before the weekend. we
have a performance, but we can borrow an android phone. so there is no
hurry, but it would be great to find out how to do this.
thanks
19/4/8 09:54(
Iohannes,
here you are:
puredata -d 1 2>&1 | grep pdtk_text_new
pdtk_text_new .x564181da2850.c {.x564181da2850.t564181d16850 obj text}
39.00 36.00 { } 10 black
pdtk_text_new .x564181da2850.c {.x564181da2850.t564181d16850 obj text}
39.00 36.00 {loadbang} 10 black
pdtk_text_new .x5
On 4/8/19 2:45 PM, Csaba Láng wrote:
> Dear list,
>
> weird thing is happening with my GUI on ubuntu 16.04 pd 0.49.0 64 bit
> If I open pd from terminal, the last letter is missing in each object which
> has no arguments.
> Like loadbang is only loadban, pix_video is pix_vide and so on.
> If I ope
Dear list,
weird thing is happening with my GUI on ubuntu 16.04 pd 0.49.0 64 bit
If I open pd from terminal, the last letter is missing in each object which
has no arguments.
Like loadbang is only loadban, pix_video is pix_vide and so on.
If I open the patches running pd from its icon, or from the
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-requ...@lists.iem.at a éc
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
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 me
On Sun, 2019-04-07 at 23:45 -0300, Alexandre Torres Porres wrote:
> Howdy, I'm giving a try at how to implement a compressor as a Pd
> patch. This is what I came up with, it needs cyclone 0.3! Here's a
> screenshot. I'm using rms average to detect the gain level and
> rampsmooth~ to perform attack/
Dear List,
sorry for the off topic, just do not know who to ask.
I cannot suspend my computer if any usb webcam is connected to any of the
usb ports.
Is there a way to ignore the cameras, or unplug it more system wise and not
physically?
Thanks for any hints.
Best,
Popesz
__
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.
>
On Mon, 8 Apr 2019 at 04:48, Alexandre Torres Porres
wrote:
> I'm using rms average to detect the gain level and rampsmooth~ to perform
> attack/release. I wouldn't know how to do it in Vanilla...
>
You can square the input, average it with a 1pole lowpass, and take the
sqrt. The period of the f
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
hello,
in nusmuk_audio you can find my single band compressor: [compress_limit~]
It look even more rudimentary than yours, but it's the same kind of approach.
I think the main improvement should be to implement a multi band compressor.
From a personal pov, I prefer smooth curve (iir filter) than
You can also try a regular .zip. PdParty should be associated with .pd, .zip, &
.pdz files. I can look into it but it would take at least a couple of days for
a new version to come out if I need to fixed any bugs, so that may not help you
if you need it working today/tomorrow.
> On Apr 7, 2019,
28 matches
Mail list logo