Patches item #1312885, was opened at 2005-10-04 15:30
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=1312885&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: 8
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: 2GB limit for soundfiles
Initial Comment:
using [readsf~] and [writesf~] you cannot read/write
files that are larger than 2GB;
while this limit seems big for soundfiles, it is easily
reached when doing multi-channel recordings (24
channels @ 44.1kHz take ~15 minutes to reach this limit)
to enable support for large files (>2GB), one has to
use 64bit variants of open and friends (open64(),...)
attached is a patch that enables the use of these
variants in d_soundfile.c when "_LARGEFILE64_SOURCE" is
defined.
the patch also changes the configure.in in order to
check whether defining "_LARGEFILE64_SOURCE" is a good
idea;
you can turn off largefile support via the
"--disable-largefile" option.
(btw, max/msp cannot write soundfiles > 2GB too)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1312885&group_…
Patches item #1204294, was opened at 2005-05-18 15:51
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1204294&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: Remind
Priority: 7
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: Miller Puckette (millerpuckette)
Summary: Jack/TclTk/pdtcl build fixes on Mac OS X
Initial Comment:
This patch allows the Pd.app to be built with Jack
support on Mac OS X and it looks for the TclTk
Frameworks first in the standalone Wish Shell.app then
in the standard location (/Library/Frameworks).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-07-25 04:02
Message:
Logged In: YES
user_id=27104
MACOSX_DEPLOYMENT_TARGET=10.2 is necessary on Mac OS X to
support weak linking of frameworks. Since its just a
environment variable, it should be safely ignored on other
platforms.
The included patch assumes that the
darwin_linking_fixes.patch has already been applied.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-06-07 02:21
Message:
Logged In: YES
user_id=27104
I figured out how to make the Jack.framework dependency
optional. Apple calls it "weak libraries", aka "soft
imports". To make it work for Jack, change the two lines in
configure.in from "-framework Jack" to "-weak_framework
Jack". Ideally, Pd would then test to see if Jack is
available before switching to it, otherwise it'll just
crash. Here's apple's method of testing:
http://developer.apple.com/documentation/mac/runtimehtml/RTArch-43.html
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-05-22 07:53
Message:
Logged In: YES
user_id=27104
- allows the Pd.app to be built with Jack support on Mac OS X.
- fixed linking problem that caused bunk builds with Tcl/Tk
newer than 8.4.4
- configure now looks for the Tcl and Tk frameworks
- pdtcl renamed to libPdTcl.dylib according to Mac OS X standard
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1204294&group_…
Patches item #1056914, was opened at 2004-10-29 19:24
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1056914&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: wishlist
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Blechmann (timblech)
>Assigned to: Miller Puckette (millerpuckette)
Summary: tooltips
Initial Comment:
port of günter geiger's tooltips for pd 0.38
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 15:12
Message:
Logged In: YES
user_id=564396
repeating tim's question
----------------------------------------------------------------------
Comment By: Tim Blechmann (timblech)
Date: 2005-05-18 10:29
Message:
Logged In: YES
user_id=326084
do you mean a list of tooltips as part of t_class instead of
part of t_inlet?
if it's only that, it should very easy to adapt it ...
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:49
Message:
Logged In: YES
user_id=313747
I'm still unwilling to go adding data fields in objects for
functions that
aren't basic to Pd's run-time... I think it would be more
compact to have a
tooltip field in the class.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1056914&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: documentation
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 #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_…