Bugs item #3605193, was opened at 2013-02-18 06:49
Message generated for change (Tracker Item Submitted) made by emviveros
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3605193&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: Graph-On-Parent
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Esteban Viveros (emviveros)
Assigned to: Nobody/Anonymous (nobody)
Summary: xlets and canvas problems
Initial Comment:
In pd-extended .43.4, when I try to use a canvas with graph on parents, I can't see the inlets and outlets.. Is as if graph on parents is below of the canvas object.
This issue make impossible to use autotips feature in xlets of a GOP objects.. I'm upload a file with a example...
Pd Version: 0.43.4-extended
DreamStudio 12.04.1LTS (based on Ubuntu 12.04.1LTS)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3605193&group_…
Bugs item #3605050, was opened at 2013-02-17 02:58
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3605050&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.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Missing abstractions in latest pd-ext
Initial Comment:
Hi,
just noticed that some of my abstractions are missing on the latest pd-ext.
According to my computer, they're still in svn.
Here is a list of the missing abs:
bezier~
gui-edit
mat-~
rgb-color
swatch
swatch-gui
I checked both windows and debian builds, it was the same. Anything I
forgot to deliver? Or were they added too late to svn?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3605050&group_…
Bugs item #3604864, was opened at 2013-02-15 06:23
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3604864&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: Nobody/Anonymous (nobody)
Summary: Docs not installed properly with Ubuntu package
Initial Comment:
On Ubuntu 12.04 LTS, when puredata is installed with software manager / apt-get, the documentation doesn't seem to be installed correctly. Help -> HTML Manual doesn't do anything, and Help -> About displays an error message box that says:
couldn't open "/usr/lib/puredata/doc/1.manual/1.introduction.txt": no such file or directory
couldn't open "/usr/lib/puredata/doc/1.manual/1.introduction.txt": no such file or directory
while executing
"open $filename"
(procedure "menu_aboutpd" line 18)
invoked from within
"menu_aboutpd"
invoked from within
".pdwindow.#menubar.#menubar#help invoke active"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke active]"
(procedure "tk::MenuInvoke" line 50)
invoked from within
"tk::MenuInvoke .pdwindow.#menubar.#menubar#help 1"
(command bound to event)
Also, I'm not sure if any example files are supposed to be installed but I couldn't find any.
Possibly related, "Test Audio And MIDI..." does nothing when selected.
Unsure which version of PD it is, the about box doesn't display.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3604864&group_…
Patches item #3604700, was opened at 2013-02-14 07:15
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604700&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: wishlist
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: allow Pd to *not* automatically connect to jack
Initial Comment:
when using jack, Pd currently tries to automatically connect itself to the soundcard.
this is great, as it makes it easy to get audio in/out with minimal setup.
unfortunately there are some situations where this is suboptimal (when Pd's I/O is sent to another application, and one doesn't want to have both Pd's "dry" signal and the audio output of the other application on the speakers).
the attached patch adds a new flag "-noaudioconnect" to Pd's startup flags, which will prevent the automatic connection to the default soundcard)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604700&group_…
Patches item #3604698, was opened at 2013-02-14 07:08
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604698&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: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: start jack portnames at 1
Initial Comment:
for reasons unknown to me, most applications in the jack world start couting their ports with "1".
Pd is the big exception here (starting with 0).
this is bad, as it prevents us to use tools like jack.plumbing to handle connections (where one can use regular expression with backreferences to describe how jackports should (not) be connected; this only works if both applications use the same numbering scheme)
the attached patch makes Pd use "standard conformant" portnames.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604698&group_…
Hello dev and Hans,
It seems to me that the version of libmp3lame embedded in pd-extended
0.43.4 is not the good one.
For example if I try to use unauthorized/mp3amp~ it crashes, but if I
replace the library in the Pd-extended.app/Contents/lib folder by the
one I have with Fink it works.
Here are the two files,
Pd-extended-0.43.4 stable on puredata.info
Mac OS X intel 10.6.8
Best,
n
--
http://nim.on.free.fr
Patches item #3603892, was opened at 2013-02-08 17:38
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603892&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: wishlist
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: remove all bang methods from math objects
Initial Comment:
Per IOhannes' suggestion, this patch removes all bang methods from the classes in x_arithmetic.c
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-11 16:07
Message:
As I mentioned in the other patch tracker, I think its a bad idea to remove
the bang methods because it breaks backwards compatibility.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-08 18:02
Message:
The revised version includes the fix for atan2 not reading its floatarg.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603892&group_…