[med-svn] [praat] branch upstream updated (4db6230 -> 6f75099)
Rafael Laboissiere
rafael at debian.org
Fri Aug 11 20:49:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
rafael pushed a change to branch upstream
in repository praat.
from 4db6230 New upstream version 6.0.29
new 6f75099 New upstream version 6.0.30
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
EEG/praat_EEG.cpp | 36 +-
FFNet/Makefile | 4 +-
LPC/LPC_to_Spectrum.cpp | 2 +-
LPC/Makefile | 4 +-
README.md | 12 +
artsynth/Makefile | 4 +-
artsynth/praat_Artsynth.cpp | 9 +-
contrib/ola/Makefile | 4 +-
dwsys/DoublyLinkedList.cpp | 2 +-
dwsys/Makefile | 4 +-
dwsys/NUM2.cpp | 37 +-
dwsys/NUM2.h | 25 +-
dwsys/NUMcomplex.cpp | 206 +++++++
sys/StringsEditor.h => dwsys/NUMcomplex.h | 72 ++-
dwsys/NUMlapack.cpp | 10 +-
dwsys/NUMstring.cpp | 2 +-
dwtest/test_DTW.praat | 2 +-
dwtest/test_Sound_draw_where.praat | 51 +-
dwtest/test_gammatonefilter.praat | 52 ++
dwtest/test_textGrid_and_DurationTier.praat | 61 ++
dwtools/DTW.cpp | 635 +++++++++++----------
dwtools/DTW.h | 22 +-
dwtools/DataModeler.cpp | 2 +-
dwtools/Makefile | 6 +-
dwtools/Sound_extensions.cpp | 63 ++-
dwtools/Sound_extensions.h | 2 +
dwtools/Table_extensions.cpp | 2 +-
dwtools/TextGrid_and_DurationTier.cpp | 100 ++++
dwtools/TextGrid_and_DurationTier.h | 33 ++
dwtools/TextGrid_extensions.cpp | 8 +
dwtools/manual_dwtools.cpp | 116 +++-
dwtools/praat_DataModeler_init.cpp | 15 +-
dwtools/praat_David_init.cpp | 55 +-
dwtools/praat_KlattGrid_init.cpp | 6 +-
external/gsl/gsl_rng__file.c | 4 +-
fon/FunctionEditor.h | 6 +-
fon/RealTier.cpp | 3 +-
fon/Sound_and_Spectrum.cpp | 45 +-
fon/Sound_to_Intensity.cpp | 37 +-
fon/Sound_to_Intensity.h | 10 +-
fon/TimeSoundEditor.cpp | 9 +-
fon/manual_Script.cpp | 266 ++++++---
fon/manual_glossary.cpp | 2 +-
fon/manual_pitch.cpp | 6 +-
fon/manual_programming.cpp | 15 +-
fon/manual_tutorials.cpp | 10 +-
fon/praat_Fon.cpp | 44 +-
fon/praat_Matrix.cpp | 9 +-
fon/praat_Sound.cpp | 26 +-
fon/praat_TextGrid_init.cpp | 36 +-
fon/praat_Tiers.cpp | 53 +-
gram/praat_gram.cpp | 16 +-
kar/UnicodeData.h | 4 +
kar/longchar.cpp | 2 +-
main/Makefile | 4 +-
main/praat.plist | 2 +-
makefiles/makefile.defs.linux.barren | 6 +-
makefiles/makefile.defs.linux.nogui | 25 +
num/NUMrandom.cpp | 2 +-
stat/Regression.cpp | 14 +-
stat/Table.cpp | 2 +-
stat/praat_Stat.cpp | 9 +-
sys/Formula.cpp | 628 ++++++++++++++++-----
sys/Formula.h | 23 +-
sys/Graphics.cpp | 2 +
sys/Graphics.h | 6 +-
sys/GraphicsP.h | 27 +-
sys/GraphicsScreen.cpp | 77 +--
sys/Graphics_colour.cpp | 10 +-
sys/Graphics_linesAndAreas.cpp | 26 +-
sys/Graphics_mouse.cpp | 4 +-
sys/Graphics_text.cpp | 824 +++++++++++-----------------
sys/Gui.h | 29 +-
sys/Interpreter.cpp | 22 +-
sys/Interpreter.h | 10 +-
sys/Makefile | 2 +-
sys/MelderThread.h | 4 +-
sys/Picture.cpp | 2 +-
fon/Corpus.h => sys/Tensor.h | 20 +-
sys/melder.h | 2 +-
sys/melder_audio.cpp | 2 +-
sys/melder_debug.cpp | 6 +-
sys/oo.h | 4 +-
sys/praat.cpp | 6 +-
sys/praat.h | 11 +
sys/praat_version.h | 8 +-
sys/sendpraat.c | 8 +-
test/script/vectors.praat | 8 +
test/sys/graphicsTextSpeed.praat | 9 +
test/sys/object.praat | 35 ++
90 files changed, 2572 insertions(+), 1574 deletions(-)
create mode 100644 dwsys/NUMcomplex.cpp
copy sys/StringsEditor.h => dwsys/NUMcomplex.h (52%)
create mode 100644 dwtest/test_gammatonefilter.praat
create mode 100644 dwtest/test_textGrid_and_DurationTier.praat
create mode 100644 dwtools/TextGrid_and_DurationTier.cpp
create mode 100644 dwtools/TextGrid_and_DurationTier.h
create mode 100644 makefiles/makefile.defs.linux.nogui
copy fon/Corpus.h => sys/Tensor.h (75%)
create mode 100644 test/script/vectors.praat
create mode 100644 test/sys/graphicsTextSpeed.praat
create mode 100644 test/sys/object.praat
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git
More information about the debian-med-commit
mailing list