Update debian/changelog for new version
[fmit.git] / ChangeLog
1 2007-01-17 Gilles Degottex <gilles.degottex@net2000.ch>
2         * Add FFTW3 class
3         * Add Fourier transform view
4         * finished global frequency estimation from strongest component
5
6 2006-12-23 Gilles Degottex <gilles.degottex@net2000.ch>
7         * Quantizer review
8         * remove capture system indicator, merged with note stability indicator
9         * curse parisian rer
10         * change volume bar, from max amplitude to max component
11
12 2006-12-19 Gilles Degottex <gilles.degottex@net2000.ch>
13         * add OSS support
14         * new selection scheme of capture system
15         * switch to 440=A4 (and not A3) and do not skip 0-octave
16           (maybe it's the anglo-saxon notation, not clear on wikipedia)
17         * remove frequency variance limit
18         * change settings to decibel scale
19
20 2006-12-18 Gilles Degottex <gilles.degottex@net2000.ch>
21         * many fix in GetAverageWaveLengthFromApproxEnergy
22         * add choice of the device in PortAudio
23         * adapted window since against lowest note
24         * many other fixes
25
26 2006-12-17 Gilles Degottex <gilles.degottex@net2000.ch>
27         * bug fix in PortAudio packet size determination
28         * a few code cleaning
29
30 2006-12-17 Gilles Degottex <gilles.degottex@net2000.ch>
31         * many changes in CaptureThread
32         * add PortAudio support
33         * JACK support not yet verified !
34
35 2006-12-06 Gilles Degottex <gilles.degottex@net2000.ch>
36         * bug fix in high frequencies recognition for new algo
37         * code clearing
38
39 2006-12-05 Gilles Degottex <gilles.degottex@net2000.ch>
40         * QTDIR bug fix in autotools
41         * one or two design fix
42         * add fftw3 dependency for new algo
43
44 2006-12-02 Gilles Degottex <gilles.degottex@net2000.ch>
45         * ALSA bug fixes in case of multiple channels
46         * tagged 0.96.6
47
48 2006-11-12 Gilles Degottex <gilles.degottex@net2000.ch>
49         * names changes in Music library
50         * vocabulary corrections
51         * change qt m4 script and configure.ac concerned lines
52         * read correctly the buffer with two channels
53
54 2006-01-25 Gilles Degottex <gilles.degottex@net2000.ch>
55         * remove fftw3 depedency
56
57 2006-01-14 Gilles Degottex <gilles.degottex@net2000.ch>
58         * channel count bug fix
59         * tagged 0.96.2
60
61 2005-12-15 Gilles Degottex <gilles.degottex@net2000.ch>
62         * Update Dial View by inversing scale
63         * tagged 0.95.1
64
65 2005-10-26 Gilles Degottex <gilles.degottex@net2000.ch>
66         * refresh Changelog again ...
67         * fix error on ALSA nb channel settings
68         * remember toolbars shown state
69         * various fixes
70         * tagged 0.91.3
71
72 2005-05-27 Gilles Degottex <gilles.degottex@net2000.ch>
73         * autotools configuration bug fixes
74         * many finishing touches, bug fixes
75                 (repports from ALSA capture errors and other small things)
76
77 2005-01-07 Gilles Degottex <gilles.degottex@net2000.ch>
78         * moved to autotools
79         * tagged 0.9.9
80
81 2005-1-2 Gilles Degottex <gilles.degottex@net2000.ch>
82         * move algorithms settings to a particular tab page
83         * text review
84         * french translation review
85         * tagged 0.9.8
86
87 2004-12-22 Gilles Degottex <gilles.degottex@net2000.ch>
88         * rename 'Just Intonation' to 'Microtonal'
89         * add absolute algorithm for microtonal view
90         * add titles to popups
91         * code cleaning
92
93 2004-12-20 Gilles Degottex <gilles.degottex@net2000.ch>
94         * code cleaning
95         * Just Intonation view, errors follow selected value
96         * Just Intonation view, add option to keep root to left side
97         * Just Intonation view, duplicate cursor when near borders
98         * bug fixes
99
100 2004-12-19 Gilles Degottex <gilles.degottex@net2000.ch>
101         * move settings managment to Views
102         * code cleaning
103         * Just Intonation view, add info file preview
104         * Just Intonation view, bug fixes
105
106 2004-12-17 Gilles Degottex <gilles.degottex@net2000.ch>
107         * move view settings to popups
108         * dial view, bug fix
109
110 2004-12-16 Gilles Degottex <gilles.degottex@net2000.ch>
111         * draw min and max on the dial
112         * add a recognition stability led in the toolbar
113         * just intonation view, load Scala files
114
115 2004-12-15 Gilles Degottex <gilles.degottex@net2000.ch>
116         * add a customized dial
117         * add a page for each views in the config panel
118
119 2004-12-14 Gilles Degottex <gilles.degottex@net2000.ch>
120         * add just intonation ratio-based tuning
121         * add volume history view
122
123 2004-12-07 Gilles Degottex <gilles.degottex@net2000.ch>
124         * add translation capabilities
125         * add volume history in the error graph
126         * add Qt project file for alternative built method
127         * tagged 0.9.7
128
129 2004-12-03 Gilles Degottex <gilles.degottex@net2000.ch>
130         * jack implementation, do not catch the sampling rate when built
131         * jack implementation of capture thread do not crash anymore if jack server shutdown
132
133 2004-12-03 Gilles Degottex <gilles.degottex@net2000.ch>
134         * update to yam 0.16.1 (change CFLAGS behavior and use DESTDIR instead of COMMON_ROOT)
135
136 2004-12-02 Gilles Degottex <gilles.degottex@net2000.ch>
137         * implementations of CaptureThread class are no more exclusive. ALSA and JACK can be compiled together and one choosed at running time
138         * add 'qt-remove-duplicated-const' goal to Makefile to avoid the uic version 3.3.0 bug
139         * tagged 0.9.5
140
141 2004-11-26 Gilles Degottex <gilles.degottex@net2000.ch>
142         * interpolate wave length
143         * put 'Note Stability' in red when there is noise but no notes recognized
144         * fix bug in ALSA sampling rate settings
145         * fix precision bug in correlation algo
146         * fix a bug in the frequency view
147         * tagged 0.9.4
148
149 2004-11-25 Gilles Degottex <gilles.degottex@net2000.ch>
150         * update to YAMakefile version 0.16.0
151         * add desktop shortcut icon file
152
153 2004-11-24 Gilles Degottex <gilles.degottex@net2000.ch>
154         * did a real pause mode and move the old one to a reset button
155         * in settings, add notes name under analysis range
156         * some interface changes
157         * remove "Capture System" indicator and add error messages to the status bar
158         * remove Common C++ dependency
159         * tagged 0.9.2