1 /* FormantGridEditor_prefs.h
2  *
3  * Copyright (C) 2013,2015 Paul Boersma
4  *
5  * This code is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or (at
8  * your option) any later version.
9  *
10  * This code is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13  * See the GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this work. If not, see <http://www.gnu.org/licenses/>.
17  */
18 
19 prefs_begin (FormantGridEditor)
20 
21 	prefs_add_double_with_data (FormantGridEditor, formantFloor,                    1, U"0.0")   // Hz
22 	prefs_add_double_with_data (FormantGridEditor, formantCeiling,                  1, U"11000.0")   // Hz
23 	prefs_add_double_with_data (FormantGridEditor, bandwidthFloor,                  1, U"0.0")   // Hz
24 	prefs_add_double_with_data (FormantGridEditor, bandwidthCeiling,                1, U"1000.0")   // Hz
25 	prefs_add_double_with_data (FormantGridEditor, play_samplingFrequency,          1, U"44100.0")   // Hz
26 	prefs_add_double_with_data (FormantGridEditor, source_pitch_tStart,             1, U"0.0%")   // relative time
27 	prefs_add_double_with_data (FormantGridEditor, source_pitch_f0Start,            1, U"150.0")   // Hz
28 	prefs_add_double_with_data (FormantGridEditor, source_pitch_tMid,               1, U"25.0%")   // relative time
29 	prefs_add_double_with_data (FormantGridEditor, source_pitch_f0Mid,              1, U"180.0")   // Hz
30 	prefs_add_double_with_data (FormantGridEditor, source_pitch_tEnd,               1, U"100.0%")   // relative time
31 	prefs_add_double_with_data (FormantGridEditor, source_pitch_f0End,              1, U"120.0")   // Hz
32 	prefs_add_double_with_data (FormantGridEditor, source_phonation_adaptFactor,    1, U"1.0")
33 	prefs_add_double_with_data (FormantGridEditor, source_phonation_maximumPeriod,  1, U"0.05")
34 	prefs_add_double_with_data (FormantGridEditor, source_phonation_openPhase,      1, U"0.7")
35 	prefs_add_double_with_data (FormantGridEditor, source_phonation_collisionPhase, 1, U"0.03")
36 	prefs_add_double_with_data (FormantGridEditor, source_phonation_power1,         1, U"3.0")
37 	prefs_add_double_with_data (FormantGridEditor, source_phonation_power2,         1, U"4.0")
38 
39 prefs_end (FormantGridEditor)
40 
41 /* End of file FormantGridEditor_prefs.h */
42