Bugs item #1560895, was opened at 2006-09-18 19:11
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1560895&group_…
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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
>Summary: [value] and [send]/[receive] share the same name
Initial Comment:
[value] and [s] don't like if they are used with the
same name.
e.g. the following will output "[value]: no method for
bang"
[bang(
|
[s bla]
[value bla]
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-02-06 13:37
Message:
as reported by jonathan wilkes (#2946990 ), this also effects
[catch~]/[throw~]
https://sourceforge.net/tracker/index.php?func=detail&aid=2946990&group_id=…
----------------------------------------------------------------------
Comment By: Mathieu Bouchard (matju)
Date: 2006-09-21 19:06
Message:
Logged In: YES
user_id=801174
To me it's normal that [r] and [value] share the same
symbol-table using exactly the same field (s_thing).
Why should it be different?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1560895&group_…
Bugs item #2946990, was opened at 2010-02-06 10:00
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946990&group_…
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: None
Group: None
>Status: Pending
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: [send] name clashes with [value] and [catch~]
Initial Comment:
if you have:
[1(
|
[send foo]
and also have [value foo] and [catch~ foo], when you click the msg box you get the following errors:
error: value: no method for 'float'
error: catch~: no method for 'float'
tested on 0.42-5, winxp
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-02-06 13:35
Message:
kind of duplicate of #1560895
http://sourceforge.net/tracker/index.php?func=detail&aid=1560895&group_id=5…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946990&group_…
Bugs item #2946990, was opened at 2010-02-06 04:00
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946990&group_…
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: [send] name clashes with [value] and [catch~]
Initial Comment:
if you have:
[1(
|
[send foo]
and also have [value foo] and [catch~ foo], when you click the msg box you get the following errors:
error: value: no method for 'float'
error: catch~: no method for 'float'
tested on 0.42-5, winxp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946990&group_…
Bugs item #2946849, was opened at 2010-02-06 00:04
Message generated for change (Settings changed) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946849&group_…
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: None
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
>Summary: square bracket in label prevent opening properties dialog
Initial Comment:
If you set the label of a tgl, slider, number box or whatever gui object to anything containing a "[" character (without a matching "]" character), the properties dialog won't open any more when right-clicking on the object and choosing "properties".
That is, for example:
1) create a toggle (or bang, or number box, or slider, .....)
2) Rightclick on it and choose Properties
3) In the "label" field, type any name containing an opening square bracket [
4) Click OK
-> This will apparently work: the square bracket will show up as label
5) Rightclick on the object and try to choose Properties
---> the properties dialog won't open.
Workaround to be able to edit the properties without having to destroy and recreate the object: connect a message box to the inlet of the object and send it a [label( object to clear its label. Then the properties dialog will work again.
A closing ] won't cause problems, and a [] ()has funny behaviors (try it!)
The dialog should not let you type any character that is not legal; when set through messages, invalid labels should be either ignored or cause an error message to be print.
I tested only on Windows Vista
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946849&group_…
Bugs item #2946849, was opened at 2010-02-06 00:04
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946849&group_…
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: None
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: suare bracket in label prevent opening properties dialog
Initial Comment:
If you set the label of a tgl, slider, number box or whatever gui object to anything containing a "[" character (without a matching "]" character), the properties dialog won't open any more when right-clicking on the object and choosing "properties".
That is, for example:
1) create a toggle (or bang, or number box, or slider, .....)
2) Rightclick on it and choose Properties
3) In the "label" field, type any name containing an opening square bracket [
4) Click OK
-> This will apparently work: the square bracket will show up as label
5) Rightclick on the object and try to choose Properties
---> the properties dialog won't open.
Workaround to be able to edit the properties without having to destroy and recreate the object: connect a message box to the inlet of the object and send it a [label( object to clear its label. Then the properties dialog will work again.
A closing ] won't cause problems, and a [] ()has funny behaviors (try it!)
The dialog should not let you type any character that is not legal; when set through messages, invalid labels should be either ignored or cause an error message to be print.
I tested only on Windows Vista
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946849&group_…
Bugs item #2946742, was opened at 2010-02-05 19:39
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946742&group_…
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bang( to [expr size("$s1")] crashes pd
Initial Comment:
tested in 0.43.0-devel-20100126 and 0.42-5 on winxp. Sending an initial bang before setting $s1 to a value crashes pd.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946742&group_…
Bugs item #2946283, was opened at 2010-02-05 01:54
Message generated for change (Comment added) made by baudry
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946283&group_…
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: pd-extended
Group: v0.41
Status: Open
Resolution: None
>Priority: 9
Private: No
Submitted By: BAUDRY Olivier (baudry)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: zexy
Initial Comment:
zexy
... couldn't create on pd extended on windows xp
----------------------------------------------------------------------
>Comment By: BAUDRY Olivier (baudry)
Date: 2010-02-05 12:35
Message:
Here more details about zexy from pd window :
zexy
... couldn't create
zexy has been compiled without [lpt]!
[sfplay] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[sfrecord] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[noisi~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[noish~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[dirac~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[step~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[limiter~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[quantize~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[swap~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[z~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[blockswap~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[blockmirror~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[sigzero~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[pdf~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[envrms~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[avg~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[tavg~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[dfreq~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[pack~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[unpack~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[multiplex~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[demultiplex~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[multiline_tilde] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
>~
... couldn't create
<~
... couldn't create
==~
... couldn't create
&&~
... couldn't create
||~
... couldn't create
[abs~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[sgn~] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[lister] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[repack] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[packel] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[niagara] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[any2list] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[glue] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[list2symbol] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[repeat] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[makesymbol] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[date] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[time] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[index] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[drip] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[msgfile] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[lpt] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
error: zexy has been compiled without [lpt]!
[multiplex] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[operating_system] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[fifop] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[lifop] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[strcmp] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
iemmatrix
... couldn't create
[list2int] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[atoi] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[sort] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[mavg] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[minmax] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
.
... couldn't create
[prime] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[sum] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[wrap] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[urn] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[tabdump] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[tabset] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
[tabminmax] part of zexy-2.2.3 (compiled: Jun 4 2009)
Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM
warning: nop~ does not delay any more!
zexy
... couldn't create
>~
... couldn't create
<~
... couldn't create
==~
... couldn't create
&&~
... couldn't create
||~
... couldn't create
error: zexy has been compiled without [lpt]!
iemmatrix
... couldn't create
.
... couldn't create
warning: nop~ does not delay any more!
zexy
... couldn't create
>~
... couldn't create
<~
... couldn't create
==~
... couldn't create
&&~
... couldn't create
||~
... couldn't create
error: zexy has been compiled without [lpt]!
iemmatrix
... couldn't create
.
... couldn't create
warning: nop~ does not delay any more!
zexy
... couldn't create
>~
... couldn't create
<~
... couldn't create
==~
... couldn't create
&&~
... couldn't create
||~
... couldn't create
error: zexy has been compiled without [lpt]!
iemmatrix
... couldn't create
.
... couldn't create
warning: nop~ does not delay any more!
zexy
... couldn't create
>~
... couldn't create
<~
... couldn't create
==~
... couldn't create
&&~
... couldn't create
||~
... couldn't create
error: zexy has been compiled without [lpt]!
iemmatrix
... couldn't create
.
... couldn't create
warning: nop~ does not delay any more!
----------------------------------------------------------------------
Comment By: BAUDRY Olivier (baudry)
Date: 2010-02-05 12:35
Message:
Please provide as detailed information as possible including which
operating system (OS), CPU type, specific hardware, and the exact distro
and version of Pd itself, etc.
For example:
Pd version 0.41.4-extended
Mac OS X 10.5.7/Intel
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946283&group_…
Bugs item #2946282, was opened at 2010-02-04 19:50
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946282&group_…
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: pd-extended
Group: v0.41
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: BAUDRY Olivier (baudry)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: nqpoly4
Initial Comment:
There is problem when you add nqpoly4 in statuup message error: .gfxstube96ad8.entry: no such object
error: .inputBox.txtInput: no such object appears in pd window.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-02-04 23:16
Message:
Please provide as detailed information as possible including which
operating system (OS), CPU type, specific hardware, and the exact distro
and version of Pd itself, etc.
For example:
Pd version 0.41.4-extended
Mac OS X 10.5.7/Intel
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946282&group_…
Bugs item #2946283, was opened at 2010-02-05 01:54
Message generated for change (Tracker Item Submitted) made by baudry
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946283&group_…
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: pd-extended
Group: v0.41
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: BAUDRY Olivier (baudry)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: zexy
Initial Comment:
zexy
... couldn't create on pd extended on windows xp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946283&group_…
Bugs item #2946282, was opened at 2010-02-05 01:50
Message generated for change (Tracker Item Submitted) made by baudry
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946282&group_…
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: pd-extended
Group: v0.41
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: BAUDRY Olivier (baudry)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: nqpoly4
Initial Comment:
There is problem when you add nqpoly4 in statuup message error: .gfxstube96ad8.entry: no such object
error: .inputBox.txtInput: no such object appears in pd window.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2946282&group_…