Patches item #3582739, was opened at 2012-11-02 13:22 Message generated for change (Comment added) made by millerpuckette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582739...
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: Pending Resolution: Accepted
Priority: 7 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: stop using deprecated jack_client_new()
Initial Comment: remove test of deprecated jack_client_new and replace with jack_client_open
jack_client_new() has been deprecated by Jack, and its only used in Pd to test whether the jack library/framework has been loaded. This makes the test use the jack_client_new() replacement: jack_client_open(). Also, the error message is posted to the Pd window also.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2012-11-17 17:51
Message: applied (0.44)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582739...