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

Miller Puckette millerpuckette at users.sourceforge.net
Mon Aug 4 07:19:58 CEST 2014


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  c8986d38d6638d5fd3c237e277c6ceb695f42833 (commit)
       via  626adb739834fd106c685fb40085d313e18e70d4 (commit)
       via  c5106c4130aba4df13ca0d000d2e94c0f631ad66 (commit)
       via  b7d25d008c1c6f1ebbea6ea892650da27f905f90 (commit)
       via  4a1c85ccf5050ce1909805654f46cba81acea14b (commit)
       via  79a63fddf05e85d8c90ad7aa94d17c1f1371e936 (commit)
       via  14658598d306d22c7ca53095e300e72a37fecf50 (commit)
      from  e894fa2b6d903e93c75788354242dffd10b9122d (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 c8986d38d6638d5fd3c237e277c6ceb695f42833
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Aug 3 21:58:03 2014 -0700

    'textfile' -. 'text' in help intro

commit 626adb739834fd106c685fb40085d313e18e70d4
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Nov 8 14:49:00 2013 +0100

    Use default searchpaths for stdlib/stdpath
    
    the [declare] object allows to add search-paths and load libraries,
    relative to the "Pd installation".
    However, it does not honour the "standard" (immutable) search-paths
    (as stored in `sys_staticpath`).
    
    This patch will make '-stdpath' and '-stdlib' use all "standard" search-paths.
    
    When using the "standard" search-paths, any leading "extra/" will be stripped.
    
    This allows to use [declare -stdlib zexy], which will load the "zexy"
    library if it can be found in one of ~/pd-externals, /usr/local/lib/pd-externals
    /usr/local/lib/pd/extra/ (in case Pd is installed in /usr/local)

commit c5106c4130aba4df13ca0d000d2e94c0f631ad66
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Aug 3 20:25:57 2014 -0700

    removed check to see if "card numbers" in ALSA were in 0, 1, 2, ...
    order because apparently they aren't always but apparently it doesn't
    hurt anything that they're not.

commit b7d25d008c1c6f1ebbea6ea892650da27f905f90
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Aug 3 16:24:01 2014 -0700

    fixed H11 to agree with the figure in the book

commit 4a1c85ccf5050ce1909805654f46cba81acea14b
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Aug 3 14:45:28 2014 -0700

    Fixed phase measurement sign error (now shows phase response, not
    phase delay, as it had incorrecty shown before).  Fixed H10 and
    H14 graphs in audio examples to show correct results.

commit 79a63fddf05e85d8c90ad7aa94d17c1f1371e936
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Aug 3 14:29:30 2014 -0700

    got rid og tags file

commit 14658598d306d22c7ca53095e300e72a37fecf50
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Aug 3 12:49:59 2014 -0700

    For some reason the wish script failes if HOME isn't defined.  Fixed
    s_inter.c to supply one if there's none.  This is a workaround - really
    it would be best to figure out where the tcl script is failing.

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

Summary of changes:
 doc/3.audio.examples/H10.measurement.pd |  116 +-
 doc/3.audio.examples/H11.shelving.pd    |   58 +-
 doc/3.audio.examples/H14.all.pass.pd    |  108 +-
 doc/3.audio.examples/filter-graph2.pd   |    8 +-
 doc/5.reference/help-intro.pd           |    6 +-
 doc/5.reference/midi-help.pd            |   83 +-
 src/g_canvas.c                          |   83 +-
 src/s_audio_alsa.c                      |    3 -
 src/s_file.c                            |    4 +-
 src/s_inter.c                           |    8 +-
 src/s_path.c                            |    1 +
 src/tags                                | 6376 -------------------------------
 src/{s_file.c => ~s_file.c}             |    3 +-
 13 files changed, 279 insertions(+), 6578 deletions(-)
 delete mode 100644 src/tags
 copy src/{s_file.c => ~s_file.c} (99%)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list