Re: [PD-dev] [ pure-data-Bugs-1371511 ] declaration of `y1' shadows a global declaration

2006-10-18 Thread IOhannes m zmoelnig

SourceForge.net wrote:


Comment By: Mathieu Bouchard (matju)
Date: 2006-10-18 09:47

Whatever about calling functions y0,y1,yn, they've been
there since almost the beginning of unix. They're Bessel
functions defined in math.h. You won't be able to move
them out of it. 


oh, i see. i didn't know that bessel-functions are in math.h.
nevertheless i think it was a very stupid thing to call them y1() or the 
like in the first place (but i agree, that this cannot be changed any more).



This suggests that the -Wshadow warning is
of questionable use. I'd turn it off, personally.


right, that was suggestion c) which mysteriously vanished.


fma.dr
IOhannes

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


[PD-dev] [ pure-data-Bugs-1349967 ] 0.39-1 pd -jack doesn't set requested channels

2006-10-18 Thread SourceForge.net
Bugs item #1349967, was opened at 2005-11-07 06:09
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=1349967group_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: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: 0.39-1 pd -jack doesn't set requested channels

Initial Comment:
(with no .pdrc, doesn't make a difference if these
flags are in there either)

$ pd -jack -inchannels 2 -outchannels 2 -verbose -stderr
input channels = 0, output channels = 0
Pd version 0.39-1
compiled 05:20:44 Nov  7 2005
port 5401
TCL_LIBRARY=/usr/local/lib/pd/tcl/library
TK_LIBRARY=/usr/local/lib/pd/tk/library 
/usr/local/lib/pd/bin/pd-gui 5401
Waiting for connection request... 
... connected
opened 0 MIDI input device(s) and 0 MIDI output device(s).
input channels = 0, output channels = 0



It is very inconvenient to have to set the number of
channels (and activate them) in the settings dialog
each time Pd is started.

From what I can remember, it worked fine (ie, set the
requested number of channels and activated them) in Pd
0.39-0test6.


--

Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:19

Message:
Logged In: YES 
user_id=769033

Fixed in pd-0.40-1 from Miller's site:

$ ./pd -jack -inchannels 2 -outchannels 2 -verbose -stderr
input channels = 2, output channels = 2
Pd version 0.40-1
compiled 16:51:03 Oct 18 2006
port 5401
TCL_LIBRARY=../tcl/library TK_LIBRARY=../tk/library 
../bin/pd-gui 5401
Waiting for connection request... 
... connected
opened 0 MIDI input device(s) and 0 MIDI output device(s).
input channels = 2, output channels = 2


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=1349967group_id=55736

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


[PD-dev] [ pure-data-Bugs-1518048 ] percent symbol (%) behaves weirdly in iemgui object labels

2006-10-18 Thread SourceForge.net
Bugs item #1518048, was opened at 2006-07-06 10:18
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=1518048group_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.39.2
Status: Open
Resolution: None
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: percent symbol (%) behaves weirdly in iemgui object labels

Initial Comment:
When the properties window of a vslider is opened after
the label has been set to a name containing %p, the
label changes to something with the %p replaced by a
seemingly random hexadecimal value.

I haven't checked which other gui objects are affected,
nor whether other % codes (eg, %d or %f) are similarly
affected.

See attached pd patch for an example - click the bng
and then open the properties window for the vslider.


--

Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:50

Message:
Logged In: YES 
user_id=769033

Fixed in DesireData 0.39.A (anon CVS checkout as of today).

--

Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:12

Message:
Logged In: YES 
user_id=769033

Behaves the same in pd-0.40-1 from Miller's site.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=1518048group_id=55736

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


[PD-dev] [ pure-data-Bugs-1531757 ] Opening curly brace causes freeze until a closing brace

2006-10-18 Thread SourceForge.net
Bugs item #1531757, was opened at 2006-07-31 09:46
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=1531757group_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: None
Status: Closed
Resolution: Postponed
Priority: 5
Submitted By: Jamie Bullock (postlude)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opening curly brace  causes freeze until a closing brace

Initial Comment:
Typing a curly brace '{' anywhere in pd causes a freeze
until a closing brace is given.

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-10-18 20:25

Message:
Logged In: YES 
user_id=27104

Since it wasn't really fixed, but rather just worked around,
I changed the resolution to something hopefully more
appropriate.

--

Comment By: IOhannes m zm�lnig (zmoelnig)
Date: 2006-10-18 04:13

Message:
Logged In: YES 
user_id=564396

seems like this is fixed with pd-0.40-1 (probably earlier):
typing opening curly brace results in keycode 123: dropped.

(the better solution would of course be to properly escape
curly brackets so that they could be used)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=1531757group_id=55736

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


Re: [PD-dev] [ pure-data-Patches-1094912 ] message-based access to the audio api

2006-10-18 Thread Hans-Christoph Steiner


On Oct 18, 2006, at 1:28 AM, carmen wrote:


On Wed Oct 18, 2006 at 01:12:52AM -0400, Hans-Christoph Steiner wrote:


Well, that one was submitted almost two years ago, Miller  
responded over a year ago, and no one ever followed up on his  
comment.  So that sounds to me like its

abandoned.


i'm pretty sure a recent email mentioned message-based access to  
the audio API. dont assume just bacsue teh patch tracker has  
abandoned a patch, that miller has abandoned the idea..


That is true.  Miller uses his own private methods for tracking, for  
better or worse.  But this patch in question was unanswered for over  
a year, so it seems appropriate to close it for now.  It can always  
be reopened.


what is the main concern here. SF.net's disk space? i'm sure they  
have plenty...


Usability of the patch tracker.  If its just a giant collection of  
patches, some abandoned, some useful, etc. then it becomes a lot of  
work to wade thru.  The idea is to keep it a manageable list of  
active patches.


.hc



Man has survived hitherto because he was too ignorant to know how to  
realize his wishes.  Now that he can realize them, he must either  
change them, or perish.-William Carlos Williams




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