fixed four instances of a bug having to do with mistaken priorities of &&
and || operators that caused strcmp to be called on an uninitialized
value.
If Miller wants it, it's in devel_0_39.
____________________________________________________________________
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
Freelance Digital Arts Engineer, Montréal QC Canada
Hello everybody,
It took a while to set up, but we're now running a fund-raising
campaign for GridFlow documentation efforts.
GridFlow is a multidimensional dataflow processing library intended for
interactive video/sound art. You can use it within PureData
(http://puredata.info , an Open Source alternative to Max/MSP) or Ruby
itself, on Linux, OSX and Windows.
This fundraising campaign aims to enable Mathieu Bouchard, the creator
of GridFlow, and associates if relevant, to write a workshop-style book
and better documentation for GridFlow classes.
We believe GridFlow is extremely powerful, in that it allows a user to
create a Puredata object without having to learn C, in a language
designed for creative productivity.
Using GridFlow, it is possible to write a functional PD object in a
couple of lines of clearly understandable Ruby, a programming language
extremely well suited to beginners, but powerful enough for programming
experts.
However, currently, the documentation is not thorough enough to help
people get started as well as it could.
Imagine the power of your own Puredata objects without the C/C++
situps, and donate to help us achieve a textbook for newcomers to both
puredata and interactive art programming!
Matthieu Bouchard does not currently have a way to handle online
donations, so I will be managing donations through a secure PayPal
account.
To learn more about GridFlow, why it is the bee's knees, and how to
donate, see here:
http://www.davidcasal.com/gridflow.html
Thanks for reading,
David
--
# David Plans Casal
problem.each { |day|
assert_nil(spoon)
}
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_…