Bugs item #3482339, was opened at 2012-01-31 13:21
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3482339&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.41
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: error in cpole~ help file

Initial Comment:
[Pd version 0.41.4-extended on MacOS 10.7]

The help file for cpole~ describes its action as:

y[n] = y[n-1] + a[n] * x[n]

whereas it is (and should be):

y[n] = x[n] + a[n] * y[n-1]

Obviously this doesn't matter to anyone using it.  But it's worth having the 
documentation be accurate

Attached is a fixed version.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3482339&group_id=55736

_______________________________________________
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev

Reply via email to