Patches item #3206530, was opened at 2011-03-11 10:17
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3206530&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: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: The Log Dropdown box area is different color
Initial Comment:
Pd Version 0.43-0test4
Mac OS X 10.6.6 / Intel
The area around the dropdown box in the Pd Window is a slightly different grey color than the surrounding area. This is definitely nitpicking, but it would look better if it was the same color.
This is a "nice if eventually fixed" bug.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-03-11 19:12
Message:
I couldn't resist, it'll be the icing on the cake. I attached a patch to
fix this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3206530&group_…
Bugs item #3206530, was opened at 2011-03-11 15:17
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3206530&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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: The Log Dropdown box area is different color
Initial Comment:
Pd Version 0.43-0test4
Mac OS X 10.6.6 / Intel
The area around the dropdown box in the Pd Window is a slightly different grey color than the surrounding area. This is definitely nitpicking, but it would look better if it was the same color.
This is a "nice if eventually fixed" bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3206530&group_…
Bugs item #3204874, was opened at 2011-03-10 02:04
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3204874&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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Can't see comments
Initial Comment:
Pd version 0.42.5-extended
Linux Ubuntu 10.04/Intel
For some reason I can select comments I've write but I can't read them.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3204874&group_…
It seems that the verbose level pulldown menu in the Pd window isn't
fully implemented. Or am I missing something?
.hc
----------------------------------------------------------------------------
Computer science is no more related to the computer than astronomy is
related to the telescope. -Edsger Dykstra
Patches item #3204677, was opened at 2011-03-09 16:43
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3204677&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: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix post/verbose API and improve Pd window
Initial Comment:
This patch set completes a very inter-related things related to the Pd window and the logging functions. I think you'll find it a huge improvement. It is a combo of work that IOhannes and I recently did.
- completes the post/verbose API on the Tcl side
- adds logpost() proc/function for logging at a set level
- adds symbolic labels to the Log menu numbers
- adds 'pd findinstance' to allow Ctrl-clicking or hitting Enter on a log message to show which instance generated that message
- makes posting to the log more efficient due to integration with the Tk loop (i.e. after idle)
- complete buffer of all log messages that is filterable using the Log: menu (can filter about 100,000 lines per second on my machine)
- makes the text in the Pd window un-editable but still copy-n-paste-able (patch #3)
- separates the idea of the -verbose flag and log level since they are different
- adjust the post() statements that should be error statements, like "... couldn't create". (patch #4)
This came out of this discussion:
http://lists.puredata.info/pipermail/pd-dev/2011-02/016565.htmlhttp://lists.puredata.info/pipermail/pd-dev/2011-03/016629.html
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3204677&group_…
Patches item #3170987, was opened at 2011-02-02 23:47
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3170987&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: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: add method 'clear' to [delwrite~]
Initial Comment:
add method 'clear' to [delwrite~]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3170987&group_…
Bugs item #3202613, was opened at 2011-03-08 00:35
Message generated for change (Tracker Item Submitted) made by whyameye
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3202613&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
Submitted By: whyameye (whyameye)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pd~ incorrect file paths: pd-extended 0.42-5 Linux
Initial Comment:
sending a [start( message to [pd~] causes "sh: /usr/lib/bin/pd-gui: not found" to be returned to stderr and no subprocess created. Adding a symbolic link: /usr/lib/bin -> /usr/lib/pd-extended/bin gets the subprocess to load but no libraries are found in the subprocess. Adding a symbolic link: "/usr/lib/extra -> /usr/lib/pd-extended/extra" causes the libraries to be found still other file-not-found errors show due to other incorrect file paths (help for objects, for example).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3202613&group_…
Bugs item #3198672, was opened at 2011-03-03 14:09
Message generated for change (Tracker Item Submitted) made by marcelocarneiro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3198672&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
Submitted By: Marcelo Carneiro de Lima (marcelocarneiro)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: How do I Load a new Library?
Initial Comment:
Hello. I have just downloaded the pd-zexy as I was instructed to do to solve the absence of operational objects like [&&~]. Unfortunately I don't know how to make pd look for and use this new library. I also don't know where do I download the hexloader as I was also instructed to load it and use it.
Thanks in advance.
Marcelo
Pd version 0.42.5-extended-rc5
Windows Vista 32 bits
Audiobox USB PreSonus
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3198672&group_…
Bugs item #3198455, was opened at 2011-03-03 10:41
Message generated for change (Tracker Item Submitted) made by marcelocarneiro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3198455&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: Marcelo Carneiro de Lima (marcelocarneiro)
Assigned to: Nobody/Anonymous (nobody)
Summary: Object not found
Initial Comment:
Hello, PD does not find these operation objects: [&&~], [==~], [||~]. What can I do?
Pd version 0.42.5-extended-rc5
Wndows Vista 32 bits (home edition)
Audiobox USB PreSonus.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3198455&group_…
Bugs item #3197416, was opened at 2011-03-02 15:46
Message generated for change (Tracker Item Submitted) made by reduzent
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3197416&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roman Haefeli (reduzent)
Assigned to: Nobody/Anonymous (nobody)
Summary: mrpeach [tcpreceive] outputs negative numbers
Initial Comment:
If bytes > 127 are received, they are wrapped to -128 to -1 by [tcpreceive]. The attached patch illustrates the problem.
Tested with current svn head and Pd-vanilla 0.42-5, 0.43test4, Pd-extended 0.42 on Ubuntu 10.04
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3197416&group_…