[PD-cvs] [git]pure-data branch, master, updated. 982bc2c3190174d3834965b9806c9a5518b94ef3

Miller Puckette millerpuckette at users.sourceforge.net
Sun May 1 17:30:35 CEST 2016


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  982bc2c3190174d3834965b9806c9a5518b94ef3 (commit)
       via  2ca58d9ac022856e250af2a5c0d4c14d39fc825c (commit)
       via  fccd71ab452701b95de5ae8986a0673fc1556451 (commit)
       via  3262416b5f7e60a00795180de8619b196e4edce4 (commit)
       via  f78bebb596450b2bb7d5221282a287f10b3c2d9a (commit)
       via  b633d01d4a6104dd4a8c5bdaebbe55fd708322e3 (commit)
       via  ddd918f8460d0a1b7a84fb0d9f396aa466ffa95f (commit)
       via  97a42a42c8a2cc713fa2dfbb8c75a4c0b1661b26 (commit)
       via  a624fd88c49ae450ac80f2e0cc6a2f6a5d2907e6 (commit)
      from  adcdcede93f35f41f903e073acbbe4d7a689deba (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 982bc2c3190174d3834965b9806c9a5518b94ef3
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 18:38:02 2016 -0700

    s_loader bug fixes for FreeBSD (bug 1231 on sourceforge)

commit 2ca58d9ac022856e250af2a5c0d4c14d39fc825c
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Apr 26 23:40:45 2016 +0200

    only run portaudio's configure if it has not been disabled

commit fccd71ab452701b95de5ae8986a0673fc1556451
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 12:40:59 2016 -0700

    added clone starting voice number flag

commit 3262416b5f7e60a00795180de8619b196e4edce4
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 12:12:12 2016 -0700

    "DSP" checkbox in Pd window to get default font so it can respond to
    font size changes

commit f78bebb596450b2bb7d5221282a287f10b3c2d9a
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 11:52:44 2016 -0700

    compatibility mode for IEM canvas object color setting message

commit b633d01d4a6104dd4a8c5bdaebbe55fd708322e3
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 11:24:01 2016 -0700

    fix compiler warning in x_text.c (approximate search)

commit ddd918f8460d0a1b7a84fb0d9f396aa466ffa95f
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 10:55:36 2016 -0700

    updated several help files, including samplerate~.  The "pd-dsp-started" and
    "pd-dsp-stopped" messages just now added to Pd) can be used to know when you
    should poll sample rate.

commit 97a42a42c8a2cc713fa2dfbb8c75a4c0b1661b26
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 09:21:56 2016 -0700

    add user write permission to Pd app on MACOSX

commit a624fd88c49ae450ac80f2e0cc6a2f6a5d2907e6
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Apr 30 09:08:24 2016 -0700

    Dan Wilcox fix to avoid unneeded scrollbars around patches on open

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

Summary of changes:
 configure.ac                        |   15 ++-
 doc/5.reference/clip-help.pd        |   24 +++++
 doc/5.reference/clone-help.pd       |   65 ++++++------
 doc/5.reference/help-intro.pd       |   12 ++-
 doc/5.reference/midi-help.pd        |  184 ++++++++++++++++++-----------------
 doc/5.reference/my_canvas-help.pd   |  143 ++++++++++++++-------------
 doc/5.reference/samplerate~-help.pd |   18 ++++
 doc/5.reference/vsnapshot~-help.pd  |   10 ++
 mac/build-mac64                     |    1 +
 mac/build-macosx                    |    1 +
 src/g_all_guis.c                    |   21 ++--
 src/g_canvas.c                      |    4 +
 src/g_clone.c                       |   37 +++++---
 src/s_loader.c                      |    8 +-
 src/x_text.c                        |    5 +-
 tcl/pdtk_canvas.tcl                 |   20 ++++-
 tcl/pdwindow.tcl                    |    2 +-
 17 files changed, 338 insertions(+), 232 deletions(-)
 create mode 100644 doc/5.reference/clip-help.pd
 create mode 100644 doc/5.reference/samplerate~-help.pd
 create mode 100644 doc/5.reference/vsnapshot~-help.pd


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list