From 880e2e7dfe6fe18c8337f785d67b1d95828f9b25 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Fri, 18 Dec 2015 13:02:43 +0100 Subject: [PATCH] Adapted patch to update of Praat --- praat_module/adaptPraat.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/praat_module/adaptPraat.patch b/praat_module/adaptPraat.patch index 4d1a9f2..31f2186 100644 --- a/praat_module/adaptPraat.patch +++ b/praat_module/adaptPraat.patch @@ -2,7 +2,7 @@ diff -Naurp -x '*.[oah]' -x '.git*' -x praat praat_sources/sys/melder_audio.cpp --- praat_sources/sys/melder_audio.cpp 2014-12-29 08:24:04.000000000 +0100 +++ demo_praat_sources/sys/melder_audio.cpp 2015-05-12 09:48:06.000000000 +0200 # Allow playback in the background -@@ -1027,10 +1027,14 @@ void MelderAudio_play16 (int16_t *buffer +@@ -1028,10 +1028,14 @@ void MelderAudio_play16 (int16_t *buffer my numberOfChannels = numberOfChannels; my callback = playCallback; my closure = playClosure; @@ -261,7 +261,7 @@ diff -Naurp -x '*.[oah]' -x '.git*' -x praat praat_sources/sys/Ui.cpp demo_praat --- praat_sources/sys/Ui.cpp 2014-01-27 09:02:44.000000000 +0100 +++ demo_praat_sources/sys/Ui.cpp 2014-03-27 12:22:58.000000000 +0100 # Increase size of Pause Forms -@@ -717,12 +717,16 @@ void UiForm_finish (I) { +@@ -718,12 +718,16 @@ void UiForm_finish (I) { void UiForm_finish (UiForm me) { if (! my d_dialogParent && ! my isPauseForm) return; -- 2.11.4.GIT