[PD-cvs] [git]Pd-extended branch patch_series updated. 086627406e856276daecc3ca5725e6bb4c56cd5c

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jan 16 04:51:34 CET 2012


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 "Pd-extended".

The branch, patch_series has been updated
       via  086627406e856276daecc3ca5725e6bb4c56cd5c (commit)
       via  9c8653be005b4f5ea1d434cd60c1042f158b41fa (commit)
       via  53ed4730da1bcf69264a3a9ab466aabb507fd135 (commit)
       via  562b47228647c57bf74d7a4f3e170e347bffcdef (commit)
       via  b9c45c71d317cd3c6ddca68c2848928850322311 (commit)
       via  10a5e78cae2845e0dec47ca5094d8aa492da7f8b (commit)
       via  cef3806d8a7e36fd31018ffd690ac72c16638db9 (commit)
      from  6e2e92603e2cfbe1930017161417e43ad32d07ca (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 086627406e856276daecc3ca5725e6bb4c56cd5c
Author: msp <msp at fuzz.(none)>
Date:   Thu Dec 22 20:13:05 2011 -0800

    Another attempt at fixing the "chrstchurch" bug (sourceforge #3434543)

commit 9c8653be005b4f5ea1d434cd60c1042f158b41fa
Author: msp <msp at fuzz.(none)>
Date:   Wed Dec 21 16:33:27 2011 -0800

    bug fix - deleting open GOPs left zombie graphics on parent patch

commit 53ed4730da1bcf69264a3a9ab466aabb507fd135
Author: msp <msp at fuzz.(none)>
Date:   Wed Dec 21 15:19:57 2011 -0800

    Another attempted fix of "cristchurch" bug (patch with subpatch containing GOP
    subpatches crashes Pd - #3434543

commit 562b47228647c57bf74d7a4f3e170e347bffcdef
Author: msp <msp at fuzz.(none)>
Date:   Tue Dec 20 21:14:51 2011 -0800

    fix fro mac bug - no audio devices showed up in dialog if preferences
    references a missing device

commit b9c45c71d317cd3c6ddca68c2848928850322311
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Jan 15 21:33:15 2012 -0500

    fix GUI prefs file loading on GNU/Linux (fixes bug #3464413)

commit 10a5e78cae2845e0dec47ca5094d8aa492da7f8b
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Jan 15 19:47:01 2012 -0500

    upgraded portaudio to latest stable release: pa_stable_v19_20111121.tgz

commit cef3806d8a7e36fd31018ffd690ac72c16638db9
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Jan 15 12:49:39 2012 -0500

    updated Hungarian translation from Transifex

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

Summary of changes:
 po/hu.po                                           | 1130 +++++++++++---------
 portaudio/include/pa_asio.h                        |   33 +-
 portaudio/include/pa_mac_core.h                    |   44 +-
 portaudio/include/portaudio.h                      |   57 +-
 portaudio/src/common/pa_converters.c               |   30 +-
 portaudio/src/common/pa_front.c                    |   21 +-
 portaudio/src/common/pa_hostapi.h                  |   68 +-
 portaudio/src/common/pa_memorybarrier.h            |    1 +
 portaudio/src/common/pa_process.c                  |    8 +-
 portaudio/src/common/pa_process.h                  |   14 +-
 portaudio/src/common/pa_ringbuffer.c               |   28 +-
 portaudio/src/common/pa_ringbuffer.h               |   10 +-
 portaudio/src/hostapi/alsa/pa_linux_alsa.c         |   10 +-
 portaudio/src/hostapi/asio/pa_asio.cpp             |  393 +++++--
 portaudio/src/hostapi/coreaudio/pa_mac_core.c      |  726 +++++++++----
 .../src/hostapi/coreaudio/pa_mac_core_internal.h   |   34 +-
 .../src/hostapi/coreaudio/pa_mac_core_utilities.c  |  108 +--
 portaudio/src/hostapi/jack/pa_jack.c               |    6 +-
 portaudio/src/hostapi/oss/pa_unix_oss.c            |    6 +-
 .../src/hostapi/skeleton/pa_hostapi_skeleton.c     |    6 +-
 portaudio/src/hostapi/wmme/pa_win_wmme.c           |  536 +++++-----
 portaudio/src/os/unix/pa_unix_hostapis.c           |   22 +-
 portaudio/src/os/win/pa_win_coinitialize.c         |  144 +++
 portaudio/src/os/win/pa_win_coinitialize.h         |   94 ++
 portaudio/src/os/win/pa_win_hostapis.c             |   12 +-
 src/g_canvas.c                                     |    4 +-
 src/g_editor.c                                     |    2 +-
 src/g_graph.c                                      |    8 +-
 src/g_text.c                                       |    2 +-
 src/s_audio_pa.c                                   |   21 +-
 tcl/pd_guiprefs.tcl                                |    9 +-
 31 files changed, 2291 insertions(+), 1296 deletions(-)
 create mode 100644 portaudio/src/os/win/pa_win_coinitialize.c
 create mode 100644 portaudio/src/os/win/pa_win_coinitialize.h


hooks/post-receive
-- 
Pd-extended



More information about the Pd-cvs mailing list