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, 0.46 has been updated via 68528c7b163fdacb5438ee6b026fc7e9a96dc257 (commit) via f7d12f7a9d4a9ec21e836077dda8089656fdda5c (commit) from 905695a350bf44d906fbb8cde905fa0b81d12b57 (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 68528c7b163fdacb5438ee6b026fc7e9a96dc257 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Wed Apr 29 15:45:39 2015 +0200
Use proper environment variables for application data on W32
W32 has some standard paths where applications are expected to put their data: - %CommonProgramFiles% is the base folder for global application data - %AppData% is the base folder for user-specific application data
Pd currently tries to have guess these values, assuming that: - %CommonProgramFiles% == "%ProgramFiles%/Common Files/Pd" - %AppData% == "%UserProfile%/Application Data"
while the latter was true for XP/W2k, it is no longer true for W7/W8 (which has %AppData% == "%UserProfile%/AppData/Roaming")
the patch therefore uses the predefined envvars for the entire basename, rather that half-guessing wrongly.
commit f7d12f7a9d4a9ec21e836077dda8089656fdda5c Author: Miller Puckette msp@ucsd.edu Date: Wed Apr 29 11:29:08 2015 -0700
fix DC filter bug in testton
-----------------------------------------------------------------------
Summary of changes: doc/7.stuff/tools/testtone.pd | 709 ++++++++++++++++++++++------------------- src/s_path.c | 4 +- 2 files changed, 387 insertions(+), 326 deletions(-)
hooks/post-receive