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. SF.net SVN: pure-data:[15872]
trunk/packages/linux_make/default.pdextended
([email protected])
2. [git]Pd-extended branch patch_series updated.
086627406e856276daecc3ca5725e6bb4c56cd5c (Hans-Christoph Steiner)
3. [git]Pd-extended branch pure-data updated.
c2a3380c00e6aea9c7505651997937e08d922fdc (Hans-Christoph Steiner)
4. [git]Pd-extended branch master updated.
e2dd86e35bc535c2211bdc218a789bee27b3f5fb (Hans-Christoph Steiner)
5. SF.net SVN: pure-data:[15873] trunk/externals/extra
([email protected])
6. SF.net SVN: pure-data:[15874] trunk/externals/vanilla
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 16 Jan 2012 01:00:24 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15872]
trunk/packages/linux_make/default.pdextended
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15872
http://pure-data.svn.sourceforge.net/pure-data/?rev=15872&view=rev
Author: eighthave
Date: 2012-01-16 01:00:23 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
default to ALSA since that seems to work fine on Pulseaudio systems
Modified Paths:
--------------
trunk/packages/linux_make/default.pdextended
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 2
Date: Mon, 16 Jan 2012 03:51:34 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
086627406e856276daecc3ca5725e6bb4c56cd5c
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 "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@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@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@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@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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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
------------------------------
Message: 3
Date: Mon, 16 Jan 2012 03:52:07 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch pure-data updated.
c2a3380c00e6aea9c7505651997937e08d922fdc
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 "Pd-extended".
The branch, pure-data has been updated
via c2a3380c00e6aea9c7505651997937e08d922fdc (commit)
via de1b2d1defa5a1f7cd48b6adb5bcd3083e6b636a (commit)
via 0eff4650af155dfb2b5e672ec6cc6aaac385f9fe (commit)
via 8c729d0db7483de275179df59eedf5705e1e28dc (commit)
via 30db238bc94671a0d7504ca3adafee1063c42e64 (commit)
via f830e08949676c4075442ef5e1c4a26562309b3b (commit)
via 907b91d0bf7293684c8c1935aa57a1af168fca60 (commit)
via 5ff3eb9fca3827b5c92c54f62b282444ee0c0b60 (commit)
via 8a67c0b3b5c30dfcc2a7d88e7760fa3cf7f28a26 (commit)
via dcfc110b3c3270004984db247a51fe45a442e9c7 (commit)
via 3a1be1d657e82d3b62d4e0f204fe2387dcbe2a5e (commit)
via c9897a56f9a1aa8a0f9dab3ae8b887c811728706 (commit)
via 89481e0be05df77d790a7dee5498962d929b7984 (commit)
via e0010f6ae8027f52008b2934e45c04eb3fc7cc00 (commit)
via 107b1633e8dbcb909f301b0b83a6bdea35e0005d (commit)
from d22f42f384504ea04086798cb7b1728d30c63d2b (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 c2a3380c00e6aea9c7505651997937e08d922fdc
Author: msp <msp@fuzz.(none)>
Date: Sat Jan 14 21:25:19 2012 -0800
work around a compiler complaint in d_soundfile.c
commit de1b2d1defa5a1f7cd48b6adb5bcd3083e6b636a
Author: msp <msp@fuzz.(none)>
Date: Sat Jan 14 20:20:59 2012 -0800
tweaked font sizes in pd-gui.tcl to get results closer to 0.42
commit 0eff4650af155dfb2b5e672ec6cc6aaac385f9fe
Author: msp <msp@fuzz.(none)>
Date: Wed Jan 4 17:21:51 2012 -0800
version # to 0.43-1
commit 8c729d0db7483de275179df59eedf5705e1e28dc
Author: msp <msp@fuzz.(none)>
Date: Sat Dec 24 18:30:15 2011 -0800
Fix old build system install to install new tcl script dir
commit 30db238bc94671a0d7504ca3adafee1063c42e64
Author: msp <msp@fuzz.(none)>
Date: Fri Dec 23 18:06:03 2011 -0800
Version number to 0.43-1test7
commit f830e08949676c4075442ef5e1c4a26562309b3b
Author: msp <msp@fuzz.(none)>
Date: Thu Dec 22 20:13:05 2011 -0800
Another attempt at fixing the "chrstchurch" bug (sourceforge #3434543)
commit 907b91d0bf7293684c8c1935aa57a1af168fca60
Author: msp <msp@fuzz.(none)>
Date: Wed Dec 21 16:33:27 2011 -0800
bug fix - deleting open GOPs left zombie graphics on parent patch
commit 5ff3eb9fca3827b5c92c54f62b282444ee0c0b60
Author: msp <msp@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 8a67c0b3b5c30dfcc2a7d88e7760fa3cf7f28a26
Author: msp <msp@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 dcfc110b3c3270004984db247a51fe45a442e9c7
Author: msp <msp@fuzz.(none)>
Date: Tue Dec 20 16:33:55 2011 -0800
version number to 0.43-1test6
commit 3a1be1d657e82d3b62d4e0f204fe2387dcbe2a5e
Author: msp <msp@fuzz.(none)>
Date: Tue Dec 20 16:32:20 2011 -0800
Attempted fix to bug 3462487 - Open Graph window location wrong
(but a better fix needed someday).
commit c9897a56f9a1aa8a0f9dab3ae8b887c811728706
Author: msp <msp@fuzz.(none)>
Date: Tue Dec 20 16:11:00 2011 -0800
Ico's fix for bug 3450893 - Routing a pointer to print causes crash
commit 89481e0be05df77d790a7dee5498962d929b7984
Author: msp <msp@fuzz.(none)>
Date: Tue Dec 20 16:05:49 2011 -0800
Crude fix for bug 3447300 - pd~ issue (path spaces)
commit e0010f6ae8027f52008b2934e45c04eb3fc7cc00
Author: Hans-Christoph Steiner <[email protected]>
Date: Thu Dec 15 21:59:22 2011 -0800
fixes for workaround for "gop multiplicity" bug (2621932)
commit 107b1633e8dbcb909f301b0b83a6bdea35e0005d
Author: msp <msp@fuzz.(none)>
Date: Wed Dec 14 20:44:23 2011 -0800
workaround for "gop multiplicity" bug (2621932)
-----------------------------------------------------------------------
Summary of changes:
extra/pd~/pdsched.c | 4 ++--
extra/pd~/pd~.c | 2 +-
src/d_soundfile.c | 8 ++++++--
src/g_canvas.c | 15 ++++++++++-----
src/g_canvas.h | 2 --
src/g_editor.c | 2 +-
src/g_graph.c | 21 ++++++---------------
src/g_text.c | 2 +-
src/m_pd.h | 2 +-
src/makefile.in | 3 +++
src/s_audio_pa.c | 21 ++++++++-------------
src/s_main.c | 2 +-
src/x_list.c | 2 +-
tcl/pd-gui.tcl | 12 ++++++------
14 files changed, 47 insertions(+), 51 deletions(-)
hooks/post-receive
--
Pd-extended
------------------------------
Message: 4
Date: Mon, 16 Jan 2012 03:53:34 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
e2dd86e35bc535c2211bdc218a789bee27b3f5fb
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 "Pd-extended".
The branch, master has been updated
via e2dd86e35bc535c2211bdc218a789bee27b3f5fb (commit)
via 086627406e856276daecc3ca5725e6bb4c56cd5c (commit)
via 9c8653be005b4f5ea1d434cd60c1042f158b41fa (commit)
via 53ed4730da1bcf69264a3a9ab466aabb507fd135 (commit)
via 562b47228647c57bf74d7a4f3e170e347bffcdef (commit)
via b9c45c71d317cd3c6ddca68c2848928850322311 (commit)
via 10a5e78cae2845e0dec47ca5094d8aa492da7f8b (commit)
via cef3806d8a7e36fd31018ffd690ac72c16638db9 (commit)
via 6e2e92603e2cfbe1930017161417e43ad32d07ca (commit)
from cea1ddebca3602da8d6892052abbd898695a272e (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 e2dd86e35bc535c2211bdc218a789bee27b3f5fb
Merge: cea1dde 0866274
Author: Hans-Christoph Steiner <[email protected]>
Date: Sun Jan 15 22:53:04 2012 -0500
Merge branch 'patch_series'
-----------------------------------------------------------------------
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 | 7 +-
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, 2293 insertions(+), 1297 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
------------------------------
Message: 5
Date: Mon, 16 Jan 2012 04:30:37 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15873] trunk/externals/extra
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15873
http://pure-data.svn.sourceforge.net/pure-data/?rev=15873&view=rev
Author: eighthave
Date: 2012-01-16 04:30:36 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
imported changes from 0.43-1
Modified Paths:
--------------
trunk/externals/extra/expr~/LICENSE.txt
trunk/externals/extra/pd~/pdsched.c
trunk/externals/extra/pd~/pd~.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Mon, 16 Jan 2012 04:47:54 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15874]
trunk/externals/vanilla
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 15874
http://pure-data.svn.sourceforge.net/pure-data/?rev=15874&view=rev
Author: eighthave
Date: 2012-01-16 04:47:53 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
updated with puredata release 0.43-1
Modified Paths:
--------------
trunk/externals/vanilla/bng.c
trunk/externals/vanilla/cnv.c
trunk/externals/vanilla/cputime.c
trunk/externals/vanilla/delwrite~.c
trunk/externals/vanilla/hradio.c
trunk/externals/vanilla/hsl.c
trunk/externals/vanilla/list.c
trunk/externals/vanilla/loadbang.c
trunk/externals/vanilla/midirealtimein.c
trunk/externals/vanilla/namecanvas.c
trunk/externals/vanilla/nbx.c
trunk/externals/vanilla/netreceive.c
trunk/externals/vanilla/netsend.c
trunk/externals/vanilla/print~.c
trunk/externals/vanilla/random.c
trunk/externals/vanilla/realtime.c
trunk/externals/vanilla/tgl.c
trunk/externals/vanilla/vsl.c
trunk/externals/vanilla/vu.c
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 83, Issue 16
**************************************