Patches item #1242690, was opened at 2005-07-22 01:31
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1242690&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: documentation
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: updated bonk~ help patch with discussion of units
Initial Comment:
I added some discussion about the units that are used
in bonk~'s thresholds. The source of the discussion is
a post from Miller explaining the units:
http://lists.puredata.info/pipermail/pd-list/2005-01/025358.html
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 15:09
Message:
Logged In: YES
user_id=564396
probably it is good to have better documentation: assigned
to miller
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1242690&group_…
Patches item #1244757, was opened at 2005-07-25 22:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1244757&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: wishlist
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
>Assigned to: Miller Puckette (millerpuckette)
Summary: {open,save}panel with settable path
Initial Comment:
this patch (against the current 25/07/2005) HEAD of the
CVS (pd-0.39test4) allows the current path of
[openpanel]/[savepanel] to be set.
once the path is set, it will not change anymore
"automatically";
however, this patch gives even more wird tcl/tk output
about "unknown commands" than the unpatched version
does. there is clearly some bug in the u_main.tk
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 15:07
Message:
Logged In: YES
user_id=564396
with pd-0.39.0 the "unknown commands" are fixed.
however, i still would enjoy the openpanel/savepanel with a
settable path.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1244757&group_…
Patches item #1253312, was opened at 2005-08-06 22:54
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1253312&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
Submitted By: Tim Blechmann (timblech)
>Assigned to: Miller Puckette (millerpuckette)
Summary: settable granularity for line
Initial Comment:
this patch implements a |granularity float( message for
line
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1253312&group_…
Patches item #1285113, was opened at 2005-09-08 18:56
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1285113&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
Submitted By: Piotr Majdak (petibub)
>Assigned to: Miller Puckette (millerpuckette)
Summary: [print] cuts output, include this in help patch
Initial Comment:
[print] cuts the output if the message is a list with
two or more symbols. The second and following symbols
are printed up to the length of 78 characters and an
asterisk is added.
This behaviour should be mentioned in the help patch
print-help.pd, see the attachment as an example.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1285113&group_…
Patches item #1217783, was opened at 2005-06-09 22:54
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217783&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: Closed
>Resolution: Accepted
Priority: 3
Submitted By: Frank Barknecht (fbar)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix font in pdtk_data_dialog
Initial Comment:
This patch fixes a tiny typo in pdtk_data_dialog where
the wrong font is used because of a missing dollar sign.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 15:01
Message:
Logged In: YES
user_id=564396
accepted by miller
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-07-16 02:35
Message:
Logged In: YES
user_id=313747
taken (although I couldn't find the patch itself, the
comment was enough to
figure it out.)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217783&group_…
Patches item #1217414, was opened at 2005-06-09 08:27
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217414&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-dev
Group: None
Status: Open
Resolution: None
Priority: 2
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: Miller Puckette (millerpuckette)
Summary: change defines MACOSX to __APPLE__
Initial Comment:
gcc defines __APPLE__ automatically on Mac OS X so
there is no need for the -DMACOSX, #ifdef MACOSX, etc
This patch just changes every relevant instance of
MACOSX to __APPLE__ and removes -DMACOSX in configure.in.
This does not change the functionality at all, but
cleans up the code, using standard constructs, and
makes things consistent with __linux__ and __FreeBSD__.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 15:00
Message:
Logged In: YES
user_id=564396
assigned to miller.
its oh so bad, that w32 doesn't really have such an
automatic define.
(mingw does define __WIN32__; probably it would be good to
add that one to the NT/MSW magic in m_pd.h)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-06-09 20:10
Message:
Logged In: YES
user_id=27104
For Apple documentation on this topic, check out the
"Predefined Macros" section of this webpage:
http://developer.apple.com/technotes/tn2002/tn2071.html
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217414&group_…
Patches item #1193670, was opened at 2005-05-02 10:51
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193670&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: Closed
>Resolution: Rejected
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: alternative & stackable rcfiles
Initial Comment:
this patch allows you to specify an rcfile at the
command-line; when an rcfile is specified, the default
pdsettings and .pdrc are ignored.
you can stack several rcfiles, by adding the
"-rcfile"-flag to you rcfile.
this allows to use system-wide rcfiles
caveats: it doesn't really work with the pdsettings-system
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 14:55
Message:
Logged In: YES
user_id=564396
rejected by miller
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:22
Message:
Logged In: YES
user_id=313747
ugh... trying to get rid of the "rc" files. Need a better
mechanism for
site management (where the machine has a default setting but
users can
override it). OS dependent and ugly...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193670&group_…
Patches item #1056912, was opened at 2004-10-29 19:23
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1056912&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: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Tim Blechmann (timblech)
Assigned to: Nobody/Anonymous (nobody)
Summary: comments for pdrc files
Initial Comment:
this patch will change the behaviour of pd that lines
beginning with # in a pdrc file will be skipped
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 14:50
Message:
Logged In: YES
user_id=564396
alas, even though i think this is a very nice feature i have
to close/reject this patch (i really think that the
.pdsettings is sub-optimal)
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:50
Message:
Logged In: YES
user_id=313747
pdrc is going away... not this year, but at least by 2010.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1056912&group_…
Patches item #1224768, was opened at 2005-06-21 11:57
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1224768&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-dev
Group: bugfix
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: checks for NULL-pointers in g_rtext.c & g_graph.c
Initial Comment:
most funtions in g_rtext.c do not check whether a
passed pointer is non-zero and thus crash with
NULL-pointers.
the added patch performs these checks.
is this a performance hog ???
this should fix BUG-1186531 (which i wasn't able to
reproduce at all)
----------------------------------------------------------------------
Comment By: Tim Blechmann (timblech)
Date: 2005-07-16 11:52
Message:
Logged In: YES
user_id=326084
what about asserts?
i think, this is, what they are for ... tim
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-07-16 02:32
Message:
Logged In: YES
user_id=313747
I think that adding speculative checks for NULL pointers
will delay
Pd crashing but whatever the problem was will manifest
itself some
other way later (and be even harder to reproduce and fix)...
so for now
I'd like to leave it so that it crashes right away if this
ever happens...
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-06-30 20:27
Message:
Logged In: YES
user_id=564396
the same for g_graph.c
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1224768&group_…
Patches item #1309457, was opened at 2005-09-30 14:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1309457&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: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: proper initialization and fix some memleaks
Initial Comment:
running pd with profilers like valgrind show some
memory leaks and that several values don't get properly
initialized.
attached is a patch that
a) fixes the use of unitialized values in s_file.c
(thanks to matju) due to improper bracketing
b) fixes some tiny memory leaks (they are not really
crucial, being in the pdsettings-loader which is only
called once)
TODO: do more profiling (currently i just start pd and
quit it....) to find more memory leaks and fix them
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1309457&group_…