Patches item #3064521, was opened at 2010-09-11 18:22
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3064521&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: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
>Summary: label positions in GOPs get placed wrong when changed dynami
Initial Comment:
fix label_pos in all IEMGUI
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-12 21:01
Message:
see the attached patch for an illustration of the bug. Included in
Pd-extended 0.42.5.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3064521&group_…
Feature Requests item #3064707, was opened at 2010-09-12 12:53
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3064707&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
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: netreceive: inlet to start/stop listening (in TCP mode)
Initial Comment:
In TCP mode, netreceive should one or more inlets accepting messages to make it:
- close connection with a client
- stop/start listening and accepting for connections
In UDP mode it is not so necessary to be able to stop listening, because you can use a [spigot] to ignore the incoming messages, and listening to a UDP port won't prevent another application from listening on the same port (while in TCP mode it will).
However, I'm not sure of what happens if a UDP netreceive receives a packet that is not a valid FUDI message. If this can prevent later valid packets from being processed correctly, then a way of stop/start listening is necessary.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3064707&group_…
Feature Requests item #3064704, was opened at 2010-09-12 12:43
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3064704&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
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: inlet to set netreceive port
Initial Comment:
[netreceive] should definitely have an inlet to set the port.
Without that you cannot make a patch which listens on a user-configurable port
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3064704&group_…
Patches item #3064521, was opened at 2010-09-11 22:22
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3064521&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix label_pos in all IEMGUI
Initial Comment:
fix label_pos in all IEMGUI
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3064521&group_…
Patches item #3060946, was opened at 2010-09-06 23:53
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3060946&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] for broken alsa-midi dialog in 0.43
Initial Comment:
current 0.43-test2 cannot open the alsa-midi dialog, instead you get an error:
<snip>
(Tcl) INVALID COMMAND NAME: invalid command name "pdtk_alsa_midi_dialog"
while executing
"pdtk_alsa_midi_dialog .gfxstub9d41ce0 1 0 0 0 1 0 0 0 0 1"
("uplevel" body line 8)
invoked from within
"uplevel #0 $cmd_from_pd"
</snip>
this comes from the fact, that "pdtk_alsa_midi_dialog" is not exported.
the attached 1-liner patch fixes this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3060946&group_…
Patches item #3057938, was opened at 2010-09-01 20:33
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057938&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: Pending
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix paths for Paths dialog, Help Browser, plugins, etc.
Initial Comment:
Currently, the Help Browser doesn't find libraries and pd-gui doesn't find plugins if they are installed into the new user-installed locations. That's because pd-gui assumes the 'extra' path is just pd/extra, but now there are multiple 'extra' paths. This patch fixes that bug and makes the naming clearer. In pd-gui pd_path becomes sys_searchpath just like in pd. And pd_extrapath becomes sys_staticpath in pd and pd-gui. These are then used for Paths dialog, Help Browser, plugins, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057938&group_…
Patches item #3057177, was opened at 2010-08-31 20:28
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057177&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: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: empty values in iemgui offset properties causes bad behavior
Initial Comment:
>From Peter Plessas' email to pd-list (http://lists.puredata.info/pipermail/pd-list/2010-07/081103.html):
> something funny happens in Pd when the x-offset value of the "label" in
> the properties dialog of a numberbox [nbx] is not set at all. Xorg eats
> all CPU for a while and creates a strange-looking object that can't be
> erased.
The attached patch fixes this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3057177&group_…
Patches item #3056339, was opened at 2010-08-30 16:07
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3056339&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: Pending
>Resolution: Accepted
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fixed lookup_windowname to return window name properly
Initial Comment:
Fixed lookup_windowname to return window name properly instead of always "ERROR" and then also not barf with used with bad windownames (i.e. $mytoplevel).
Patch against the HEAD of pure-data.git, apply with "git am".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3056339&group_…
Patches item #3052684, was opened at 2010-08-24 20:07
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052684&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: Pending
>Resolution: Accepted
Priority: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fixed bug in saving Untitled/new patches
Initial Comment:
There is a bug in the new Yes/No/Cancel code that can lose changes. If a new/Untitled patch is dirty, and you close the window, the menuclose message will be sent before the _saveas dialog is done, thereby losing the changes. This patch fixes that bug, and refactors the pdtk_canvas_menuclose to fit into 0.43/gui-rewrite style.
apply with git am
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052684&group_…
Patches item #3052634, was opened at 2010-08-24 17:42
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052634&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: Pending
>Resolution: Accepted
Priority: 1
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: size should be margin in canvas properties dialog
Initial Comment:
There is a small bug in dialog_canvas.tcl where $xsize and $ysize should be $xmargin and $ymargin
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052634&group_…