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 00977686b15d16c9d21a3458d5a841ce780014d0 (commit) via 773b742154bc8cf61c27073de790b219f9b3fc91 (commit) via acb235dda17a8c4da1d22fec020406ac893b2504 (commit) via 8606d94f71808158b593f23b57a92967bd60d1a6 (commit) via 300d69aaaaa9b975e70d0751503b80870d300b20 (commit) via d53d59e8b218b622faab0de7c9d403e19110a347 (commit) via 60679f7c243b84133939d2949ccf74d2147b1501 (commit) via 7ec8fc550fb9842753a1f381f63d756dbd63076b (commit) via da79d363d47b03c0a0cca04a4ff9263afdf2c982 (commit) via f8b58021979c2e2281b7b890d2d207598a0069be (commit) from 3a53332cc6c6870bc409d7b28c4356b3017c0289 (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 00977686b15d16c9d21a3458d5a841ce780014d0 Author: Miller Puckette msp@ucsd.edu Date: Tue Dec 9 22:01:56 2014 -0800
Fix priority setting for linux to only ask for a priority 5 below the top defined one. Apparently installing jack on linux amends limits in a way that prevents Pd from getting the topmost priority - this fix prevents jack installs from messing up Pd's priority.
Tagging this 0.46-3.
commit 773b742154bc8cf61c27073de790b219f9b3fc91 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 15:23:27 2014 -0800
fix bug in last commit
commit acb235dda17a8c4da1d22fec020406ac893b2504 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 15:04:48 2014 -0800
fixed longstanding bug in which queued graphics updates sometimes never happened.
commit 8606d94f71808158b593f23b57a92967bd60d1a6 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 15:04:10 2014 -0800
sanity check for peak continuity in "tracks" output for sigmund~. It's not allowed to slew more than 2 bins in a frame.
commit 300d69aaaaa9b975e70d0751503b80870d300b20 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 15:03:47 2014 -0800
tweaks to 14.partialtracer.pd example
commit d53d59e8b218b622faab0de7c9d403e19110a347 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 12:03:48 2014 -0800
fix problems in g_traversal.c introduced with added "set" messages to data structure traversal objects
commit 60679f7c243b84133939d2949ccf74d2147b1501 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 11:39:35 2014 -0800
bug fix in partial tracer example
commit 7ec8fc550fb9842753a1f381f63d756dbd63076b Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 11:38:48 2014 -0800
version number to 0.46-3 (but still need to make changes)
commit da79d363d47b03c0a0cca04a4ff9263afdf2c982 Author: Miller Puckette msp@ucsd.edu Date: Mon Dec 8 10:14:58 2014 -0800
fix two small problems with arrays - dialog to create a new one sets x range correctly, and clicking on an arrayt in a graph does a graphics update immediately because the first value changes at time of click.
commit f8b58021979c2e2281b7b890d2d207598a0069be Author: Miller Puckette msp@ucsd.edu Date: Sun Dec 7 20:55:48 2014 -0800
typo fix
-----------------------------------------------------------------------
Summary of changes: configure.ac | 2 +- doc/1.manual/x5.htm | 15 + doc/4.data.structures/07.sequencer.pd | 8 +- doc/4.data.structures/08.selection.pd | 44 +- doc/4.data.structures/14.partialtracer.pd | 3003 +++++++++++++++-------------- doc/5.reference/array-object-help.pd | 12 +- extra/sigmund~/sigmund~.c | 16 +- src/g_array.c | 2 +- src/g_template.c | 18 +- src/g_traversal.c | 4 +- src/m_pd.h | 2 +- src/pd.rc | 8 +- src/s_inter.c | 11 +- 13 files changed, 1591 insertions(+), 1554 deletions(-)
hooks/post-receive