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

SourceForge.net noreply at sourceforge.net
Mon Jan 11 09:56:07 CET 2010


Patches item #2929666, was opened at 2010-01-11 09:56
Message generated for change (Tracker Item Submitted) made by zmoelnig
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: Open
Resolution: None
Priority: 5
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)

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

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