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 11d068434e89b27ac4731bdfbaf9c66423210c50 (commit) via e1aed27032e915161235c54aac48ab030b89027f (commit) via 3d4733ffa6da86183e105a490837de089a552630 (commit) from bb6cf9a3968d4278e5447e7b67309130aa415691 (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 11d068434e89b27ac4731bdfbaf9c66423210c50 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 3 20:22:13 2012 -0800
added rather lame help files for vradio, hradio
commit e1aed27032e915161235c54aac48ab030b89027f Author: Hans-Christoph Steiner hans@eds.org Date: Wed Nov 14 23:26:27 2012 -0500
only load GUI plugins with the same name once, to prevent mayhem
The actual file name of the plugin is stored in a list. Whenever a plugin is being loaded, first pd-gui checks whether that file name is listed as loaded. If its loaded already, pd-gui prints a message then ignores it.
commit 3d4733ffa6da86183e105a490837de089a552630 Author: IOhannes m zmoelnig zmoelnig@umlautO.umlaeute.mur.at Date: Fri Nov 2 00:06:59 2012 +0100
use SNDCTL_DSP_* defines
rather than the deprecated SOUND_PCM_* defines (which have been removed from OSS4)
(but fall back to old ones if the new are not there...)
-----------------------------------------------------------------------
Summary of changes: doc/5.reference/hradio-help.pd | 249 +++++++++++++++++++++++++++++++++++++++ doc/5.reference/vradio-help.pd | 255 ++++++++++++++++++++++++++++++++++++++++ src/s_audio_oss.c | 17 ++- tcl/pd-gui.tcl | 16 ++- 4 files changed, 529 insertions(+), 8 deletions(-) create mode 100644 doc/5.reference/hradio-help.pd create mode 100644 doc/5.reference/vradio-help.pd
hooks/post-receive