Patches item #2510152, was opened at 2009-01-15 10:18
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152&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: Fixed
Priority: 5
Private: No
…
[View More]Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: useless dummy canvas in pd main window ?
Initial Comment:
there is a line:
canvas .dummy -height 2p -width 6c
in pd.tk (u_main.tk). for what is it needed ?
as at least on linux the pd main window doesnt look "nice" when the dummy canvas is in (see attached screenshot, comparing with and without the dummy canvas)
if its not needed:
129d128
< canvas .dummy -height 2p -width 6c
132c131
< pack .controls .dummy -side top -fill x
---
> pack .controls -side top -fill x
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 23:50
Message:
removed in 0.42.4:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/pd/src/u_main.t…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-01-18 23:53
Message:
The current pd-devel effort is here:
https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-devel/0…
----------------------------------------------------------------------
Comment By: oskude (oskude)
Date: 2009-01-16 13:18
Message:
http://osku.de/ppd/pretty-pd003-test.png ;P
where do i get pd-devel ?
as i assume its not
"https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/pd" ?
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-01-15 16:53
Message:
If you have an interest, pd-devel is ready for someone to make a new Pd
window. Want to take it on?
The current one also doesn't resize gracefully.
----------------------------------------------------------------------
Comment By: oskude (oskude)
Date: 2009-01-15 11:54
Message:
hmm,
i forgot to login, and now i can add only a comment but no files ?
well, heres the patch in comment then...
--- pd/src/u_main.tk 2009-01-15 15:25:41.000000000 +0100
+++ pd-work/src/u_main.tk 2009-01-15 15:40:26.000000000 +0100
@@ -126,10 +126,9 @@
# the menus are instantiated here for the main window
# for the patch windows, they are created by pdtk_canvas_new
menu .mbar
-canvas .dummy -height 2p -width 6c
frame .controls
-pack .controls .dummy -side top -fill x
+pack .controls -side top -fill x
menu .mbar.file -tearoff $pd_tearoff
.mbar add cascade -label "File" -menu .mbar.file
menu .mbar.find -tearoff $pd_tearoff
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152&group_…
[View Less]
Bugs item #2566232, was opened at 2009-02-04 20:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2566232&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
…
[View More]Submitted By: whyameye (whyameye)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Gem right-click help broken: Win32 Pd-extended 0.40-3
Initial Comment:
running Pd version 0.40.3-extended-20080721 (released version) I get error "sorry, couldn't find help patch for "<insert Gem object here>" if I right-click on any Gem object and select "help" from the context menu. The Gem help patches are available, however, if I drill down to them through 5.reference -> Gem in the browser of the help menu.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2566232&group_…
[View Less]
Hey,
I cc'ed pd-devel to keep people posted and get people involved, I hope
that's ok.
I've been thinking that there could be a 5th preference pane for
preferences just relating to the Wish/Tcl side of things. The 4 now
are all related to pd (paths, startup, audio, midi). Global settings
like font, bg/fg color, etc. and also GUI behaviors could be managed
in this 5th preferences pane. Perhaps there could be a manual
override for the locale in that 5th prefpane.
Is that along …
[View More]the lines of what you were thinking?
Also, I think might have broken starting from Wish first, this is what
I use mostly for testing:
rm -f ../bin/pd.tk ; make bin && ../bin/pd
(The makefile doesn't handle tracking the Tcl files well, so
deleting ../bin/pd.tk forces all Tcl files to be copied again)
.hc
On Feb 3, 2009, at 1:38 AM, Chun Lee wrote:
> Hi there:
>
> i was going to try out exporting LANG on this laptop i am using atm,
> but pd-devel don't seem to run, though it compiled fine.... when i
> do ./pd.tk, it got stuck at "setting font to: Courier normal", then
> nothing. will try it again later on my main laptop when i am home
> next. just looked at the TODO list and will think of something to
> work on. have you thought about ways to customise the appearance of
> the patch? ie bg/fg colour, font, object colour..etc? maybe i can
> look into that?
>
> cheers
>
> chun
>
> Hans-Christoph Steiner said :
>>
>> I think the msgcat is pretty much sorted out, except for details.
>> For
>> me, I have just been setting "export LANG=zh" on the command line,
>> then
>> running it. I think we should add code to make sure that it first
>> tries
>> to get the locale from the system, then otherwise, it can be manually
>> set.
>>
>> As for what you want to work on, I've been maintaining the
>> devel_docs/
>> TODO pretty well. Really, its up to you what you want to work on. I
>> just started redoing all the panels. Check out the Find panel, I
>> think
>> we can do a lot of good stuff there.
>>
>> .hc
>>
>> On Feb 2, 2009, at 10:58 AM, Chun Lee wrote:
>>
>>>
>>> Hi there:
>>>
>>> just had a quick dig around with updated pd-devel. wow, seems that
>>> you
>>> have made quite some progress:) i saw the msgcat stuff that you have
>>> done so far too, seems quite straight forward. quick question, i
>>> don't
>>> see mclocale being set anywhere, is it so at your local copy too? i
>>> just tried setting it quickly, but didn't quite work as i hoped,
>>> but i
>>> am being very hasty here...
>>>
>>> anyways, just wanted to see what's your progress with msgcat stuff
>>> and
>>> where i can get start with.
>>>
>>> cheers
>>>
>>> chun
>>
>>
>>
>> ----------------------------------------------------------------------------
>>
>> I have the audacity to believe that peoples everywhere can have three
>> meals a day for their bodies, education and culture for their
>> minds, and
>> dignity, equality and freedom for their spirits. - Martin Luther
>> King, Jr.
>>
>>
>>
----------------------------------------------------------------------------
If you are not part of the solution, you are part of the problem.
[View Less]
Bugs item #2565086, was opened at 2009-02-04 14:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2565086&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.40.2
Status: Open
Resolution: None
Priority: 9
Private: …
[View More]No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: can't save Untitled patch
Initial Comment:
Sometimes, Pd-extended 0.40.3 gets into a state where it won't save any patches that are Untitled, but will still save existing patches that are modified. I have seen this on 3 Mac OS X machines, but have not been able to reproduce it myself.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2565086&group_…
[View Less]
When I try to build the spotlight importer with XCode 3.1.2 on Mac OS
X 10.5.6/Intel, I get this error:
error: can't exec '/Developer/Library/Xcode/Plug-ins/GCC 4.0.xcplugin/
Contents/Resources/cc' (No such file or directory)
Any ideas how to fix it? I have the whole XCode installed. That file
is indeed not there, but I have built other things with this install
of XCode.
.hc
----------------------------------------------------------------------------
News is what people want to …
[View More]keep hidden and everything else is
publicity. - Bill Moyers
[View Less]
Bugs item #2476163, was opened at 2008-12-29 20:18
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163&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.0
>Status: Pending
>Resolution: Fixed
Priority: 5
…
[View More]Private: No
Submitted By: whyameye (whyameye)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: OSX: pd-ext pdp and pidip patches end with .bak
Initial Comment:
pd-extended 0.40.3 pdp and pidip patches in the documentation folder end with .pd.bak instead of just .pd on OS X.
The problem exists with Pd-extended 0.40.3 release, as well as with the autobuild as off Dec 27, 2008.
Workaround is to rename the files. In a terminal window:
cd /Applications/Pd-extended.app/Contents/Resources/doc/5.reference/pdp
ls -d *.bak | sed 's/\(.*\).bak$/mv "&" "\1"/' | sh
cd ../pidip
ls -d *.bak | sed 's/\(.*\).bak$/mv "&" "\1"/' | sh
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 00:12
Message:
This is fixed Pd-extended 0.41.4-20090131 (there are currently only test
builds)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163&group_…
[View Less]
Bugs item #2423088, was opened at 2008-12-12 21:04
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2423088&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: Fixed
Priority: 5
Private: No
…
[View More]Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Copy/paste bug
Initial Comment:
0.40.3 extended
If you copy/paste two or more objects that are connected, then try to move the pasted objects, only the object you clicked on will move (even though all of them are selected).
Annoying if you're copying a large section of objects.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 00:11
Message:
This should be fixed in Pd-vanilla and Pd-extended 0.41.4 (there are
currnetly only test builds)
----------------------------------------------------------------------
Comment By: Federico Ferri (federico__)
Date: 2008-12-26 09:46
Message:
have you tried the latest Pd version?
I cannot reproduce it here on vanilla Pd 0.41.4
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2423088&group_…
[View Less]
Bugs item #2379781, was opened at 2008-12-02 17:07
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2379781&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.0
>Status: Pending
>Resolution: Fixed
Priority: 5
…
[View More]Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: selecting underneath
Initial Comment:
version: Pd version 0.40.3-extended-20080721
os: vista
problem: selecting a box on the canvas (message, object whatever) appears to have the z-axis the wrong way around. - if I place two boxes on top of each other then click to select the top one it actually selects the box underneath.
This is more frustrating than it sounds, because after every copy-paste operation (especially with large groups of boxes) I attempt to move the items I have pasted and ruin my tidy layout from before - or worse still - not see that the boxes are selected (because the highlight is hidden) and end up with a big tangle of wires.
Sorry if I've got the protocol wrong for reporting bugs, please e-mail if you need more info petemcpartlan at yahoo dot co dot uk,
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 00:10
Message:
This should be fixed in Pd-vanilla and Pd-extended 0.41.4 (there are
currnetly only test builds)
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-12-02 17:41
Message:
Actually this reverse z-ordering is considered a feature not a bug by many,
because it allows some neat tricks like hiding a clickable GUI-bang behind
a canvas object that doesn't receive clicks. Changint the behaviour would
break all patches that use this feature. (I have several of them, e.g.
ezmenu.pd from http://www.mail-archive.com/pd-list@iem.at/msg14209.html)
If you do the copy-paste operation with Ctl-D (for duplicate) instead of
"Ctl-C Ctl-V" then Pd already shifts the duplicated objects some pixels
away so you should see the highlights just fine. (You may stilll miss them
when clicking, but multi-level undo would be a different feature wish)
Frank Barknecht (who's to lazy to log in...)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2379781&group_…
[View Less]
Bugs item #2485339, was opened at 2009-01-04 12:13
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2485339&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: …
[View More]Cyrille Henry (nusmuk)
Assigned to: Miller Puckette (millerpuckette)
Summary: pd~ crash pd when sending a big message to sub-process
Initial Comment:
When a big message is send via pd~ to a sub process, pd exit with this message in the consol :
*** stack smashing detected ***: pd terminated
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7d6c138]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0xb7d6c0f0]
/usr/local/lib/pd/extra/pd~/pd~.pd_linux[0xb7ee5334]
/usr/local/lib/pd/extra/pd~/pd~.pd_linux[0xb7ee34ee]
[0x32203120]
======= Memory map: ========
...
by exemple, a big message is about 200 to 300 number (depending on the size of the number).
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-02-03 03:33
Message:
... however, it's still possible to deadlock the two Pd processes by
over-stuffing the pipes -
fixing that will require much more work.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-02-03 03:31
Message:
Fixed as follows:
diff --git a/extra/pd~/pd~.c b/extra/pd~/pd~.c
index 3cf713f..eba594c 100644
--- a/extra/pd~/pd~.c
+++ b/extra/pd~/pd~.c
@@ -466,21 +466,16 @@ static void pd_tilde_tick(t_pd_tilde *x)
static void pd_tilde_anything(t_pd_tilde *x, t_symbol *s,
int argc, t_atom *argv)
{
- char msgbuf[MAXPDSTRING], *sp, *ep = msgbuf+MAXPDSTRING;
+ char msgbuf[MAXPDSTRING];
if (!x->x_outfd)
return;
- msgbuf[0] = 0;
- strncpy(msgbuf, s->s_name, MAXPDSTRING);
- msgbuf[MAXPDSTRING-1] = 0;
- sp = msgbuf + strlen(msgbuf);
+ fprintf(x->x_outfd, "%s ", s->s_name);
while (argc--)
{
- if (sp < ep-1)
- sp[0] = ' ', sp[1] = 0, sp++;
- atom_string(argv++, sp, ep-sp);
- sp += strlen(sp);
+ atom_string(argv++, msgbuf, MAXPDSTRING);
+ fprintf(x->x_outfd, "%s ", msgbuf);
}
- fprintf(x->x_outfd, "%s;\n", msgbuf);
+ fprintf(x->x_outfd, ";\n");
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2485339&group_…
[View Less]
Bugs item #2485339, was opened at 2009-01-04 12:13
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2485339&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: …
[View More]Cyrille Henry (nusmuk)
Assigned to: Miller Puckette (millerpuckette)
Summary: pd~ crash pd when sending a big message to sub-process
Initial Comment:
When a big message is send via pd~ to a sub process, pd exit with this message in the consol :
*** stack smashing detected ***: pd terminated
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7d6c138]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0xb7d6c0f0]
/usr/local/lib/pd/extra/pd~/pd~.pd_linux[0xb7ee5334]
/usr/local/lib/pd/extra/pd~/pd~.pd_linux[0xb7ee34ee]
[0x32203120]
======= Memory map: ========
...
by exemple, a big message is about 200 to 300 number (depending on the size of the number).
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-02-03 03:31
Message:
Fixed as follows:
diff --git a/extra/pd~/pd~.c b/extra/pd~/pd~.c
index 3cf713f..eba594c 100644
--- a/extra/pd~/pd~.c
+++ b/extra/pd~/pd~.c
@@ -466,21 +466,16 @@ static void pd_tilde_tick(t_pd_tilde *x)
static void pd_tilde_anything(t_pd_tilde *x, t_symbol *s,
int argc, t_atom *argv)
{
- char msgbuf[MAXPDSTRING], *sp, *ep = msgbuf+MAXPDSTRING;
+ char msgbuf[MAXPDSTRING];
if (!x->x_outfd)
return;
- msgbuf[0] = 0;
- strncpy(msgbuf, s->s_name, MAXPDSTRING);
- msgbuf[MAXPDSTRING-1] = 0;
- sp = msgbuf + strlen(msgbuf);
+ fprintf(x->x_outfd, "%s ", s->s_name);
while (argc--)
{
- if (sp < ep-1)
- sp[0] = ' ', sp[1] = 0, sp++;
- atom_string(argv++, sp, ep-sp);
- sp += strlen(sp);
+ atom_string(argv++, msgbuf, MAXPDSTRING);
+ fprintf(x->x_outfd, "%s ", msgbuf);
}
- fprintf(x->x_outfd, "%s;\n", msgbuf);
+ fprintf(x->x_outfd, ";\n");
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2485339&group_…
[View Less]