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 54191834ebf004eae8803266bb30bf46c7e0aeac (commit)
via f052a8a8320ba9dcf71b4f2fbf47ddc9481dc348 (commit)
via de8bcd6feb1fa8d9619f572059cdc4cfe0610cbd (commit)
via 6c998a65527b21b9ef0adb84ff896b6f813ca83b (commit)
via 6081e1a5ce5283c5ec5483abd02194e4248b855c (commit)
via 3699121057d5dc151db6d0256a83464b58ee3003 (commit)
via 35806c1d2b9815eef596ad06a7f3008bcfb5cefd (commit)
via 3e9a555859616073031c94381d850965539b4636 (commit)
via b028e25b6bfe022796f263acf1fc7d429536efcd (commit)
via 744088c21cf7cddefff6ef939487c8c4b8be7adb (commit)
from ae26e94f960772f07ad2176d579b211270cf9314 (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 54191834ebf004eae8803266bb30bf46c7e0aeac
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jun 1 18:27:49 2013 -0700
another scalar bug fix and update help-intro
commit f052a8a8320ba9dcf71b4f2fbf47ddc9481dc348
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jun 1 17:49:24 2013 -0700
cleanups
commit de8bcd6feb1fa8d9619f572059cdc4cfe0610cbd
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jun 1 15:57:53 2013 -0700
array bug fix
commit 6c998a65527b21b9ef0adb84ff896b6f813ca83b
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jun 1 13:17:16 2013 -0700
rewwite tcl fix to avoid max function which my macintosh didn't have
commit 6081e1a5ce5283c5ec5483abd02194e4248b855c
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sat Jun 1 12:59:05 2013 -0700
Pd not to open audio on startup unless using jack (because Apple, in their
wisdom, have apparently fixed things so that opening audio can hang waiting
on nonexistent wireless devices such as apple TV.)
commit 3699121057d5dc151db6d0256a83464b58ee3003
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Fri May 31 20:28:21 2013 -0700
Mac back to using 'defaults' mechanism (no longer sure which is better).
commit 35806c1d2b9815eef596ad06a7f3008bcfb5cefd
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Fri May 31 10:51:19 2013 -0700
Aargh.... mac typo fix
commit 3e9a555859616073031c94381d850965539b4636
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Fri May 31 10:50:02 2013 -0700
Fix mac build
commit b028e25b6bfe022796f263acf1fc7d429536efcd
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Fri May 31 10:41:19 2013 -0700
scalar tweak
commit 744088c21cf7cddefff6ef939487c8c4b8be7adb
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed May 29 20:54:17 2013 -0700
more on scalar object
-----------------------------------------------------------------------
Summary of changes:
doc/5.reference/array-object-help.pd | 12 +-
doc/5.reference/help-intro.pd | 698 +++++++++++++++++----------------
doc/5.reference/scalar-object-help.pd | 108 +++++
doc/5.reference/text-object-help.pd | 5 +-
src/g_canvas.c | 2 -
src/g_graph.c | 25 +-
src/g_text.c | 2 +-
src/m_conf.c | 2 +
src/m_sched.c | 9 +-
src/makefile.mac | 3 +-
src/notes.txt | 13 +-
src/s_audio.c | 4 +-
src/s_file.c | 4 +-
src/s_main.c | 3 +-
src/s_stuff.h | 4 +-
src/x_array.c | 21 +-
src/x_scalar.c | 16 +-
tcl/pdtk_canvas.tcl | 6 +-
18 files changed, 525 insertions(+), 412 deletions(-)
create mode 100644 doc/5.reference/scalar-object-help.pd
hooks/post-receive
--
pure-data