[PD-dev] [ pure-data-Patches-2929666 ] test for jack-availability

SourceForge.net noreply at sourceforge.net
Fri Jul 30 04:52:50 CEST 2010


Patches item #2929666, was opened at 2010-01-11 03:56
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2929666&group_id=55736

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: Closed
Resolution: Accepted
Priority: 7
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: test for jack-availability

Initial Comment:
when jack is linked using "weak linking" (the default on OSX), it is possible to run Pd even though jack is not installed (that's the point of weak linking)
however, in this case, the application has to check itself whether the weak-linked library is available or not.

the attached patch this this (by checking whether the function pointer to "jack_client_new" is NULL or not)

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-07-29 22:52

Message:
git commit cce7460726d8c89c8de80b62215318d616c7e950

----------------------------------------------------------------------

Comment By: Miller Puckette (millerpuckette)
Date: 2010-07-25 20:50

Message:
took this out of turn because trying to work on jack callbacks :)

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-26 18:06

Message:
added this code to pd-extended 0.42:

http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=13102

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2929666&group_id=55736



More information about the Pd-dev mailing list