Patches 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=478072&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: Open
>Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
>Assigned to: Miller Puckette (millerpuckette)
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 16:45
Message:
Logged In: YES
user_id=27104
Originator: NO
Ok, found the source of the problem. I changed it so whenever saving,
update the window list for the Window menu in case the save was a "Save As"
that changed the name of the window.
File Added: update_window_list_on_saveas-0.41.4.patch
----------------------------------------------------------------------
Comment By: marius schebella (mariusschebella)
Date: 2008-04-28 08:09
Message:
Logged In: YES
user_id=1856112
Originator: YES
sorry, if I was not clear. to reproduce create a new patch and look in the
menubar under "Windows". It will be listed as Untitled-1 or something. then
save it as somename.pd and look again under "Windows". it is still listed
as untitled. this does not get updated until you open a new patch.
----------------------------------------------------------------------
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=478072&aid=1914851&group_…
Bugs item #1795369, was opened at 2007-09-15 05:47
Message generated for change (Comment added) made by jleben
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1795369&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: Duplicate
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: red border GOP
Initial Comment:
hey,
when I have a subpatch that contains no element in it, but is a GOP, then I don't see the red GOP border.
that does not seem to be a problem. BUT...
when I use this empty subpatch and create an object in it via message command, then that red border suddenly is visible in the parent patch.
see attached file.
marius.
----------------------------------------------------------------------
Comment By: Jakob Leben (jleben)
Date: 2008-04-28 21:38
Message:
Logged In: YES
user_id=2064182
Originator: NO
The reason, I think, why red border doesn't show up when no elements
present is: The same GOP technique is used to show the contents of a
subpatch that contains data structures - for example an audio array. In
this case you really don't want the red border to be drawn over the
graphical representation of data structures, do you? So, red border gets
drawn only when there are elements which are at the same time not data
structures. This I wouldn't consider a bug then. What's your opinion?
Now, why it gets drawn when an object is created via message command: the
red border gets drawn in the garray_vis function (g_array.c). This function
apparently gets called every time an object is created, exactly because
that's the point when the red border might need to be drawn. I think the
reason why when you have the subpatch open the GOP on the parent patch is
covered over with a grey square is just to avoid the problem of having to
visualize GOP on the parent and the subpatch window at the same time but
differently (for example: on the parent patch without the red border).
But the code obviously doesn't handle the case when a GOP's window is
closed and when you create an object it calls garray_vis which draws the
red square. Therefore we should add some checking inside garray_vis.
This is my idea. Maybe I'll try to solve the problem or I hope this text
will be of help to whoever else.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 18:09
Message:
Logged In: YES
user_id=27104
Originator: NO
Try this link:
http://sourceforge.net/tracker/index.php?func=detail&aid=1351274&group_id=5…
----------------------------------------------------------------------
Comment By: marius schebella (mariusschebella)
Date: 2008-04-28 17:19
Message:
Logged In: YES
user_id=1856112
Originator: YES
it's the same, but #1351274 does not show up when I browse the bugs. wrong
settings? strange.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 16:43
Message:
Logged In: YES
user_id=27104
Originator: NO
This is the same as bug #1351274
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 16:42
Message:
Logged In: YES
user_id=27104
Originator: NO
This is the same as bug #1351274
http://sourceforge.net/tracker/index.php?func=browse&group_id=55736&atid=47…
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2007-10-16 15:58
Message:
Logged In: YES
user_id=1658640
Originator: NO
This seam very similar to the report #1351274 called "pd 0.39-1 GOP
bounding box doesn't appear if no objects".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1795369&group_…
Bugs item #1854008, was opened at 2007-12-19 09:21
Message generated for change (Settings changed) 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: Closed
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 13:00
Message:
Logged In: NO
Seems to be working fine - latest autobuild and Jack OSX 0.77
I havent managed to test extensively but the problem originally was pretty
quick to reveal itself
whoever/whatever fixed it -good work
many thanks
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 11:59
Message:
Logged In: YES
user_id=27104
Originator: NO
Try the latest builds. The Mac/Intel builds are back. The Mac OS X
builds are now building against JackOSX 0.77.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 11:59
Message:
Logged In: YES
user_id=27104
Originator: NO
Try the latest builds. The Mac/Intel builds are back. The Mac OS X
builds are now building against JackOSX 0.77.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-04-28 06: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-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_…
Bugs item #1325663, was opened at 2005-10-13 11:06
Message generated for change (Comment added) made by piotrmajdak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1325663&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: 8
Private: No
Submitted By: Piotr Majdak (piotrmajdak)
Assigned to: Nobody/Anonymous (nobody)
Summary: Higher CPU load in 0.39 than older versions
Initial Comment:
Updating to 0.39 I noticed that most patches use more
CPU than in previous versions. Configuration: OS:
Windows 2000, ASIO driver activated.
CPU Load without any patch loaded:
- 0.38.3: 2%
- 0.39: 4%
CPU Load with a patch:
- 0.38.3: 3%
- 0.39: 40% (!)
CPU Load with comport object receiving data from serial
port:
- 0.38.3: 3%
- 0.39: 25%
It seems to depend on audio channels used: more
channels higher CPU load. It is hardware independent
(several sound interfaces tested with different computers).
----------------------------------------------------------------------
>Comment By: Piotr Majdak (piotrmajdak)
Date: 2008-04-28 18:13
Message:
Logged In: YES
user_id=633784
Originator: YES
Two years ago, we stopped using 0.39 because of this bug and we adapted
our patches to 0.38.4-extended which works fine. Unfortunately, I can not
contribute to this issue at the moment because of lack of time. Sorry...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 15:41
Message:
Logged In: YES
user_id=27104
Originator: NO
An example patch is always very helpful, especially if it triggers the
problem every time that it is run. Ideally the example patch would have
only enough objects to cause the problem, but nothing else.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-08-31 08:13
Message:
Logged In: YES
user_id=564396
does this still happen with the 0.40 prereleases?
if so, could you narrow down the problem a bit?
----------------------------------------------------------------------
Comment By: Piotr Majdak (piotrmajdak)
Date: 2005-10-13 11:13
Message:
Logged In: YES
user_id=633784
changed priority: this bug makes 0.39 unusable :-(
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1325663&group_…
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: Pending
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 10:00
Message:
Logged In: NO
Seems to be working fine - latest autobuild and Jack OSX 0.77
I havent managed to test extensively but the problem originally was pretty
quick to reveal itself
whoever/whatever fixed it -good work
many thanks
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 08:59
Message:
Logged In: YES
user_id=27104
Originator: NO
Try the latest builds. The Mac/Intel builds are back. The Mac OS X
builds are now building against JackOSX 0.77.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 08:59
Message:
Logged In: YES
user_id=27104
Originator: NO
Try the latest builds. The Mac/Intel builds are back. The Mac OS X
builds are now building against JackOSX 0.77.
----------------------------------------------------------------------
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 #1608080, was opened at 2006-12-03 16:20
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1608080&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Luke Iannini (lukeiannini)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd does not respect OS X standard keybindings
Initial Comment:
Hallo,
Just wanted to mention that no versions of Pd respond correctly to:
Command-` to switch between different windows within the application.
^^This is my biggest one... would save a lot of time.
Command-, to bring up preferences (though this one is more difficult since there are multiple preference windows...)
Command-m to minimize the window (this currently brings up the "send message" dialogue box)
I'm looking into this but I assume many could fix it faster than I : ).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 12:45
Message:
Logged In: YES
user_id=27104
Originator: NO
I checked a fix into branches/pd-extended/0.40 to make Cmd-M minimizing
work. The rest would be good too.
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=9724
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1608080&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-28 12:41
Message:
Logged In: YES
user_id=27104
Originator: NO
added to branches/pd-extended/0.40
----------------------------------------------------------------------
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_…
Patches item #1953120, was opened at 2008-04-28 00:12
Message generated for change (Comment added) made by eighthave
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.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 12:40
Message:
Logged In: YES
user_id=27104
Originator: YES
Ok, I think I found the way it is done in the rest of Pd, using
pdtk_enquote, so I switched to that method.
File Added: allow_spaces_in_new_directory-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953120&group_…
Bugs item #1716827, was opened at 2007-05-10 19:10
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1716827&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: v0.39.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: folder_list badly appends path in Windows glob
Initial Comment:
folder_list isn't finding where to chop the path to append again.
abstractions/pddp/+pager.pd on Windows illustrates this.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 12:34
Message:
Logged In: YES
user_id=27104
Originator: YES
Fixed this, here is the commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/hcs/f…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1716827&group_…
Bugs item #1795369, was opened at 2007-09-14 23:47
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1795369&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: Duplicate
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: red border GOP
Initial Comment:
hey,
when I have a subpatch that contains no element in it, but is a GOP, then I don't see the red GOP border.
that does not seem to be a problem. BUT...
when I use this empty subpatch and create an object in it via message command, then that red border suddenly is visible in the parent patch.
see attached file.
marius.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 12:09
Message:
Logged In: YES
user_id=27104
Originator: NO
Try this link:
http://sourceforge.net/tracker/index.php?func=detail&aid=1351274&group_id=5…
----------------------------------------------------------------------
Comment By: marius schebella (mariusschebella)
Date: 2008-04-28 11:19
Message:
Logged In: YES
user_id=1856112
Originator: YES
it's the same, but #1351274 does not show up when I browse the bugs. wrong
settings? strange.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 10:43
Message:
Logged In: YES
user_id=27104
Originator: NO
This is the same as bug #1351274
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 10:42
Message:
Logged In: YES
user_id=27104
Originator: NO
This is the same as bug #1351274
http://sourceforge.net/tracker/index.php?func=browse&group_id=55736&atid=47…
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2007-10-16 09:58
Message:
Logged In: YES
user_id=1658640
Originator: NO
This seam very similar to the report #1351274 called "pd 0.39-1 GOP
bounding box doesn't appear if no objects".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1795369&group_…