1Version 0.0.1 thru 0.0.3 use a class called analyser in
2              tier 2 whoses functions implement the audio
3              analysis algorithms.
4Version 0.1.0 starts the usage of dynamically loaded modules
5              in order to keep the analysis functions separate
6              from the toolkit itself. Some example modules
7              are distributed in the plugin directory.
8Version 0.1.2 A new easier interface to load and use modules is provided.
9              New modules have been implemented.
10	      MPEGfile inherits from Sbprep that gives useful tools such
11              as mean, rms and normalised subband energies over channels
12              and over a whole granule.
13Version 0.2.0 The structure has been changed to permit a more generic use
14              of Maaate. Now, analysis of virtually any format of sound file
15              can be implemented easily, using the same interface for the
16              modules.
17              Access to information is provided by the class SOUNDfile,
18              which also gives useful features extracted from the subband
19              values.
20              New modules are also available.
21Version 0.3.0 The program has been ported to the Windows envrionment and can
22              be compiled and run under Visual C++