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 68814591c121db8c613cef5d48d854db0c864d7c (commit) via ff7c212ec71d1380a68162ebaa206980c6d2fed2 (commit) via 3daf1f3bd5e60db6605ac9d841788854bbcc93b7 (commit) via 87575087e3978f84b2e2baef09f486b090b741d4 (commit) via 40d23c4a90a608a44d9b4c7f3e689da5c585970b (commit) via 6185d1fbb4ef9fa933d2efae6e54385a8954937b (commit) via 4b37e9ffb06724e2e2c8eddc3bbfd0b80104ca5e (commit) from 862648e0f9cf5b028eb6e49af4184cb8f48904cf (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 68814591c121db8c613cef5d48d854db0c864d7c Author: Miller Puckette msp@ucsd.edu Date: Mon Apr 20 12:08:09 2015 -0700
first cut at compiling with t_float set to double. Using some ideas from Katja's fork of 0.43, but re-doing it with more willingness to let objects such as bonk~ simply use 'float' when suitable.
It might be desirable to revisit phasor~, etc., whose phase accuracy limitations are noticeable in double (not so much in single precision). In particular, the long-varispeed example now sounds OK with just a phasor~ driving teh read, but the phase increment is too quantized.
Scattered things appear to need a closer look (e.g., smeck doesn't produce any outout).
commit ff7c212ec71d1380a68162ebaa206980c6d2fed2 Merge: 8757508 3daf1f3 Author: Miller Puckette msp@ucsd.edu Date: Mon Apr 13 09:02:13 2015 -0700
pull from dnd machine
Merge dnd:pd
commit 3daf1f3bd5e60db6605ac9d841788854bbcc93b7 Author: dnd dnd@dnd.localdomain Date: Sun Apr 12 10:30:24 2015 -0700
improvements to find dialog - status prints on the dialog (not the Pd window) and it re-starts searches more readily.
Still to do: look at 'find' in Pd window. Wrap around to first after the last one is found. Allow re-starting search somehow? (would need a new button on dialog).
commit 87575087e3978f84b2e2baef09f486b090b741d4 Author: Miller Puckette msp@ucsd.edu Date: Sun Apr 5 17:42:32 2015 -0700
update test tone patch to use adc~ and dac~ setting
commit 40d23c4a90a608a44d9b4c7f3e689da5c585970b Author: Miller Puckette msp@ucsd.edu Date: Sun Apr 5 17:15:37 2015 -0700
"set" message to adc~ and dac~
commit 6185d1fbb4ef9fa933d2efae6e54385a8954937b Author: Miller Puckette msp@ucsd.edu Date: Tue Mar 24 21:20:57 2015 -0700
got rid of spurious debug object in rev3~.pd
commit 4b37e9ffb06724e2e2c8eddc3bbfd0b80104ca5e Author: Miller Puckette msp@ucsd.edu Date: Tue Mar 24 21:20:18 2015 -0700
remove spurious outlet from [text search]
-----------------------------------------------------------------------
Summary of changes: doc/5.reference/adc~_dac~-help.pd | 26 +- doc/7.stuff/tools/testtone.pd | 709 ++++++++++++++++++++----------------- extra/bonk~/bonk~.c | 5 +- extra/expr~/makefile | 3 +- extra/expr~/vexp.c | 6 +- extra/makefile.subdir | 3 +- extra/pd~/pd~.c | 4 + extra/rev3~.pd | 5 +- src/d_dac.c | 20 +- src/g_editor.c | 18 +- src/m_pd.h | 73 +++- src/makefile.gnu | 81 ++++- src/x_array.c | 4 +- src/x_text.c | 2 - tcl/dialog_find.tcl | 52 ++- tcl/pd-gui.tcl | 2 +- 16 files changed, 604 insertions(+), 409 deletions(-)
hooks/post-receive