[PD] Introduction to elementary filter components in Pd

Ingo Scherzinger ingo at miamiwave.com
Sun Sep 12 08:19:59 CEST 2010


Hi Mathieu,

that's a cool simple filter. I've been looking for a [hip~] that works at
sampling rate.
Would you mind posting the formula for a [hip~] that works the same way (if
it's not too much trouble for you)?

Thank you, Ingo


>>If you don't mind, could you pass a patch along?
>
>ok. I made one, and I used [expr~] instead, so that it's fully signal-rate.
>_______________________________________________________
>| Mathieu Bouchard ------------------------------ Villeray, Montr?al, QC
>-------------- next part --------------
#N canvas 465 194 328 107 10;
#X obj 191 26 samplerate~;
#X obj 191 7 loadbang;
#X obj 7 45 *~;
#X obj 7 64 rpole~;
#X obj 7 26 inlet~;
#X obj 7 83 outlet~;
#X obj 49 26 inlet~;
#X obj 50 45 expr~ $v1*3.141593*2/$v2;
#X obj 49 64 expr~ 1-$v1;
#X text 57 82 signal-rate [lop~] by Mathieu Bouchard 2010; #X connect 0 0 7
1; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 3 0 5 0; #X connect 4
0 2 0; #X connect 6 0 7 0; #X connect 7 0 8 0; #X connect 7 0 2 1; #X
connect 8 0 3 1;




More information about the Pd-list mailing list