Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. [git]pure-data branch master updated.
      007dca37fb53309a273953590a16b3b762e1faf1 (Miller Puckette)
   2. [git]pure-data branch master updated.
      bbacad57065fc328fd530a82b173bfd229b08fa6 (Miller Puckette)


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

Message: 1
Date: Sun,  4 Nov 2012 22:23:03 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
        007dca37fb53309a273953590a16b3b762e1faf1
To: [email protected]
Message-ID: <[email protected]>

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  007dca37fb53309a273953590a16b3b762e1faf1 (commit)
       via  288245e6382c7d391049cc87158ad6e0314f470d (commit)
       via  b1c081453ed3f393edddfa742f2a6348f9a45d1e (commit)
      from  dd876813bce7e0b62a50c100349fefce91b6cc15 (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 007dca37fb53309a273953590a16b3b762e1faf1
Author: Miller Puckette <[email protected]>
Date:   Sun Nov 4 14:21:37 2012 -0800

    fix bug in vline~ misunderstanding logicaltime when reblocked

commit 288245e6382c7d391049cc87158ad6e0314f470d
Author: Miller Puckette <[email protected]>
Date:   Fri Nov 2 08:28:56 2012 -0700

    fix for portaudio update

commit b1c081453ed3f393edddfa742f2a6348f9a45d1e
Author: Miller Puckette <[email protected]>
Date:   Wed Oct 31 20:14:33 2012 -0700

    portaudio to Nov. 1 2012 snapshot

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

Summary of changes:
 portaudio/Makefile.am                              |  106 --
 portaudio/include/pa_asio.h                        |   33 +-
 portaudio/include/pa_jack.h                        |    1 +
 portaudio/include/pa_linux_alsa.h                  |   10 +-
 portaudio/include/pa_mac_core.h                    |   61 +-
 portaudio/include/pa_win_waveformat.h              |    2 +-
 portaudio/include/pa_win_wmme.h                    |    3 +-
 portaudio/include/portaudio.h                      |  146 ++-
 portaudio/src/common/pa_converters.c               |  128 +-
 portaudio/src/common/pa_cpuload.c                  |    6 +-
 portaudio/src/common/pa_debugprint.c               |   65 +-
 portaudio/src/common/pa_front.c                    |   41 +-
 portaudio/src/common/pa_hostapi.h                  |  127 ++-
 portaudio/src/common/pa_memorybarrier.h            |    7 +-
 portaudio/src/common/pa_process.c                  |  245 ++--
 portaudio/src/common/pa_process.h                  |   18 +-
 portaudio/src/common/pa_ringbuffer.c               |   68 +-
 portaudio/src/common/pa_ringbuffer.h               |   66 +-
 portaudio/src/common/pa_skeleton.c                 |  818 ----------
 portaudio/src/common/pa_trace.c                    |  137 ++-
 portaudio/src/common/pa_trace.h                    |   20 +-
 portaudio/src/common/pa_util.h                     |    5 +-
 portaudio/src/hostapi/alsa/pa_linux_alsa.c         | 1719 +++++++++++++++-----
 .../src/hostapi/asio/iasiothiscallresolver.cpp     |   31 +-
 portaudio/src/hostapi/asio/iasiothiscallresolver.h |    2 +-
 portaudio/src/hostapi/asio/pa_asio.cpp             |  547 ++++---
 portaudio/src/hostapi/coreaudio/pa_mac_core.c      | 1029 +++++++++----
 .../src/hostapi/coreaudio/pa_mac_core_blocking.c   |    9 +-
 .../src/hostapi/coreaudio/pa_mac_core_internal.h   |   41 +-
 .../src/hostapi/coreaudio/pa_mac_core_utilities.c  |  277 ++--
 .../src/hostapi/coreaudio/pa_mac_core_utilities.h  |   12 -
 portaudio/src/hostapi/jack/pa_jack.c               |   40 +-
 portaudio/src/hostapi/oss/pa_unix_oss.c            |   55 +-
 portaudio/src/hostapi/wmme/pa_win_wmme.c           |  692 +++++----
 portaudio/src/os/mac_osx/pa_mac_hostapis.c         |   87 -
 portaudio/src/os/unix/pa_unix_hostapis.c           |   22 +-
 portaudio/src/os/unix/pa_unix_util.c               |   23 +-
 portaudio/src/os/win/pa_win_hostapis.c             |   36 +-
 portaudio/src/os/win/pa_win_util.c                 |   22 +-
 portaudio/src/os/win/pa_win_wdmks_utils.c          |   70 +-
 portaudio/src/os/win/pa_x86_plain_converters.c     |    2 +-
 portaudio/src/os/win/pa_x86_plain_converters.h     |    2 +-
 src/configure.in                                   |    3 -
 src/d_ctl.c                                        |   17 +-
 src/makefile.mingw                                 |    1 -
 src/makefile.nt                                    |    5 +-
 46 files changed, 3992 insertions(+), 2865 deletions(-)
 delete mode 100644 portaudio/Makefile.am
 delete mode 100644 portaudio/src/common/pa_skeleton.c
 delete mode 100644 portaudio/src/os/mac_osx/pa_mac_hostapis.c


hooks/post-receive
-- 
pure-data



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

Message: 2
Date: Mon,  5 Nov 2012 02:44:34 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
        bbacad57065fc328fd530a82b173bfd229b08fa6
To: [email protected]
Message-ID: <[email protected]>

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  bbacad57065fc328fd530a82b173bfd229b08fa6 (commit)
      from  007dca37fb53309a273953590a16b3b762e1faf1 (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 bbacad57065fc328fd530a82b173bfd229b08fa6
Author: Miller Puckette <[email protected]>
Date:   Sun Nov 4 18:29:12 2012 -0800

    supplied missing file in portaudio so mac target will compile

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

Summary of changes:
 .../pa_mac_hostapis.c}                             |   55 +++++++++++++++-----
 1 files changed, 42 insertions(+), 13 deletions(-)
 copy portaudio/src/os/{win/pa_x86_plain_converters.h => 
mac_osx/pa_mac_hostapis.c} (59%)


hooks/post-receive
-- 
pure-data



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

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 93, Issue 5
*************************************

Reply via email to