[PD-cvs] [git]pure-data branch master updated. 7abc87adf7c334a67123c3c271e9eb252f920dd1

Miller Puckette millerpuckette at users.sourceforge.net
Fri Jun 16 06:37:16 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  7abc87adf7c334a67123c3c271e9eb252f920dd1 (commit)
       via  e6ecd245b3eafe31cf2fdb9dc8137f95371b6f49 (commit)
       via  801c3f8b868d1f75d7912b6688326aef01da1c0e (commit)
      from  c17754d54d25edbbde0edacf0f887b1d80736562 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7abc87adf7c334a67123c3c271e9eb252f920dd1
Author: Miller Puckette <msp at ucsd.edu>
Date:   Thu Jun 15 21:33:24 2017 -0700

    fixes so that, e.g., make -f makefile.gnu ALSA=false works correctly

commit e6ecd245b3eafe31cf2fdb9dc8137f95371b6f49
Author: Miller Puckette <msp at ucsd.edu>
Date:   Thu Jun 15 17:02:30 2017 -0700

    Patch from yarl:
    
    pd is launching 1 more thread for each pd already running, due to:
    (quote from http://jackaudio.org/api/types_8h.html)
    JackNameNotUnique: The desired client name was not unique. With the JackUseExactName option this situation is fatal.
    Otherwise, THE NAME WAS MODIFIED by appending a dash and a two-digit number in the range "-01" to "-99".
    The jack_get_client_name() function will return the exact string that was used.
    If the specified client_name plus these extra characters would be too long, the open fails instead.
    
    I tried to keep the intended behavior but delegated renaming work to jack.

commit 801c3f8b868d1f75d7912b6688326aef01da1c0e
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Jun 3 21:01:47 2017 -0700

    patch from Giulio Moro - accept apple key numbers even if we aren't on an
    apple machine (because maybe the GUI is anyhow).

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

Summary of changes:
 src/g_editor.c      | 36 ++++++++++++++++++------------------
 src/makefile.gnu    | 13 +++++++++++--
 src/s_audio_dummy.c |  6 +++---
 src/s_audio_jack.c  | 38 ++++++++++----------------------------
 4 files changed, 42 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list