[PD] Strange behavior using custom external

2014-02-26 Thread Robert Esler
Hello everyone, I'm having a strange issue with a custom external built using C++. When using my external in Pd I send it set commands using a message box to change internal parameters, e.g [set tempo $1( The strange behavior is as follows: 1) Sometimes when opening the patch the word

Re: [PD] Strange behavior using custom external

2014-02-27 Thread Robert Esler
inside the text of a message box (not my best subject anyhow) Chuck On Wed, Feb 26, 2014 at 4:22 PM, Robert Esler rob...@urbanstew.org wrote: Hello everyone, I'm having a strange issue with a custom external built using C++. When using my external in Pd I send it set commands

Re: [PD] Strange behavior using custom external

2014-03-01 Thread Robert Esler
, A_GIMME, 0); post([rhynamo] a rhythmic generator v .02 : by Robert Esler 2014); class_addbang (rhynamo_class, rhynamo_bang); class_addfloat(rhynamo_class, (t_method)rhynamo_generate); class_addsymbol(rhynamo_class

Re: [PD] Inverse bandpass filter

2014-04-18 Thread Robert Esler
. I believe this can also be done with [cpole~] and [czero~], which is shown in the pd-help H12.peaking.pd. Otherwise, there may be a stop-band floating around in a pd-extended library somewhere. - Robert Esler ___ Pd-list@iem.at

Re: [PD] WG: Inverse bandpass filter

2014-04-22 Thread Robert Esler
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

Re: [PD] WG: Inverse bandpass filter

2014-04-22 Thread Robert Esler
filter to extract it, and then subtract the result from the signal. The resulting transfer function is one minus the transfer function of the low-pass filter: doesn't it agree with what I said? cheers 2014-04-22 14:37 GMT-03:00 Robert Esler rob...@urbanstew.org: I could be wrong, but I don't