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_…
Patches item #3604002, was opened at 2013-02-10 03:47
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604002&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: -O6 is not a valid optimization flag
Initial Comment:
Hello,
Could you apply the attached patch to the git repository ? -O6 is not a valid optimization flag and causes build using clang to fail.
Thnaks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604002&group_…
Patches item #3604002, was opened at 2013-02-10 03:47
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604002&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: -O6 is not a valid optimization flag
Initial Comment:
Hello,
Could you apply the attached patch to the git repository ? -O6 is not a valid optimization flag and causes build using clang to fail.
Thnaks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3604002&group_…