Bugs item #1854008, was opened at 2007-12-19 06:21
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1854008&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: 5
Private: No
Submitted By: boonier (boonier)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: JackOSX 0.75 crashing Pd 0.40-2
Initial Comment:
The latest beta of Jack for Multiprocessor support: http://www.grame.fr/~letz/JackOSX.0.75b15.pkg.zip
Is crashing the latest version (autobuild) of Pd-extended 0.40-2 when Jack is selected from the Media menu.
System is:
10.5.1 os x
MacIntel 2.4ghz
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-04-28 03:30
Message:
Logged In: NO
Which version of PD-extended should i try now?
I have been successfully using Jack 0.76 with Pd-0.40.3-extended-20080222
- it wasn't crashing...
There haven't been any Intel builds since them afaik.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-27 21:41
Message:
Logged In: YES
user_id=27104
Originator: NO
does this still happen with jackosx version 0.77?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1854008&group_…
Bugs item #1830771, was opened at 2007-11-13 01:19
Message generated for change (Comment added) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830771&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.39.2
>Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: João Miguel Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Pd extended starts animation effect on XP
Initial Comment:
This actually always happened with Pd-ext as far as I remember. Each time I start Pd-ext, the Einblendeffekt (animation? can't find a translation) gets activated. This effect is what makes the windows "travel" when they're being minimized or maximized. You find it in
- right-click on the desktop
- properties
- 4th Tab [Darstellung], display??
- effects
- 1st checkbox, [use the next effects for menus and quickinfos]
- Einblendeffekt
[the menu names were translated by me from german, they might not be correct]
----------------------------------------------------------------------
>Comment By: João Miguel Pais (jmmmp)
Date: 2008-04-28 12:22
Message:
Logged In: YES
user_id=1523458
Originator: YES
Is .43-ext already final? I tried it a couple weeks ago, and it was buggy.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 07:00
Message:
Logged In: YES
user_id=27104
Originator: NO
I can't reproduce this on English Windows XP SP2 with all updates using
Pd-0.40.3-extended-20080427.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830771&group_…
Bugs item #1830071, was opened at 2007-11-11 14:48
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830071&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: robbert (vh_robbert)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: no help file for [ftos]
Initial Comment:
in pd-0.40.3-extended-20071106, there seems to be no help file for [ftos].
cheers, robbert
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 01:23
Message:
Logged In: YES
user_id=27104
Originator: NO
created a quick help patch. [ftos] is a very old external that has not
been maintained, and is buggy. [makesymbol] is probably a much better
option.
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2007-11-28 03:57
Message:
Logged In: YES
user_id=1658640
Originator: NO
In cvsroot/externals/ext13/doc/ext13-help.pd there is some info one some
of the ext13 externals. fx ftos. true there is no dedicated help file per
class.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-11-28 00:29
Message:
Logged In: NO
One doesn't exist for it, anyone want to write one and submit it?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830071&group_…
Bugs item #1747984, was opened at 2007-07-04 14:45
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1747984&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: externals
Group: None
>Status: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Stephen Sinclair (radarsat1)
Assigned to: Nobody/Anonymous (nobody)
Summary: getdir crashes on windows (mingw)
Initial Comment:
I'm using a personally built version of Pd downloaded from CVS. I needed the patch folder, so I compiled the [getdir] object, which works fine on Linux, but on Windows it crashes on [bang].
I looked at it a bit, but I'm at a loss to figure it out: It calls canvas_getdir(), which in turn calls canvas_getenv(). However, any attempt to dereference the pointer returned by canvas_getenv() causes a crash.
I inserted the following code into getdir_bang():
s = (t_symbol**)canvas_getenv(last);
printf("[getdir] getenv: %#x\n", s);
printf("[getdir] getenv->: %#x\n", (*s));
printf("[getdir] getenv->s: %#x\n", (*s)->s_name);
It crashes on the second printf() statement, so the output is:
[getdir] getenv: 0x700a570
12 audio buffers
socket receive error: Unknown error (10054)
There may be something wrong with this pointer, but I cannot see what might be wrong. It is in the g_canvas struct returned originally in getdir_new() by canvas_getcurrent().
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 01:17
Message:
Logged In: YES
user_id=27104
Originator: NO
Using Pd-0.40.3-extended-20080427 on English Windows XP SP2 with all of
the updates, I could not reproduce this bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1747984&group_…
Bugs item #1830771, was opened at 2007-11-12 19:19
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830771&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: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: João Miguel Pais (jmmmp)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Pd extended starts animation effect on XP
Initial Comment:
This actually always happened with Pd-ext as far as I remember. Each time I start Pd-ext, the Einblendeffekt (animation? can't find a translation) gets activated. This effect is what makes the windows "travel" when they're being minimized or maximized. You find it in
- right-click on the desktop
- properties
- 4th Tab [Darstellung], display??
- effects
- 1st checkbox, [use the next effects for menus and quickinfos]
- Einblendeffekt
[the menu names were translated by me from german, they might not be correct]
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 01:00
Message:
Logged In: YES
user_id=27104
Originator: NO
I can't reproduce this on English Windows XP SP2 with all updates using
Pd-0.40.3-extended-20080427.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1830771&group_…
Bugs item #1914851, was opened at 2008-03-15 11:45
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1914851&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: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: menubar - window filename update
Initial Comment:
hi,
I found a minor bug. when you open a patch (or create new patch) and then "save as" (or "save" with a new patch) then that name is not updated in the menubar-window menu.
the patch is still listed under the old name or "untitled".
maybe that's only on mac 10.5. I tried pd-extended 0.40.3(080222) and the current pd 0.41-2 from millers site.
marius.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 00:57
Message:
Logged In: YES
user_id=27104
Originator: NO
I cannot reproduce his bug on Pd-0.40.3-extended-20080427 or Pd-0.41-4 on
Mac OS X 10.4.11. If you saveas an abstraction that is in use, it will not
change the title , and it will indeed remain as that abstraction, and just
save a copy, IIRC.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1914851&group_…
Bugs item #1939380, was opened at 2008-04-10 10:15
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1939380&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: edit-mode and run-mode look the same on pd-ext
Initial Comment:
on Pd-0.40.3-extended-20080410-windowsxp-i386, there is no visual distinction between run-mode and edit-mode.
or rather, once you switch to edit-mode, the cursor will stay a "hand", no matter which mode you are in
this frequently led me to believe, that Pd was not responding any more:
- open new patch (cursor in arrow-mode)
- Ctrl-1 (cursor becomes hand)
- type text into the objectbox
- switch to run-mode to instantiate object (cursor stays hand)
- get distracted
- try to continue editing, since the cursor indicates that we are n run-mode
- be baffled
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 00:52
Message:
Logged In: YES
user_id=27104
Originator: NO
There was a typo in "right_ptr", but also switched
pointers to make Pd use the default pointer normally, then a special
pointer
when something is clickable. Here's the commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=9731
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1939380&group_…
Bugs item #1854008, was opened at 2007-12-19 09:21
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1854008&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: 5
Private: No
Submitted By: boonier (boonier)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: JackOSX 0.75 crashing Pd 0.40-2
Initial Comment:
The latest beta of Jack for Multiprocessor support: http://www.grame.fr/~letz/JackOSX.0.75b15.pkg.zip
Is crashing the latest version (autobuild) of Pd-extended 0.40-2 when Jack is selected from the Media menu.
System is:
10.5.1 os x
MacIntel 2.4ghz
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 00:41
Message:
Logged In: YES
user_id=27104
Originator: NO
does this still happen with jackosx version 0.77?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1854008&group_…
Patches item #1953120, was opened at 2008-04-28 00:12
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=1953120&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
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: allow spaces in directory of new files
Initial Comment:
wrote a function to switch the [pd filename] callback message to use a A_GIMME instead of two symbols, thereby correctly receiving any directory names with spaces in it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953120&group_…
Patches item #1952001, was opened at 2008-04-25 19:57
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1952001&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: feature
Status: Open
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Luke Iannini (lukeiannini)
>Assigned to: Miller Puckette (millerpuckette)
Summary: OS X: Proxy Icons and Proper Modified State
Initial Comment:
This is a patch to add proxy icons (a tiny representation of the file being worked on in the window's titlebar; it can be dragged to grab a reference to the file for drag and drop, or right/command-clicked to get the parent folders of the file). The patch also adds a dot in the close button when the Pdpatch is dirty, consistent with other OS X apps.
The patch is untested; Pd-Vanilla doesn't seem to support the Tk attributes necessary (for reasons I don't understand), but Pd-Extended does (hardwiring wm attributes $name -modified 0 -titlepath
{insertPathHere} in pd.tk's pdtk_canvas_new works in pd-e but not in pd-v).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-27 20:20
Message:
Logged In: YES
user_id=27104
Originator: NO
I uploaded a version of Luke Iannini's proxy_icon_and_modified_state.patch
fixed to eliminate crash (caused by using %f in sys_vgui for an int value).
Also, made the title bar fully Mac OS X-style.
Pd-vanilla uses an old version of Tcl/Tk, that's probably why it doesn't
work there. If Pd-vanilla is built against a recent version of Tcl/Tk,
then I'll bet it'd work.
File Added: proxy_icon_and_modified_state-0.41.4.patch
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-26 20:34
Message:
Logged In: YES
user_id=27104
Originator: NO
I tried this with the latest from branches/pd-extended/v0-40 and I am
getting a lot of crashes. It didn't seem to change the window behavior
either. Are there some changes to u_main.tk that are missing from the
patch, perhaps? I'll try to troubleshoot it more later.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1952001&group_…