[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

[PD] Stopping a sequence at end of audio

2014-04-18 Thread kate sweeney
Hello, I am currently finishing a project using GEM and audio. The audio is an imported wav file that is about 4 minutes long. When the audio is finished I would like the GEM sequence to stop playing also, is there a way I can do this? Thank you.

Re: [PD] Stopping a sequence at end of audio

2014-04-18 Thread Jaime E Oliver
reads will output a bang on its last outlet when the file is done playing. also you should connect the second outlet to dac~ 2 best, J On Apr 18, 2014, at 2:04 PM, kate sweeney m.k.swee...@hotmail.com wrote: Hello, I am currently finishing a project using GEM and audio. The audio is an

Re: [PD] Inverse bandpass filter

2014-04-18 Thread Robert Esler
I think what you're asking is how would one create a stop-band filter, or otherwise known as a notch filter. There is no standalone notch filter in pd-vanilla that I know of, however, I usually use the [biquad~] object and look up the appropriate coefficients for the frequency I'm notching.

[PD] WG: Inverse bandpass filter

2014-04-18 Thread 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

Re: [PD] Which one is the correct repository to submit patches for externals code? (Was: oggread~ not working on pd-extended or libpd on windows.)

2014-04-18 Thread Hans-Christoph Steiner
That SVN is the right place, so in the sourceforge bug tracker. .hc On Apr 5, 2014, at 9:05 AM, Rafael Vega wrote: I found and fixed a bug in oggread~ that is windows specific. The fix is a one liner in oggread~.c (details in previous thread). I thought the central place for externals