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 e77b938116bbdd23e8b434e9b01be3ab52c4c464 (commit) via 67b3095a3b96576a6ce39f3c19c16eb6975c2728 (commit) via d44dc26e4519bcfce2ca3947da60c7daafb5f7e8 (commit) via 5b194ad00da68cb8c0660ceefc4ab2b8f9f9a3ce (commit) via 730d9888c4885788e5ffce0fbf117c015c27a8a0 (commit) via 1ccc6c8f55d29ba5ee9eff83e17d7229873c6410 (commit) via c1cb0a2a788d93deca37a8816118c70ffbfbd175 (commit) via 6af3739b2284cfd53ad0ca8eeb2d3c450767e77b (commit) via 209dc0ebf8c6d5ffbab6c83f0d6312e90c7b78fc (commit) via b0c42416980ebad1a0e34724f442b7e94e060b76 (commit) via 5be2d4746bdc94cc7375352dad9993eebc0538fd (commit) via 45f2dac2a972a63a1234296eb3878cb1f7b287e8 (commit) via 3cd790981969b54399b4ab20876c5ebec046e381 (commit) via 2ddc648e978063bdfc2d7ceae2781815d35e1dc5 (commit) via 4cad972a99a67fae6e5a0ca0cfbf4259bf2ce87b (commit) via 48e7956ea95d13b5175847dd99ca51c2989dc527 (commit) via bf0ad736bc9c304413ece23119781c62fd6e3aa8 (commit) via e7575654d496397213cd35bd2055032761b13044 (commit) via 447762898b47b741ee775beeae990e016fe93d35 (commit) via 5f5fbb4a621b4f1e5d51f6fe64a35f66f2564c27 (commit) via 3272effc529b2c151b17f52a50e99ff4edb23a8f (commit) from 52ec505b8701acd9cfd137065eac8d73b3920c6e (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 e77b938116bbdd23e8b434e9b01be3ab52c4c464 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Wed Mar 23 22:22:09 2016 +0100
fixed missing space in alsa_midi_dialog
commit 67b3095a3b96576a6ce39f3c19c16eb6975c2728 Author: Antoine Rousseau _antoine_@metalu.net Date: Wed Feb 24 17:56:21 2016 +0100
Fix the way signal scalars are searched into the list of inlets of an object.
commit d44dc26e4519bcfce2ca3947da60c7daafb5f7e8 Author: Antoine Rousseau _antoine_@metalu.net Date: Wed Feb 24 15:37:56 2016 +0100
Strip path from abstraction file name before searching for help path.
This way, help file "foo/abs-help.pd" or "foo/help-abs.pd" would be found for a [foo/abs] abstraction.
Currently such help file is not found, as pd looks for "foo/foo/abs-help.pd".
commit 5b194ad00da68cb8c0660ceefc4ab2b8f9f9a3ce Author: Antoine Rousseau _antoine_@metalu.net Date: Wed Feb 24 14:04:41 2016 +0100
Don't add subdirectories of paths declared in preferences to the first column of Help Browser, but add an entry for these paths instead.
For example, if "myLib/" directory is declared in preferences, and if myLib/ contains foo/ and bar/ subdirs, add "myLib/" to the first column of Help Browser, instead of "foo/" and "bar/" as currently.
commit 730d9888c4885788e5ffce0fbf117c015c27a8a0 Author: Miller Puckette msp@foo.localdomain Date: Wed Apr 20 13:27:44 2016 -0700
finished on zoom feature for IEM GUIs and improved button flash timing
commit 1ccc6c8f55d29ba5ee9eff83e17d7229873c6410 Author: Miller Puckette msp@ucsd.edu Date: Wed Apr 20 10:51:59 2016 -0700
1/2 of IEM GUIS made zoomable
commit c1cb0a2a788d93deca37a8816118c70ffbfbd175 Author: Miller Puckette msp@ucsd.edu Date: Tue Apr 19 08:36:07 2016 -0700
zoom work on IEM guis, done for toggle but not others
commit 6af3739b2284cfd53ad0ca8eeb2d3c450767e77b Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Mon Jan 11 22:26:09 2016 +0100
updated iemgui's color-functions for loading/saving
we now accept symbols as colors, e.d. "#FF0000" is red. we don't accept english colornames though (e.g. "blue"), since internally the color is still handled as (int).
saving still uses the old lossy encoded-as-int-as-float representation, in order to allow patches saved with Pd-0.47 be opened with Pd-0.46 or older. once we reach 0.48, the default should be to store colors as symbols (the old behaviour can be forced by setting the compat-mode to "47" or lower)
commit 209dc0ebf8c6d5ffbab6c83f0d6312e90c7b78fc Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 20:51:49 2016 -0700
Revert "updated iemgui's color-functions for loading/saving"
This reverts commit b0c42416980ebad1a0e34724f442b7e94e060b76.
commit b0c42416980ebad1a0e34724f442b7e94e060b76 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Mon Jan 11 22:26:09 2016 +0100
updated iemgui's color-functions for loading/saving
we now accept symbols as colors, e.d. "#FF0000" is red. we don't accept english colornames though (e.g. "blue"), since internally the color is still handled as (int).
saving still uses the old lossy encoded-as-int-as-float representation, in order to allow patches saved with Pd-0.47 be opened with Pd-0.46 or older. once we reach 0.48, the default should be to store colors as symbols (the old behaviour can be forced by setting the compat-mode to "47" or lower)
commit 5be2d4746bdc94cc7375352dad9993eebc0538fd Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 20:47:00 2016 -0700
Revert "updated iemgui's color-functions for loading/saving"
This reverts commit 45f2dac2a972a63a1234296eb3878cb1f7b287e8.
commit 45f2dac2a972a63a1234296eb3878cb1f7b287e8 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Mon Jan 11 22:26:09 2016 +0100
updated iemgui's color-functions for loading/saving
we now accept symbols as colors, e.d. "#FF0000" is red. we don't accept english colornames though (e.g. "blue"), since internally the color is still handled as (int).
saving still uses the old lossy encoded-as-int-as-float representation, in order to allow patches saved with Pd-0.47 be opened with Pd-0.46 or older. once we reach 0.48, the default should be to store colors as symbols (the old behaviour can be forced by setting the compat-mode to "47" or lower)
commit 3cd790981969b54399b4ab20876c5ebec046e381 Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 17:54:40 2016 -0700
Revert "finished on zoom feature for IEM GUIs and improved button flash timing"
This reverts commit ee99898be7135117389f1730cff797394d484ded.
commit 2ddc648e978063bdfc2d7ceae2781815d35e1dc5 Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 17:54:33 2016 -0700
Revert "1/2 of IEM GUIS made zoomable"
This reverts commit f60e5b37e7837cdba4a872e65f9fcd1df275f102.
commit 4cad972a99a67fae6e5a0ca0cfbf4259bf2ce87b Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 17:54:01 2016 -0700
trying to apply color patch - reverting zoom stuff so the much more complicated color patch will apply, then will try to reapply zoom patch Revert "zoom work on IEM guis, done for toggle but not others"
This reverts commit a19e68ef70016d586f7df6f07c8bdfcf262012fd.
commit 48e7956ea95d13b5175847dd99ca51c2989dc527 Author: @ <@> Date: Mon Dec 28 15:16:23 2015 +0100
Update some linux parts of INSTALL.txt
commit bf0ad736bc9c304413ece23119781c62fd6e3aa8 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Sat Nov 21 23:14:33 2015 +0100
check whether a plugin-dispatcher is registered for a receiver
the original code will unconditionally iterate over $::pd_connect::plugin_dispatch_receivers($receiver). however, if $receiver was never registered for plugin-dispatching, this will give an ugly backtrace.
this patch silently ignores plugin-dispatching for unknown receivers (assuming that the abstraction finds a way to handle a non-installed/non-responsive plugin).
an alternative would be to print a single-line warning (rather than a Tcl-backtrace).
commit e7575654d496397213cd35bd2055032761b13044 Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 17:30:02 2016 -0700
new Basque translations by Fvargas
commit 447762898b47b741ee775beeae990e016fe93d35 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Mon Nov 2 20:42:03 2015 +0100
silence DSP-error when autopatching
only prints the "signal outlet connected to nonsignal inlet" error if the destintation is indeed a real object (not just a dummy text_class object, which is the case if the object couldn't create or we are autopatching)
commit 5f5fbb4a621b4f1e5d51f6fe64a35f66f2564c27 Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 11:39:29 2016 -0700
portaudio to version pa_stable_v19_20140130.tgz
commit 3272effc529b2c151b17f52a50e99ff4edb23a8f Author: Miller Puckette msp@ucsd.edu Date: Fri Apr 22 11:28:11 2016 -0700
portmidi updated to version 230 (2016-03-20)
-----------------------------------------------------------------------
Summary of changes: INSTALL.txt | 13 +- README.txt | 2 +- po/eu.po | 290 ++++++++++---------- portaudio/src/common/pa_process.c | 16 +- portaudio/src/common/pa_trace.c | 10 +- portaudio/src/hostapi/alsa/pa_linux_alsa.c | 238 +++++++++------- .../src/hostapi/coreaudio/pa_mac_core_utilities.c | 4 +- portaudio/src/hostapi/jack/pa_jack.c | 16 +- portmidi/pm_common/CMakeLists.txt | 128 +++++++++ portmidi/pm_common/portmidi.c | 2 +- portmidi/pm_linux/README_LINUX.txt | 281 +++++++++++-------- portmidi/pm_linux/finddefault.c | 2 +- portmidi/pm_linux/pmlinuxalsa.c | 19 +- portmidi/pm_mac/Makefile.osx | 131 +++++++++ portmidi/pm_mac/README_MAC.txt | 166 +++++++++++ portmidi/pm_mac/pmdefaults/make/build.xml | 87 ++++++ portmidi/pm_mac/pmdefaults/make/find-classrefs.sh | 31 ++ .../pmdefaults/resources/English.lproj/Credits.rtf | 14 + .../resources/English.lproj/InfoPlist.strings | Bin 0 -> 220 bytes portmidi/pm_mac/pmdefaults/resources/Info.plist | 40 +++ portmidi/pm_mac/pmdefaults/resources/Manifest | 1 + portmidi/pm_mac/pmmacosxcm.c | 6 +- portmidi/pm_win/README_WIN.txt | 7 +- portmidi/pm_win/clean_cmake.bat | 6 + portmidi/pm_win/clean_up_vcproj.awk | 70 +++++ portmidi/pm_win/clean_up_vcproj.bat | 76 +++++ portmidi/pm_win/debugging_dlls.txt | 145 ++++++++++ portmidi/pm_win/pmdll.c | 49 ---- portmidi/pm_win/pmdll.h | 5 - portmidi/pm_win/pmwin.c | 3 +- portmidi/pm_win/pmwinmm.c | 246 +---------------- portmidi/pm_win/static.cmake | 16 + portmidi/porttime/porttime.dsp | 104 +++++++ src/d_ugen.c | 9 +- src/g_all_guis.c | 144 ++++++---- src/g_all_guis.h | 7 +- src/g_bang.c | 19 +- src/g_editor.c | 14 +- src/g_hdial.c | 43 ++-- src/g_hslider.c | 39 ++-- src/g_mycanvas.c | 36 ++-- src/g_numbox.c | 59 ++-- src/g_toggle.c | 47 ++-- src/g_vdial.c | 43 ++-- src/g_vslider.c | 39 ++-- src/g_vumeter.c | 67 +++--- src/m_obj.c | 7 +- tcl/dialog_iemgui.tcl | 136 ++++------ tcl/dialog_midi.tcl | 2 +- tcl/helpbrowser.tcl | 27 ++- tcl/pd-gui.tcl | 9 +- 51 files changed, 1922 insertions(+), 1049 deletions(-) create mode 100644 portmidi/pm_common/CMakeLists.txt create mode 100755 portmidi/pm_mac/Makefile.osx create mode 100644 portmidi/pm_mac/README_MAC.txt create mode 100644 portmidi/pm_mac/pmdefaults/make/build.xml create mode 100755 portmidi/pm_mac/pmdefaults/make/find-classrefs.sh create mode 100644 portmidi/pm_mac/pmdefaults/resources/English.lproj/Credits.rtf create mode 100644 portmidi/pm_mac/pmdefaults/resources/English.lproj/InfoPlist.strings create mode 100644 portmidi/pm_mac/pmdefaults/resources/Info.plist create mode 100644 portmidi/pm_mac/pmdefaults/resources/Manifest create mode 100644 portmidi/pm_win/clean_cmake.bat create mode 100644 portmidi/pm_win/clean_up_vcproj.awk create mode 100644 portmidi/pm_win/clean_up_vcproj.bat create mode 100755 portmidi/pm_win/debugging_dlls.txt delete mode 100755 portmidi/pm_win/pmdll.c delete mode 100755 portmidi/pm_win/pmdll.h create mode 100644 portmidi/pm_win/static.cmake create mode 100755 portmidi/porttime/porttime.dsp
hooks/post-receive