This is an automated email from the git hooks/post-receive script. rlaboiss-guest pushed a commit to branch master in repository praat.
commit 3ac6277b6229a8c16ca8a156a8205d9ec74cf4b7 Merge: 2ce151e d232f4e Author: Rafael Laboissiere <[email protected]> Date: Fri Oct 30 04:18:25 2015 -0200 Merge tag 'upstream/6.0.1' Upstream version 6.0.1 .gitignore | 20 + EEG/EEG.cpp | 398 +- EEG/EEG.h | 18 +- EEG/EEGWindow.cpp | 48 +- EEG/EEGWindow.h | 43 +- EEG/EEGWindow_prefs.h | 47 +- EEG/EEG_def.h | 16 +- EEG/ERP.cpp | 36 +- EEG/ERP.h | 6 +- EEG/ERPTier.cpp | 116 +- EEG/ERPTier.h | 20 +- EEG/ERPTier_def.h | 21 +- EEG/ERPWindow.cpp | 28 +- EEG/ERPWindow.h | 35 +- EEG/ERPWindow_prefs.h | 50 +- EEG/ERP_def.h | 2 +- EEG/manual_EEG.cpp | 46 +- EEG/praat_EEG.cpp | 985 +- FFNet/FFNet.cpp | 244 +- FFNet/FFNet.h | 24 +- FFNet/FFNet_Activation_Categories.cpp | 54 +- FFNet/FFNet_Activation_Categories.h | 16 +- FFNet/FFNet_Eigen.cpp | 32 +- FFNet/FFNet_Eigen.h | 10 +- FFNet/FFNet_Matrix.cpp | 32 +- FFNet/FFNet_Matrix.h | 14 +- FFNet/FFNet_Pattern.cpp | 2 +- FFNet/FFNet_Pattern.h | 10 +- FFNet/FFNet_Pattern_Activation.cpp | 100 +- FFNet/FFNet_Pattern_Activation.h | 12 +- FFNet/FFNet_Pattern_Categories.cpp | 55 +- FFNet/FFNet_Pattern_Categories.h | 13 +- FFNet/FFNet_def.h | 13 +- FFNet/manual_FFNet.cpp | 462 +- FFNet/praat_FFNet_init.cpp | 648 +- LPC/.kdev_include_paths | 3 - LPC/Cepstrogram.cpp | 138 +- LPC/Cepstrogram.h | 25 +- LPC/Cepstrum.cpp | 109 +- LPC/Cepstrum.h | 22 +- LPC/Cepstrum_and_Spectrum.cpp | 50 +- LPC/Cepstrum_and_Spectrum.h | 28 +- LPC/Cepstrumc.cpp | 49 +- LPC/Cepstrumc.h | 8 +- LPC/Cepstrumc_def.h | 6 +- LPC/Formant_extensions.cpp | 22 +- LPC/Formant_extensions.h | 6 +- LPC/LPC.cpp | 55 +- LPC/LPC.h | 10 +- LPC/LPC_and_Cepstrumc.cpp | 16 +- LPC/LPC_and_Cepstrumc.h | 14 +- LPC/LPC_and_Formant.cpp | 28 +- LPC/LPC_and_Formant.h | 14 +- LPC/LPC_and_LFCC.cpp | 21 +- LPC/LPC_and_LFCC.h | 14 +- LPC/LPC_and_Polynomial.cpp | 14 +- LPC/LPC_and_Polynomial.h | 14 +- LPC/LPC_and_Tube.cpp | 44 +- LPC/LPC_and_Tube.h | 8 +- LPC/LPC_def.h | 6 +- LPC/LPC_to_Spectrogram.cpp | 8 +- LPC/LPC_to_Spectrogram.h | 12 +- LPC/LPC_to_Spectrum.cpp | 16 +- LPC/LPC_to_Spectrum.h | 14 +- LPC/Sound_and_Cepstrum.cpp | 38 +- LPC/Sound_and_Cepstrum.h | 16 +- LPC/Sound_and_LPC.cpp | 147 +- LPC/Sound_and_LPC.h | 26 +- LPC/Sound_and_LPC_robust.cpp | 43 +- LPC/Tube.cpp | 45 +- LPC/Tube.h | 6 +- LPC/Tube_def.h | 4 +- LPC/VocalTractTier.cpp | 42 +- LPC/VocalTractTier.h | 14 +- LPC/manual_LPC.cpp | 810 +- LPC/praat_LPC_init.cpp | 1340 +- README.md | 141 + artsynth/Art_Speaker.cpp | 4 +- artsynth/Art_Speaker_to_VocalTract.cpp | 34 +- artsynth/Articulation.cpp | 4 +- artsynth/Articulation.h | 6 +- artsynth/Articulation_def.h | 4 +- artsynth/Articulation_enums.h | 62 +- artsynth/Artword.cpp | 26 +- artsynth/Artword.h | 12 +- artsynth/ArtwordEditor.cpp | 71 +- artsynth/ArtwordEditor.h | 29 +- artsynth/Artword_Speaker_Sound.cpp | 11 +- artsynth/Artword_Speaker_to_Sound.cpp | 335 +- artsynth/Artword_Speaker_to_Sound.h | 10 +- artsynth/Artword_def.h | 4 +- artsynth/Artword_to_Art.cpp | 4 +- artsynth/Delta.cpp | 18 +- artsynth/Delta.h | 28 +- artsynth/Speaker.cpp | 36 +- artsynth/Speaker.h | 6 +- artsynth/Speaker_def.h | 2 +- artsynth/Speaker_to_Delta.cpp | 2 +- artsynth/manual_Artsynth.cpp | 194 +- artsynth/praat_Artsynth.cpp | 456 +- contrib/ola/FeatureWeights.cpp | 20 +- contrib/ola/FeatureWeights.h | 2 +- contrib/ola/FeatureWeights_def.h | 6 +- contrib/ola/KNN.cpp | 68 +- contrib/ola/KNN.h | 4 +- contrib/ola/KNN_def.h | 2 +- contrib/ola/KNN_threads.cpp | 26 +- contrib/ola/KNN_threads.h | 4 +- contrib/ola/Pattern_to_Categories_cluster.cpp | 4 +- contrib/ola/manual_KNN.cpp | 898 +- contrib/ola/praat_contrib_Ola_KNN.cpp | 1470 +- dwsys/Collection_extensions.cpp | 135 +- dwsys/Collection_extensions.h | 38 +- dwsys/Command.cpp | 12 +- dwsys/Command.h | 6 +- dwsys/DLL.cpp | 76 +- dwsys/DLL.h | 44 +- dwsys/Eigen.cpp | 152 +- dwsys/Eigen.h | 10 +- dwsys/Eigen_def.h | 2 +- dwsys/FileInMemory.cpp | 147 +- dwsys/FileInMemory.h | 46 +- dwsys/Graphics_extensions.cpp | 22 +- dwsys/Graphics_extensions.h | 4 +- dwsys/Index.cpp | 29 +- dwsys/Index.h | 4 +- dwsys/Index_def.h | 6 +- dwsys/NUM2.cpp | 565 +- dwsys/NUM2.h | 49 +- dwsys/NUMcblas.cpp | 16 +- dwsys/NUMcblas.h | 11 +- dwsys/NUMclapack.h | 8 - dwsys/NUMf2c.cpp | 6 +- dwsys/NUMf2c.h | 8 - dwsys/NUMhuber.cpp | 18 +- dwsys/NUMlapack.cpp | 4 +- dwsys/NUMlapack.h | 8 - dwsys/NUMmachar.h | 8 - dwsys/NUMmathlib.cpp | 4 +- dwsys/NUMsort2.cpp | 242 +- dwsys/NUMstring.cpp | 285 +- dwsys/Permutation.cpp | 97 +- dwsys/Permutation.h | 2 +- dwsys/Permutation_and_Index.cpp | 5 +- dwsys/Permutation_and_Index.h | 10 +- dwsys/Permutation_def.h | 6 +- dwsys/SVD.cpp | 76 +- dwsys/SVD.h | 4 +- dwsys/SVD_def.h | 12 +- dwsys/SimpleVector.cpp | 8 +- dwsys/SimpleVector.h | 4 +- dwsys/SimpleVector_def.h | 4 +- dwsys/Simple_extensions.cpp | 40 +- dwsys/Simple_extensions.h | 14 +- dwsys/regularExp.cpp | 793 +- dwsys/regularExp.h | 55 +- dwtest/runAllTests.praat | 19 +- dwtest/test_Confusion.praat | 8 +- dwtest/test_KlattGrid.praat | 7 +- dwtest/test_KruskalWallis.praat | 7 +- ...st_onewayAnova.praat => test_OnewayAnova.praat} | 9 +- dwtest/test_Polygon_simplify.praat | 4 - dwtest/test_Procrustes.praat | 263 +- dwtest/test_Sound_paint_where.praat | 2 +- dwtest/test_TableOfReal_extensions.praat | 3 +- ...est_henzeZirklerMultivariateNormalityTest.praat | 4 +- dwtest/test_regex.praat | 1 - dwtools/.DTW_def.h.kate-swp | Bin 77 -> 0 bytes dwtools/.KlattGridEditors.cpp.kate-swp | Bin 103 -> 0 bytes dwtools/.Sound_extensions.cpp.kate-swp | Bin 4764 -> 0 bytes dwtools/.SpeechSynthesizer.cpp.kate-swp | Bin 304 -> 0 bytes dwtools/.Table_extensions.cpp.kate-swp | Bin 160 -> 0 bytes dwtools/.manual_dwtools.cpp.kate-swp | Bin 1317 -> 0 bytes dwtools/.praat_David_init.cpp.kate-swp | Bin 152 -> 0 bytes dwtools/Activation.cpp | 35 +- dwtools/Activation.h | 18 +- dwtools/AffineTransform.cpp | 38 +- dwtools/AffineTransform.h | 14 +- dwtools/AffineTransform_def.h | 4 +- dwtools/CC.cpp | 32 +- dwtools/CCA.cpp | 94 +- dwtools/CCA.h | 4 +- dwtools/CCA_and_Correlation.cpp | 33 +- dwtools/CCA_and_Correlation.h | 17 +- dwtools/CCA_def.h | 6 +- dwtools/CC_def.h | 6 +- dwtools/CCs_to_DTW.cpp | 45 +- dwtools/CCs_to_DTW.h | 2 +- dwtools/Categories.cpp | 58 +- dwtools/Categories.h | 24 +- dwtools/CategoriesEditor.cpp | 1611 +- dwtools/CategoriesEditor.h | 2 +- dwtools/Categories_and_Strings.cpp | 12 +- dwtools/ClassificationTable.cpp | 22 +- dwtools/ComplexSpectrogram.cpp | 253 + dwtools/ComplexSpectrogram.h | 43 + dwtools/{Vowel_def.h => ComplexSpectrogram_def.h} | 17 +- dwtools/Configuration.cpp | 219 +- dwtools/Configuration.h | 24 +- dwtools/Configuration_AffineTransform.cpp | 59 +- dwtools/Configuration_AffineTransform.h | 25 +- dwtools/Configuration_and_Procrustes.cpp | 4 +- dwtools/Configuration_and_Procrustes.h | 8 - dwtools/Configuration_def.h | 4 +- dwtools/Confusion.cpp | 248 +- dwtools/Confusion.h | 39 +- dwtools/ContingencyTable.cpp | 127 +- dwtools/ContingencyTable.h | 38 +- dwtools/DTW.cpp | 225 +- dwtools/DTW.h | 39 +- dwtools/DTW_and_TextGrid.cpp | 44 +- dwtools/DTW_def.h | 4 +- dwtools/DataModeler.cpp | 1069 +- dwtools/DataModeler.h | 128 +- dwtools/DataModeler_def.h | 13 +- dwtools/Discriminant.cpp | 234 +- dwtools/Discriminant.h | 49 +- dwtools/Discriminant_Pattern_Categories.cpp | 18 +- dwtools/Discriminant_Pattern_Categories.h | 15 +- dwtools/Discriminant_def.h | 4 +- dwtools/Distance.cpp | 8 +- dwtools/Distance.h | 4 +- dwtools/EEG_extensions.cpp | 585 +- dwtools/EEG_extensions.h | 12 +- dwtools/EditDistanceTable.cpp | 115 +- dwtools/EditDistanceTable.h | 24 +- dwtools/EditDistanceTable_def.h | 20 +- dwtools/Eigen_and_Matrix.cpp | 17 +- dwtools/Eigen_and_Matrix.h | 21 +- dwtools/Eigen_and_Procrustes.cpp | 8 +- dwtools/Eigen_and_Procrustes.h | 8 - dwtools/Eigen_and_SSCP.cpp | 8 +- dwtools/Eigen_and_SSCP.h | 17 +- dwtools/Eigen_and_TableOfReal.cpp | 21 +- dwtools/Eigen_and_TableOfReal.h | 21 +- dwtools/Excitations.cpp | 14 +- dwtools/FilterBank.cpp | 199 +- dwtools/FilterBank.h | 37 +- dwtools/FormantGrid_extensions.cpp | 10 +- dwtools/FormantGrid_extensions.h | 10 +- dwtools/GaussianMixture.cpp | 286 +- dwtools/GaussianMixture.h | 22 +- dwtools/GaussianMixture_def.h | 6 +- dwtools/HMM.cpp | 538 +- dwtools/HMM.h | 108 +- dwtools/HMM_def.h | 12 +- dwtools/ICA.cpp | 121 +- dwtools/ICA.h | 14 +- dwtools/Intensity_extensions.cpp | 28 +- dwtools/Intensity_extensions.h | 4 +- dwtools/KlattGrid.cpp | 1014 +- dwtools/KlattGrid.h | 89 +- dwtools/KlattGridEditors.cpp | 298 +- dwtools/KlattGridEditors.h | 530 +- dwtools/KlattGrid_def.h | 99 +- dwtools/KlattTable.cpp | 88 +- dwtools/LFCC.cpp | 2 +- dwtools/LongSound_extensions.cpp | 42 +- dwtools/LongSound_extensions.h | 6 - dwtools/Ltas_extensions.cpp | 4 +- dwtools/MDS.cpp | 1268 +- dwtools/MDS.h | 200 +- dwtools/MFCC.cpp | 29 +- dwtools/Makefile | 5 +- dwtools/Matrix_Categories.cpp | 11 +- dwtools/Matrix_Categories.h | 10 +- dwtools/Matrix_extensions.cpp | 92 +- dwtools/Matrix_extensions.h | 24 +- dwtools/Minimizers.cpp | 143 +- dwtools/Minimizers.h | 82 +- dwtools/OptimalCeilingTier.cpp | 44 + .../OptimalCeilingTier.h | 28 +- dwtools/OptimalCeilingTierEditor.cpp | 50 + dwtools/OptimalCeilingTierEditor.h | 63 + dwtools/PCA.cpp | 40 +- dwtools/PCA.h | 2 +- dwtools/PCA_def.h | 4 +- dwtools/Pattern.cpp | 27 +- dwtools/Pattern.h | 8 +- dwtools/Pitch_extensions.cpp | 22 +- dwtools/Pitch_extensions.h | 17 +- dwtools/Polygon_extensions.cpp | 187 +- dwtools/Polygon_extensions.h | 9 +- dwtools/Polynomial.cpp | 208 +- dwtools/Polynomial.h | 14 +- dwtools/Procrustes.cpp | 2 +- dwtools/Proximity.cpp | 13 +- dwtools/Proximity.h | 2 +- dwtools/Resonator.cpp | 17 +- dwtools/Resonator.h | 57 +- dwtools/SPINET.cpp | 49 +- dwtools/SPINET_def.h | 4 +- dwtools/SPINET_to_Pitch.cpp | 32 +- dwtools/SPINET_to_Pitch.h | 9 - dwtools/SSCP.cpp | 524 +- dwtools/SSCP.h | 72 +- dwtools/SSCP_def.h | 4 +- dwtools/Sampled2.cpp | 8 +- dwtools/Sound_and_FilterBank.cpp | 421 + dwtools/Sound_and_FilterBank.h | 58 + dwtools/Sound_and_PCA.cpp | 14 +- dwtools/Sound_and_Spectrogram_extensions.cpp | 46 +- dwtools/Sound_extensions.cpp | 349 +- dwtools/Sound_extensions.h | 14 +- dwtools/Sound_to_DTW.h | 8 - dwtools/Sound_to_MFCC.cpp | 2 +- dwtools/Sound_to_MFCC.h | 8 - dwtools/Sound_to_Pitch2.cpp | 10 +- dwtools/Sound_to_Pitch2.h | 8 - dwtools/Sound_to_SPINET.cpp | 7 +- dwtools/Sound_to_SPINET.h | 8 - dwtools/Sounds_to_DTW.cpp | 2 +- dwtools/Spectrogram_extensions.cpp | 166 +- dwtools/Spectrogram_extensions.h | 52 +- dwtools/Spectrum_extensions.cpp | 52 +- dwtools/SpeechSynthesizer.cpp | 168 +- dwtools/SpeechSynthesizer.h | 14 +- dwtools/SpeechSynthesizer_and_TextGrid.cpp | 178 +- dwtools/SpeechSynthesizer_and_TextGrid.h | 4 +- dwtools/SpeechSynthesizer_def.h | 4 +- dwtools/Strings_extensions.cpp | 93 +- dwtools/Strings_extensions.h | 12 +- dwtools/TableOfReal_and_Permutation.cpp | 12 +- dwtools/TableOfReal_and_Permutation.h | 12 +- dwtools/TableOfReal_and_SVD.cpp | 30 +- dwtools/TableOfReal_and_SVD.h | 18 +- dwtools/TableOfReal_extensions.cpp | 576 +- dwtools/TableOfReal_extensions.h | 120 +- dwtools/Table_extensions.cpp | 586 +- dwtools/Table_extensions.h | 37 +- dwtools/TextGrid_extensions.cpp | 227 +- dwtools/TextGrid_extensions.h | 26 +- dwtools/VowelEditor.cpp | 902 +- dwtools/VowelEditor.h | 70 +- dwtools/Vowel_def.h | 6 +- dwtools/manual_BSS.cpp | 250 +- dwtools/manual_DataModeler.cpp | 40 +- dwtools/manual_HMM.cpp | 506 +- dwtools/manual_KlattGrid.cpp | 252 +- dwtools/manual_MDS.cpp | 2107 +- dwtools/manual_Permutation.cpp | 546 +- dwtools/manual_dwtools.cpp | 5990 ++--- dwtools/octave-workspace | Bin 43 -> 0 bytes dwtools/praat_BSS_init.cpp | 551 +- dwtools/praat_DataModeler_init.cpp | 1604 +- dwtools/praat_David_init.cpp | 8415 +++--- dwtools/praat_HMM_init.cpp | 814 +- dwtools/praat_KlattGrid_init.cpp | 1125 +- dwtools/praat_MDS_init.cpp | 1496 +- external/espeak/dictionary.cpp | 6 +- external/espeak/espeakdata_FileInMemory.cpp | 41 +- external/espeak/espeakdata_FileInMemory.h | 2 +- external/espeak/espeakdata_dicts.cpp | 286 +- external/espeak/espeakdata_phons.cpp | 18 +- external/espeak/espeakdata_variants.cpp | 74 +- external/espeak/espeakdata_voices.cpp | 338 +- external/espeak/klatt.cpp | 9 + external/espeak/readclause.cpp | 0 external/espeak/setlengths.cpp | 0 external/espeak/sonic.cpp | 0 external/espeak/sonic.h | 0 external/espeak/speech.h | 9 +- external/espeak/synth_mbrola.cpp | 0 external/espeak/synthdata.cpp | 8 +- external/espeak/synthesize.cpp | 0 external/espeak/synthesize.h | 0 external/espeak/translate.h | 0 external/espeak/voices.cpp | 4 +- external/espeak/wavegen.cpp | 0 external/flac/flac_FLAC_format.h | 10 +- external/flac/flac_stream_decoder.c | 6 +- external/flac/flac_stream_encoder.c | 4 +- external/mp3/mp3.cpp | 93 +- external/mp3/mp3.h | 2 +- fon/AmplitudeTier.cpp | 76 +- fon/AmplitudeTier.h | 27 +- fon/AmplitudeTierEditor.cpp | 14 +- fon/AmplitudeTierEditor.h | 51 +- fon/AnyTier.cpp | 8 +- fon/AnyTier.h | 4 +- fon/AnyTier_def.h | 10 +- fon/Cochleagram.cpp | 50 +- fon/Cochleagram.h | 19 +- fon/Cochleagram_and_Excitation.cpp | 8 +- fon/Cochleagram_and_Excitation.h | 4 +- fon/Distributions_and_Transition.cpp | 46 +- fon/Distributions_and_Transition.h | 8 +- fon/DurationTier.cpp | 34 +- fon/DurationTier.h | 16 +- fon/DurationTierEditor.cpp | 16 +- fon/DurationTierEditor.h | 52 +- fon/Excitation.cpp | 70 +- fon/Excitation.h | 16 +- fon/Excitation_to_Formant.cpp | 8 +- fon/Excitation_to_Formant.h | 4 +- fon/ExperimentMFC.cpp | 117 +- fon/ExperimentMFC.h | 4 +- fon/ExperimentMFC_def.h | 12 +- fon/Experiment_enums.h | 16 +- fon/Formant.cpp | 139 +- fon/Formant.h | 22 +- fon/FormantGrid.cpp | 86 +- fon/FormantGrid.h | 24 +- fon/FormantGridEditor.cpp | 184 +- fon/FormantGridEditor.h | 38 +- fon/FormantGridEditor_prefs.h | 39 +- fon/FormantGrid_def.h | 23 +- fon/FormantTier.cpp | 62 +- fon/FormantTier.h | 18 +- fon/FormantTier_def.h | 2 +- fon/Formant_def.h | 14 +- fon/FujisakiPitch.cpp | 22 +- fon/FujisakiPitch.h | 10 +- fon/Function.cpp | 16 +- fon/Function.h | 6 +- fon/FunctionEditor.cpp | 420 +- fon/FunctionEditor.h | 220 +- fon/FunctionEditor_prefs.h | 19 +- fon/Function_def.h | 48 +- fon/Harmonicity.cpp | 62 +- fon/Harmonicity.h | 16 +- fon/Harmonics.h | 16 +- fon/Harmonics_def.h | 9 +- fon/Image.h | 24 +- fon/Intensity.cpp | 48 +- fon/Intensity.h | 21 +- fon/IntensityTier.cpp | 52 +- fon/IntensityTier.h | 27 +- fon/IntensityTierEditor.cpp | 14 +- fon/IntensityTierEditor.h | 49 +- fon/Label.cpp | 50 +- fon/Label.h | 45 +- fon/LongSound.cpp | 134 +- fon/LongSound.h | 59 +- fon/Ltas.cpp | 168 +- fon/Ltas.h | 46 +- fon/Ltas_to_SpectrumTier.cpp | 6 +- fon/Ltas_to_SpectrumTier.h | 4 +- fon/Manipulation.cpp | 356 +- fon/Manipulation.h | 32 +- fon/ManipulationEditor.cpp | 550 +- fon/ManipulationEditor.h | 62 +- fon/ManipulationEditor_enums.h | 14 +- fon/ManipulationEditor_prefs.h | 23 +- fon/Manipulation_def.h | 39 +- fon/Matrix.cpp | 179 +- fon/Matrix.h | 30 +- fon/Matrix_and_Pitch.cpp | 20 +- fon/Matrix_and_Pitch.h | 6 +- fon/Matrix_and_PointProcess.cpp | 16 +- fon/Matrix_and_PointProcess.h | 10 +- fon/Matrix_and_Polygon.cpp | 22 +- fon/Matrix_and_Polygon.h | 10 +- fon/Matrix_def.h | 35 +- fon/Movie.cpp | 44 +- fon/Movie.h | 6 +- fon/MovieWindow.cpp | 10 +- fon/MovieWindow.h | 29 +- fon/Movie_def.h | 6 +- fon/ParamCurve.cpp | 111 +- fon/ParamCurve.h | 9 +- fon/ParamCurve_def.h | 10 +- fon/Photo.cpp | 154 +- fon/Photo.h | 4 +- fon/Photo_def.h | 49 +- fon/Pitch.cpp | 259 +- fon/Pitch.h | 20 +- fon/PitchEditor.cpp | 122 +- fon/PitchEditor.h | 20 +- fon/PitchTier.cpp | 52 +- fon/PitchTier.h | 15 +- fon/PitchTierEditor.cpp | 18 +- fon/PitchTierEditor.h | 50 +- fon/PitchTier_to_PointProcess.cpp | 50 +- fon/PitchTier_to_PointProcess.h | 16 +- fon/PitchTier_to_Sound.cpp | 52 +- fon/PitchTier_to_Sound.h | 14 +- fon/Pitch_AnyTier_to_PitchTier.cpp | 18 +- fon/Pitch_AnyTier_to_PitchTier.h | 6 +- fon/Pitch_Intensity.cpp | 12 +- fon/Pitch_def.h | 34 +- fon/Pitch_enums.h | 20 +- fon/Pitch_to_PitchTier.cpp | 26 +- fon/Pitch_to_PitchTier.h | 8 +- fon/Pitch_to_PointProcess.cpp | 93 +- fon/Pitch_to_PointProcess.h | 6 +- fon/Pitch_to_Sound.cpp | 26 +- fon/Pitch_to_Sound.h | 6 +- fon/PointEditor.cpp | 95 +- fon/PointEditor.h | 27 +- fon/PointProcess.cpp | 133 +- fon/PointProcess.h | 14 +- fon/PointProcess_and_Sound.cpp | 46 +- fon/PointProcess_and_Sound.h | 11 +- fon/PointProcess_def.h | 16 +- fon/Polygon.cpp | 38 +- fon/Polygon.h | 6 +- fon/Polygon_def.h | 10 +- fon/Praat_tests.cpp | 260 +- fon/Praat_tests.h | 4 +- fon/Praat_tests_enums.h | 39 +- fon/RealTier.cpp | 56 +- fon/RealTier.h | 10 +- fon/RealTierEditor.cpp | 66 +- fon/RealTierEditor.h | 62 +- fon/RealTier_def.h | 52 +- fon/RunnerMFC.cpp | 92 +- fon/RunnerMFC.h | 33 +- fon/Sampled.cpp | 76 +- fon/SampledXY_def.h | 29 +- fon/Sampled_def.h | 30 +- fon/Sound.cpp | 238 +- fon/Sound.h | 33 +- fon/SoundEditor.cpp | 104 +- fon/SoundEditor.h | 47 +- fon/SoundRecorder.cpp | 302 +- fon/SoundRecorder.h | 112 +- fon/SoundRecorder_enums.h | 6 +- fon/SoundRecorder_prefs.h | 15 +- fon/Sound_PointProcess.cpp | 12 +- fon/Sound_and_Spectrogram.cpp | 30 +- fon/Sound_and_Spectrogram_enums.h | 16 +- fon/Sound_and_Spectrum.cpp | 34 +- fon/Sound_and_Spectrum.h | 4 +- fon/Sound_audio.cpp | 79 +- fon/Sound_enhance.cpp | 16 +- fon/Sound_enums.h | 44 +- fon/Sound_files.cpp | 96 +- fon/Sound_to_Cochleagram.cpp | 33 +- fon/Sound_to_Formant.cpp | 58 +- fon/Sound_to_Harmonicity.cpp | 6 +- fon/Sound_to_Harmonicity_GNE.cpp | 20 +- fon/Sound_to_Intensity.cpp | 32 +- fon/Sound_to_Intensity.h | 4 +- fon/Sound_to_Pitch.cpp | 80 +- fon/Sound_to_Pitch.h | 8 +- fon/Sound_to_PointProcess.cpp | 34 +- fon/Sound_to_PointProcess.h | 16 +- fon/Spectrogram.cpp | 50 +- fon/Spectrogram.h | 12 +- fon/SpectrogramEditor.cpp | 12 +- fon/SpectrogramEditor.h | 16 +- fon/Spectrum.cpp | 100 +- fon/SpectrumEditor.cpp | 86 +- fon/SpectrumEditor.h | 58 +- fon/SpectrumEditor_prefs.h | 17 +- fon/SpectrumTier.cpp | 34 +- fon/SpectrumTier.h | 16 +- fon/Spectrum_and_Spectrogram.cpp | 10 +- fon/Spectrum_def.h | 14 +- fon/Spectrum_to_Excitation.cpp | 4 +- fon/Spectrum_to_Formant.cpp | 4 +- fon/SpellingChecker.cpp | 150 +- fon/SpellingChecker.h | 10 +- fon/SpellingChecker_def.h | 28 +- fon/TextGrid.cpp | 858 +- fon/TextGrid.h | 61 +- fon/TextGridEditor.cpp | 794 +- fon/TextGridEditor.h | 99 +- fon/TextGridEditor_enums.h | 58 +- fon/TextGridEditor_prefs.h | 39 +- fon/TextGrid_Sound.cpp | 210 +- fon/TextGrid_Sound.h | 6 +- fon/TextGrid_def.h | 67 +- fon/TimeSoundAnalysisEditor.cpp | 1419 +- fon/TimeSoundAnalysisEditor.h | 86 +- fon/TimeSoundAnalysisEditor_enums.h | 30 +- fon/TimeSoundAnalysisEditor_prefs.h | 157 +- fon/TimeSoundEditor.cpp | 359 +- fon/TimeSoundEditor.h | 56 +- fon/TimeSoundEditor_enums.h | 12 +- fon/TimeSoundEditor_prefs.h | 29 +- fon/Transition.cpp | 68 +- fon/Transition.h | 7 +- fon/Transition_def.h | 8 +- fon/Vector.cpp | 12 +- fon/Vector.h | 25 +- fon/VocalTract.cpp | 70 +- fon/VocalTract.h | 16 +- fon/VocalTract_to_Spectrum.cpp | 4 +- fon/VoiceAnalysis.cpp | 104 +- fon/WordList.cpp | 110 +- fon/WordList.h | 6 +- fon/WordList_def.h | 7 +- fon/manual_Exp.cpp | 1092 +- fon/manual_Fon.cpp | 2482 +- fon/manual_Manual.cpp | 262 +- fon/manual_Picture.cpp | 1296 +- fon/manual_Sampling.cpp | 208 +- fon/manual_Script.cpp | 5732 ++-- fon/manual_annotation.cpp | 488 +- fon/manual_exampleSound.cpp | 26 +- fon/manual_exampleSound.h | 4 +- fon/manual_formant.cpp | 766 +- fon/manual_glossary.cpp | 628 +- fon/manual_pitch.cpp | 910 +- fon/manual_programming.cpp | 70 +- fon/manual_references.cpp | 214 +- fon/manual_sound.cpp | 1530 +- fon/manual_soundFiles.cpp | 494 +- fon/manual_spectrum.cpp | 1027 +- fon/manual_tutorials.cpp | 5147 ++-- fon/manual_voice.cpp | 196 +- fon/praat_Exp.cpp | 120 +- fon/praat_Fon.cpp | 7681 +++--- fon/praat_Sound_init.cpp | 2226 +- fon/praat_TextGrid_init.cpp | 1570 +- gram/Network.cpp | 76 +- gram/Network.h | 2 +- gram/Network_def.h | 14 +- gram/Network_enums.h | 8 +- gram/OTGrammar.cpp | 794 +- gram/OTGrammar.h | 52 +- gram/OTGrammarEditor.cpp | 208 +- gram/OTGrammarEditor.h | 27 +- gram/OTGrammar_def.h | 10 +- gram/OTGrammar_enums.h | 40 +- gram/OTGrammar_ex_NPA.cpp | 39 +- gram/OTGrammar_ex_NoCoda.cpp | 20 +- gram/OTGrammar_ex_metrics.cpp | 269 +- gram/OTGrammar_ex_tongueRoot.cpp | 44 +- gram/OTMulti.cpp | 335 +- gram/OTMulti.h | 22 +- gram/OTMultiEditor.cpp | 152 +- gram/OTMultiEditor.h | 34 +- gram/OTMulti_def.h | 10 +- gram/OTMulti_ex_metrics.cpp | 270 +- gram/manual_gram.cpp | 1274 +- gram/praat_gram.cpp | 1732 +- kar/Makefile | 4 +- kar/UnicodeData.h | 26674 +++++++++---------- kar/ipaSerifRegular24.cpp | 6050 ----- kar/longchar.cpp | 29 +- kar/longchar.h | 8 +- main/main_Praat.cpp | 27 +- main/palias | 66 - makefiles/makefile.defs.cygwin64 | 25 + ...akefile.defs.mingw32 => makefile.defs.darmin32} | 0 ...akefile.defs.mingw64 => makefile.defs.darmin64} | 0 makefiles/makefile.defs.linux.alsa | 4 +- makefiles/makefile.defs.linux.pulse | 23 + makefiles/makefile.defs.linux.silent | 4 +- makefiles/makefile.defs.linuxc.alsa | 23 - makefiles/makefile.defs.linuxs.alsa | 4 +- makefiles/makefile.defs.mingw32 | 23 +- makefiles/makefile.defs.mingw32-490 | 24 - makefiles/makefile.defs.mingw32c | 24 - makefiles/makefile.defs.mingw64 | 23 +- makefiles/makefile.defs.mingw64-490 | 24 - makefiles/makefile.defs.mingw64c | 24 - num/NUM.cpp | 24 +- num/NUM.h | 66 +- num/NUMarrays.cpp | 123 +- num/NUMlinprog.cpp | 38 +- num/NUMrandom.cpp | 57 +- num/NUMsort.cpp | 12 +- stat/Distributions.cpp | 42 +- stat/Distributions.h | 11 +- stat/Distributions_and_Strings.cpp | 42 +- stat/LogisticRegression.cpp | 56 +- stat/LogisticRegression.h | 8 +- stat/LogisticRegression_def.h | 6 +- stat/PairDistribution.cpp | 102 +- stat/PairDistribution.h | 19 +- stat/PairDistribution_def.h | 12 +- stat/Regression.cpp | 48 +- stat/Regression.h | 12 +- stat/Regression_def.h | 10 +- stat/Table.cpp | 499 +- stat/Table.h | 64 +- stat/TableEditor.cpp | 86 +- stat/TableEditor.h | 41 +- stat/TableOfReal.cpp | 428 +- stat/TableOfReal.h | 30 +- stat/TableOfReal_def.h | 43 +- stat/Table_def.h | 45 +- stat/manual_statistics.cpp | 130 +- stat/praat_Stat.cpp | 1646 +- sys/ButtonEditor.cpp | 144 +- sys/ButtonEditor.h | 25 +- sys/Collection.cpp | 276 +- sys/Collection.h | 158 +- sys/Data.cpp | 217 +- sys/Data.h | 199 +- sys/DataEditor.cpp | 400 +- sys/DataEditor.h | 87 +- sys/DemoEditor.cpp | 219 +- sys/DemoEditor.h | 72 +- sys/Editor.cpp | 209 +- sys/Editor.h | 348 +- sys/EditorM.h | 22 +- sys/Editor_enums.h | 8 +- sys/Editor_prefs.h | 7 +- sys/Formula.cpp | 2383 +- sys/Formula.h | 10 +- sys/Graphics.cpp | 35 +- sys/Graphics.h | 285 +- sys/GraphicsP.h | 186 +- sys/GraphicsPostscript.cpp | 44 +- sys/GraphicsScreen.cpp | 202 +- sys/Graphics_colour.cpp | 204 +- sys/Graphics_enums.h | 66 +- sys/Graphics_grey.cpp | 4 +- sys/Graphics_image.cpp | 79 +- sys/Graphics_linesAndAreas.cpp | 134 +- sys/Graphics_mouse.cpp | 4 +- sys/Graphics_record.cpp | 39 +- sys/Graphics_text.cpp | 1349 +- sys/Graphics_utils.cpp | 330 +- sys/Gui.cpp | 16 +- sys/Gui.h | 425 +- sys/GuiButton.cpp | 84 +- sys/GuiCheckButton.cpp | 64 +- sys/GuiControl.cpp | 144 +- sys/GuiDialog.cpp | 38 +- sys/GuiDrawingArea.cpp | 154 +- sys/GuiFileSelect.cpp | 203 +- sys/GuiForm.cpp | 10 +- sys/GuiLabel.cpp | 52 +- sys/GuiList.cpp | 373 +- sys/GuiMenu.cpp | 226 +- sys/GuiMenuItem.cpp | 181 +- sys/GuiObject.cpp | 6 +- sys/GuiOptionMenu.cpp | 116 +- sys/GuiP.h | 21 +- sys/GuiProgressBar.cpp | 28 +- sys/GuiRadioButton.cpp | 118 +- sys/GuiScale.cpp | 30 +- sys/GuiScrollBar.cpp | 69 +- sys/GuiScrolledWindow.cpp | 18 +- sys/GuiShell.cpp | 60 +- sys/GuiText.cpp | 1008 +- sys/GuiThing.cpp | 50 +- sys/GuiWindow.cpp | 105 +- sys/HyperPage.cpp | 334 +- sys/HyperPage.h | 152 +- sys/HyperPage_prefs.h | 9 +- sys/InfoEditor.cpp | 18 +- sys/InfoEditor.h | 15 +- sys/Interpreter.cpp | 1420 +- sys/Interpreter.h | 96 +- sys/Makefile | 4 +- sys/ManPage.h | 18 +- sys/ManPage_enums.h | 54 +- sys/ManPages.cpp | 558 +- sys/ManPages.h | 33 +- sys/ManPagesM.h | 6 +- sys/Manual.cpp | 297 +- sys/Manual.h | 67 +- sys/MelderThread.h | 12 +- sys/Picture.cpp | 108 +- sys/Picture.h | 12 +- sys/Preferences.cpp | 143 +- sys/Preferences.h | 42 +- sys/Printer.cpp | 110 +- sys/Printer.h | 10 +- sys/Script.cpp | 2 +- sys/Script.h | 8 +- sys/ScriptEditor.cpp | 269 +- sys/ScriptEditor.h | 42 +- sys/Simple.cpp | 14 +- sys/Simple.h | 12 +- sys/Simple_def.h | 10 +- sys/Strings.cpp | 135 +- sys/StringsEditor.cpp | 60 +- sys/StringsEditor.h | 24 +- sys/Strings_.h | 12 +- sys/Strings_def.h | 13 +- sys/TextEditor.cpp | 432 +- sys/TextEditor.h | 53 +- sys/TextEditor_prefs.h | 7 +- sys/Thing.cpp | 133 +- sys/Thing.h | 341 +- sys/Ui.cpp | 774 +- sys/Ui.h | 235 +- sys/UiFile.cpp | 90 +- sys/UiPause.cpp | 177 +- sys/UiPause.h | 36 +- sys/abcio.cpp | 1797 +- sys/abcio.h | 204 +- sys/abcio_enums.h | 18 +- sys/enums.h | 6 +- sys/enums_getText.h | 4 +- sys/enums_getValue.h | 12 +- sys/lispio.cpp | 145 - sys/lispio.h | 109 - sys/machine.cpp | 10 +- sys/machine.h | 10 +- sys/melder.cpp | 1080 +- sys/melder.h | 1584 +- sys/melder_alloc.cpp | 347 +- sys/melder_atof.cpp | 106 +- sys/melder_audio.cpp | 724 +- sys/melder_audiofiles.cpp | 447 +- sys/melder_console.cpp | 34 +- sys/melder_debug.cpp | 576 +- sys/melder_enums.h | 108 +- sys/melder_error.cpp | 453 +- sys/melder_files.cpp | 567 +- sys/melder_ftoa.cpp | 401 +- sys/melder_info.cpp | 775 +- sys/melder_quantity.cpp | 24 +- sys/melder_readtext.cpp | 256 +- sys/melder_strings.cpp | 1334 +- sys/melder_sysenv.cpp | 45 +- sys/melder_textencoding.cpp | 536 +- sys/melder_time.cpp | 4 +- sys/melder_token.cpp | 48 +- sys/melder_writetext.cpp | 642 +- sys/motifEmulator.cpp | 656 +- sys/oo.h | 47 +- sys/oo_CAN_WRITE_AS_ENCODING.h | 25 +- sys/oo_COPY.h | 22 +- sys/oo_DESCRIPTION.h | 252 +- sys/oo_DESTROY.h | 13 +- sys/oo_EQUAL.h | 20 +- sys/oo_READ_BINARY.h | 73 +- sys/oo_READ_TEXT.h | 75 +- sys/oo_WRITE_BINARY.h | 16 +- sys/oo_WRITE_TEXT.h | 82 +- sys/oo_undef.h | 10 +- sys/praat.cpp | 1513 +- sys/praat.h | 173 +- sys/praatP.h | 99 +- sys/praat_actions.cpp | 387 +- sys/praat_logo.cpp | 26 +- sys/praat_menuCommands.cpp | 210 +- sys/praat_objectMenus.cpp | 737 +- sys/praat_picture.cpp | 1411 +- sys/praat_script.cpp | 470 +- sys/praat_script.h | 22 +- sys/praat_statistics.cpp | 132 +- sys/praat_version.h | 8 +- sys/prefs.h | 34 +- sys/prefs_copyToInstance.h | 16 +- sys/prefs_define.h | 40 +- sys/prefs_install.h | 32 +- sys/sendpraat.c | 20 +- sys/sendsocket.c | 10 +- sys/site.cpp | 14 +- sys/site.h | 8 +- sys/winport_off.h | 3 +- sys/winport_on.h | 3 +- test/fon/data.praat | Bin 13426 -> 13494 bytes test/kar/unicode.praat | Bin 9014 -> 9020 bytes .../kar/\303\245b\303\247\303\251\303\274.wav" | Bin test/manually/demo_pdf.praat | 6 + test/manually/testCommandLineCalls.praat | 33 + test/num/fisherQ.praat | 2 +- test/num/mathFunctions.praat | 4 +- test/runAllTests.praat | 88 +- test/{test.txt => test.praat} | 0 852 files changed, 90441 insertions(+), 92904 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
