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 4f6d8f949cb70bc87108ab411bfbc64c98b08ab6 (commit)
via 7d2d3670ee199933d75df1338237047f5a0228c2 (commit)
via 5cf5596f0e42d618a15bbd844ddde9369bf09e1c (commit)
via 255760f7cd471883ebfdf9f9ad1d713330e6a65d (commit)
via c53cc868417fec40620471cdd0262cfe238e8b41 (commit)
via 03795b56010de720e79b5bbe54063f423a6da7e4 (commit)
via e7cbadd22f8e9ddb3c96b321d5b3c17d19b9c2a1 (commit)
via 00b5ad9e3444a4be7a6c6ba71c331009553cade3 (commit)
via 8ce0ff11d365a3bec6e4deb0d9ad2a337454bf3b (commit)
from de7ba070d36efcfb3af2ff2d4a38418bf89d9c9e (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 4f6d8f949cb70bc87108ab411bfbc64c98b08ab6
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed May 7 21:36:51 2014 +0200
updated pd~ to deal with pd instance structure
commit 7d2d3670ee199933d75df1338237047f5a0228c2
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue May 6 22:07:30 2014 +0200
DSP chain and scheduler put into ps_this structure
commit 5cf5596f0e42d618a15bbd844ddde9369bf09e1c
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue May 6 21:43:40 2014 +0200
made a pd_this object abd put symtab and object creators in it -
next will be to put scheduler / DSP chain in too.
commit 255760f7cd471883ebfdf9f9ad1d713330e6a65d
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue Apr 29 14:54:46 2014 +0200
slight improvement of scrolling behavior - stuff now doesn't jump
down if you wander off the top of screen on your way somewhere.
commit c53cc868417fec40620471cdd0262cfe238e8b41
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue Apr 29 13:04:23 2014 +0200
fix sigmund~ help file which erroneously said 'minpower' affected
continuous pitch detection - it only affects 'note' output.
commit 03795b56010de720e79b5bbe54063f423a6da7e4
Author: Cyrille Henry <ch(a)chnry.net>
Date: Tue Apr 1 13:32:58 2014 +0200
fix typo so that -pddir works when providing the full path to pd
commit e7cbadd22f8e9ddb3c96b321d5b3c17d19b9c2a1
Author: Yvan Volochine <yvan.volochine(a)gmail.com>
Date: Sat Dec 28 22:06:55 2013 +0100
add instructions for enabling jack when building on linux
Signed-off-by: Yvan Volochine <yvan.volochine(a)gmail.com>
commit 00b5ad9e3444a4be7a6c6ba71c331009553cade3
Author: Chris McCormick <chris(a)mccormick.cx>
Date: Wed Feb 26 15:24:54 2014 +0800
Stop 'list' help from automatically popping open the fromsymbol/tosymbol window.
commit 8ce0ff11d365a3bec6e4deb0d9ad2a337454bf3b
Author: Chris McCormick <chris(a)mccormick.cx>
Date: Wed Feb 26 15:24:28 2014 +0800
Cast characters more correctly (unsigned char) in "list fromsymbol" to accomodate e.g. ä.
-----------------------------------------------------------------------
Summary of changes:
INSTALL.txt | 18 +++++--
doc/5.reference/list-help.pd | 14 +++---
extra/pd~/pdsched.c | 3 +-
extra/pd~/pd~.c | 2 +-
extra/sigmund~/sigmund~-help.pd | 98 ++++++++++++++++++++-------------------
src/d_ugen.c | 65 +++++++++++++-------------
src/g_array.c | 5 +-
src/g_canvas.c | 4 +-
src/g_editor.c | 2 +-
src/g_template.c | 3 +-
src/g_text.c | 2 +-
src/m_binbuf.c | 13 +++--
src/m_class.c | 40 +++++++---------
src/m_imp.h | 15 ++++++
src/m_pd.c | 8 ++-
src/m_pd.h | 2 -
src/m_sched.c | 61 ++++++++++++------------
src/s_main.c | 2 +-
src/x_list.c | 2 +-
src/x_text.c | 3 +-
tcl/pdtk_canvas.tcl | 11 ++++-
21 files changed, 201 insertions(+), 172 deletions(-)
hooks/post-receive
--
pure-data