[PD-dev] [ pure-data-Bugs-1733623 ] audio math objects don't handle one-element lists as floats

SourceForge.net noreply at sourceforge.net
Sat Apr 25 22:19:18 CEST 2009


Bugs item #1733623, was opened at 2007-06-08 11:36
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1733623&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.42
Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
>Assigned to: Miller Puckette (millerpuckette)
Summary: audio math objects don't handle one-element lists as floats

Initial Comment:
If you send a one-float-element list, such as [list 123(, into the right inlet of a [*~], [+~], [-~], etc., you get the following error message:

"error: inlet: expected 'signal' but got 'list'"

Instead, the one-element list should be treated just as a float, since:
1) [*~], [+~] etc. accept floats on its right inlet
2) a one-float-element list is supposed to be equivalent to a float to all effects in PD.

All control objects (including [route] and math operators) handle one-float-element lists as floats, and one-symbol-element lists as symbols.

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

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-25 16:19

Message:
Confirmed on Mac OS X 10.5.6/Intel using Pd version
0.41.4-extended-20090422
 and Pd-vanilla 0.42-4.

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

Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2008-04-07 05:25

Message:
Logged In: YES 
user_id=564396
Originator: NO

i posted a fix as  patch-#1936157
https://sourceforge.net/tracker/index.php?func=detail&aid=1936157&group_id=55736&atid=478072

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

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




More information about the Pd-dev mailing list