Re: [PD] WG: Inverse bandpass filter

2014-04-22 Thread AP Vague
Thank you for that link, that's awesome.


On Tue, Apr 22, 2014 at 1:37 PM, Robert Esler  wrote:

> I could be wrong, but I don't think it's quite the same thing.  I believe
> the signal would be out of phase negating many of the effects of the
> filter.  I would recommend using [biquad~] and in pd-extended there is a
> [notch] object which takes care of the coefficients.  This sounds much
> cleaner and more notch-like to my ear than subtracting the filtered output.
>
>  There is an explanation in Miller's book if you like unit circle math:
> http://msp.ucsd.edu/techniques/latest/book-html/node144.html
> ---
> Message: 4
> Date: Tue, 22 Apr 2014 01:59:07 -0300
> From: Alexandre Torres Porres 
> Subject: Re: [PD] WG: Inverse bandpass filter
> To: Ingo 
> Cc: pd-list 
> Message-ID:
> 
> Content-Type: text/plain; charset="utf-8"
>
> isn't it just subtract the audio from the filtered output?
>
> I guess you can get inverse freq response just by that
>
> cheers
>
>
> 2014-04-18 17:21 GMT-03:00 Ingo :
>
> You could send the original signal in parallel and invert the phase by
> multiplying with -1. You might have to delay the original signal in case
> that the processed signal gets also delayed by one or more blocks.
>
> Ingo
>
> ___
> > Von: pd-list-boun...@iem.at 
> > [mailto:pd-list-boun...@iem.at]
> Im Auftrag
> von
> > AP Vague
> > Gesendet: Freitag, 18. April 2014 18:49
> > An: pd-list@iem.at
> > Betreff: [PD] Inverse bandpass filter
> >
> > Is there a simple way to make [bp~] or [vcf~] have an inverse function?
> To
> > filter out, rather than pass a changing frequency value. Is the easiest
> > way to do this with a combination of [lop~] and [hip~]?
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Inverse bandpass filter

2014-04-18 Thread AP Vague
Is there a simple way to make [bp~] or [vcf~] have an inverse function? To
filter out, rather than pass a changing frequency value. Is the easiest way
to do this with a combination of [lop~] and [hip~]?
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Keeping Number box's

2014-04-14 Thread AP Vague
Also [metro] will default to the creation argument, so you can just have it
be [metro 32] with nothing going into the right inlet and it'll use that
value.


On Mon, Apr 14, 2014 at 1:59 PM, AP Vague  wrote:

> If you know exactly what you want the values to be before you open the
> patch you can replace the number atoms with messages, ie [32( instead of an
> atom. And then just send them a [loadbang] to initialize whatever they're
> going into...
>
>
> On Mon, Apr 14, 2014 at 1:47 PM, kate sweeney wrote:
>
>> Hello,
>>
>> I am using GEM to create a graphical design video. I have completed a lot
>> of it and have all my patches set up with the desired numbers etc. Yet
>> everytime i close and re-open the project, all the numbers return to 0
>> which messes up my project big time. Is there a way to save the number
>> box's as they are so they stay the same everytime the project is closed and
>> re-opened?
>>
>> I have included a screenshot of before and after the project is closed
>> and re-opened.
>>
>> Many thanks.
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Keeping Number box's

2014-04-14 Thread AP Vague
If you know exactly what you want the values to be before you open the
patch you can replace the number atoms with messages, ie [32( instead of an
atom. And then just send them a [loadbang] to initialize whatever they're
going into...


On Mon, Apr 14, 2014 at 1:47 PM, kate sweeney wrote:

> Hello,
>
> I am using GEM to create a graphical design video. I have completed a lot
> of it and have all my patches set up with the desired numbers etc. Yet
> everytime i close and re-open the project, all the numbers return to 0
> which messes up my project big time. Is there a way to save the number
> box's as they are so they stay the same everytime the project is closed and
> re-opened?
>
> I have included a screenshot of before and after the project is closed and
> re-opened.
>
> Many thanks.
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GEM patch

2014-04-14 Thread AP Vague
I don't think you need to send [gemhead] to the toggle--I'm pretty sure
this configuration just doesn't do anything (as far as the toggle goes). If
you just need to start the [metro] you can start it with a bang using a [t
b f] from the number atom that sets the [metro] speed. If you need to
toggle [metro] in accordance with whatever is happening in a GEM window I'd
suggest sending the trigger to the toggle and to the GEM components
separately. Does that make sense?


On Mon, Apr 14, 2014 at 11:15 AM, kate sweeney wrote:

> Hello,
>
> This message keeps appearing in the console window "tgl: no method for
> 'gem_state'".
>
> I have this patch in a subpatch.
>
> Many thanks.
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list