Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 4aef6aae6382063ce3e3201c39f2b4fb > files > 6

mammut-0.17-1mdk.i586.rpm



0.16 -> 0.17
-Removed the sndlib binary.
-Initialize sound at startup, so that mammut appears in jack patch bays.
-Added a point in the INSTALL file about how to configure mammut to
 find the pygtk1 files.
-Added a note in the INSTALL file about that sndlib for some reason
 does not work with delta cards when using the alsa driver. The oss
 driver (under alsa emulation), and the jack driver works just fine.


0.15 -> 0.16
-Tiny source cleanup.
-Upgraded the included sndlib binary for i386 to latest version. This
 one includes jack-support.


New in V0.14 -> 0.15
-Removed the synth transform. It was not supposed to be there and had no
 function.
-Fixed the wobble transform. Segfaulted with mono-files. (Bug found
 by Dave Phillips)


New in V0.13 -> 0.14
-Fixed the rest of the transforms to support more than two soundchannels.
-Removed the settings->undo menu item, which didnt have any function.
-Updated the version number in the about dialog from 0.12 to 0.14
-Wrote unlimited number of channels instead of four(?) channels in the
 usage message.
-Neither the Cancel nor OK button in the "Amplitude->Phase" transform dialog
 did work. Fixed.
-Removed lots of debug printings.
-Playing without having a file caused a segfault. (fixed)


New in V0.12 -> 0.13
-Updated the version number in the about dialog from 0.10 to 0.12
-Neither the Cancel nor OK button in the "Split real/imag" transform dialog
 did work. Fixed.
-Unneded references to libaudiofile headers removed. libaudiofile is not
 used in mammut.
-libsnd linking was screwed up in the Makefile in the V0.12 release. Fixed
-Playing without having a file caused a segfault. (not fixed)
-Added sndlib.a and sndlib.h to the distribution. Static oss/linux compiled.
 (sndlib.a seems to be a bit troublesome to compile up sometimes.) (same as
  in ceres)
-Added note about a common problem regarding pygtk in the INSTALL file
 that usually makes ceres crash. (same as in ceres)
-Most of the transforms didnt support more than two channels (stereo).
 Now most of the transforms do, but still not all.


New in V0.11 -> 0.12
-The "Number of partials" slider in the Synth transform dialog did
 not work and gave a lot of errors. Fixed.
-Neither the Cancel nor OK button in the "Keep the peaks" transform dialog
 did work. Fixed.


New in V0.10 -> 0.11
-Added compile-option for where to place temporary files.
 Undo/redo probably did not work in V0.10 unless you had
 a directory named /lyd/local/tmp. Oops.
-Fixed a mysterious bug that caused loading of files look
 strange and the sound to be played automaticly.
-Added support for libsndfile V1. (V0 is still supported too.)


New in V0.08 -> 0.10

-Using gtk instead of motif. The reason is cleaner code
 because of better python-support, and more portable.
-Buttons in the main-window.
-Support for 16,24 and 32 bits soundfiles, not only 16 bits.
-Support for float and double soundfiles.
-Fixed filenamebugs in combsplit and reimsplit
-Replaced libaudiofile with libsndfile.
-Removed soundfile length limitation.
-Removed some warnings.
-Playing internally from program using sndlib.
-Added undo/redo. (currently hardcoded to 300000 levels)