[med-svn] [praat] branch upstream updated (d52562d -> 4db6230)
Rafael Laboissiere
rafael at debian.org
Fri Jun 9 21:45:38 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 d52562d New upstream version 6.0.28
new 4db6230 New upstream version 6.0.29
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/EEG.cpp | 3 +-
EEG/EEGWindow.cpp | 14 +-
EEG/ERPWindow.cpp | 60 +-
FFNet/praat_FFNet_init.cpp | 3 +-
artsynth/ArtwordEditor.cpp | 26 +-
dwsys/Eigen.cpp | 4 +-
dwsys/NUMstring.cpp | 35 +-
dwtest/test_MixingMatrix.praat | 88 ++
dwtest/test_String_extensions.praat | 37 +
dwtools/CC.cpp | 2 +-
dwtools/CategoriesEditor.cpp | 30 +-
dwtools/EEG_extensions.cpp | 3 +-
dwtools/ICA.cpp | 105 +-
dwtools/ICA.h | 20 +-
dwtools/MFCC.cpp | 2 +-
dwtools/MFCC.h | 2 +-
dwtools/Makefile | 5 +-
dwtools/MixingMatrix.cpp | 227 ++++
stat/praat_TableOfReal.h => dwtools/MixingMatrix.h | 72 +-
dwtools/Sound_and_MixingMatrix.cpp | 137 +++
dwtools/Sound_and_MixingMatrix.h | 39 +
dwtools/Spectrogram_extensions.cpp | 9 +-
dwtools/Strings_extensions.cpp | 59 +-
dwtools/Strings_extensions.h | 4 +-
dwtools/TableOfReal_extensions.cpp | 4 +-
dwtools/TableOfReal_extensions.h | 4 +-
dwtools/Table_extensions.cpp | 4 +-
dwtools/VowelEditor.cpp | 48 +-
dwtools/manual_BSS.cpp | 46 +
dwtools/manual_dwtools.cpp | 43 +
dwtools/praat_BSS_init.cpp | 44 +-
dwtools/praat_David_init.cpp | 42 +-
external/espeak/dictionary.cpp | 2 +-
fon/FormantGridEditor.cpp | 146 +--
fon/FunctionEditor.cpp | 899 ++++++++--------
fon/FunctionEditor.h | 6 +-
fon/ManipulationEditor.cpp | 382 +++----
fon/MovieWindow.cpp | 62 +-
fon/PitchEditor.cpp | 132 +--
fon/PointEditor.cpp | 88 +-
fon/RealTierEditor.cpp | 144 +--
fon/RunnerMFC.cpp | 2 +-
fon/SoundEditor.cpp | 204 ++--
fon/SoundRecorder.cpp | 157 ++-
fon/SoundRecorder.h | 8 +-
fon/Sound_to_Pitch kopie.cpp | 566 ----------
fon/SpectrogramEditor.cpp | 40 +-
fon/SpectrumEditor.cpp | 34 +-
fon/TextGridEditor.cpp | 620 +++++------
fon/TimeSoundAnalysisEditor.cpp | 312 +++---
fon/TimeSoundEditor.cpp | 207 ++--
fon/TimeSoundEditor.h | 3 +
fon/manual_Script.cpp | 4 +-
fon/manual_tutorials.cpp | 7 +-
fon/praat_Fon.cpp | 5 +-
fon/praat_Tiers.h | 4 +-
gram/OTMultiEditor.cpp | 8 +-
kar/longchar.cpp | 1087 ++++++++++----------
kar/longchar.h | 5 +
stat/TableEditor.cpp | 14 +-
sys/ButtonEditor.cpp | 12 +-
sys/DataEditor.cpp | 14 +-
sys/DemoEditor.cpp | 22 +-
sys/Editor.cpp | 44 +-
sys/Editor.h | 12 +-
sys/Graphics.cpp | 4 +-
sys/Graphics.h | 7 +-
sys/GraphicsP.h | 51 +-
sys/GraphicsScreen.cpp | 182 ++--
sys/Graphics_colour.cpp | 78 +-
sys/Graphics_image.cpp | 56 +-
sys/Graphics_linesAndAreas.cpp | 56 +-
sys/Graphics_mouse.cpp | 20 +-
sys/Graphics_text.cpp | 748 +++++++++-----
sys/Gui.cpp | 103 +-
sys/Gui.h | 7 +-
sys/GuiButton.cpp | 109 +-
sys/GuiCheckButton.cpp | 66 +-
sys/GuiControl.cpp | 77 +-
sys/GuiDialog.cpp | 30 +-
sys/GuiDrawingArea.cpp | 231 +++--
sys/GuiFileSelect.cpp | 106 +-
sys/GuiForm.cpp | 8 +-
sys/GuiLabel.cpp | 46 +-
sys/GuiList.cpp | 173 ++--
sys/GuiMenu.cpp | 166 ++-
sys/GuiMenuItem.cpp | 177 ++--
sys/GuiObject.cpp | 14 +-
sys/GuiOptionMenu.cpp | 72 +-
sys/GuiP.h | 21 +-
sys/GuiProgressBar.cpp | 43 +-
sys/GuiRadioButton.cpp | 131 ++-
sys/GuiScale.cpp | 36 +-
sys/GuiScrollBar.cpp | 330 +++---
sys/GuiScrolledWindow.cpp | 32 +-
sys/GuiShell.cpp | 21 +-
sys/GuiText.cpp | 282 ++---
sys/GuiThing.cpp | 31 +-
sys/GuiWindow.cpp | 48 +-
sys/HyperPage.cpp | 16 +-
sys/InfoEditor.cpp | 12 +-
sys/Manual.cpp | 14 +-
sys/MelderGui.cpp | 203 ++--
sys/Picture.cpp | 18 +-
sys/ScriptEditor.cpp | 10 +-
sys/StringsEditor.cpp | 14 +-
sys/TextEditor.cpp | 26 +-
sys/Ui.cpp | 2 +-
sys/UiFile.cpp | 6 +-
sys/UiPause.cpp | 4 +-
sys/melder.h | 8 +-
sys/melder_audio.cpp | 62 +-
sys/motifEmulator.cpp | 37 +-
sys/praat.cpp | 16 +-
sys/praat_actions.cpp | 2 +-
sys/praat_logo.cpp | 2 +-
sys/praat_picture.cpp | 6 +-
sys/praat_script.cpp | 4 +-
sys/praat_version.h | 8 +-
119 files changed, 5423 insertions(+), 5082 deletions(-)
create mode 100644 dwtest/test_MixingMatrix.praat
create mode 100644 dwtest/test_String_extensions.praat
create mode 100644 dwtools/MixingMatrix.cpp
copy stat/praat_TableOfReal.h => dwtools/MixingMatrix.h (50%)
create mode 100644 dwtools/Sound_and_MixingMatrix.cpp
create mode 100644 dwtools/Sound_and_MixingMatrix.h
delete mode 100644 fon/Sound_to_Pitch kopie.cpp
--
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