ClogAmp Changelog

What's new in ClogAmp 0.3.0

Feb 4, 2009
  • Note: WAV files do not save positions, eq setting, last tempo, etc.
  • However, as long as you do not rename or move a file, those settings will be kept in the database. You can then e.g. export the positions to save them permanently
  • Added "delete all positions" button to position list
  • Added new option to save the last equalizer setting on a per-song basis. The option is disabled by default and can be enabled on the 'database' tab in the options
  • Consolidated the 'database' and 'tempo and pitch' tabs in the options into one called 'database'
  • ClogAmp now _only_ exports the positions from the position tab and not also title, artist, etc. That might be nice but it's a pita if you want to transfer positions between files
  • When importing positions into a song, you can specify an offset in milliseconds (-60s to +60s)Not sure if this is new but is hasn't been mentioned: If ClogAmp or the PC (more likely ;) crashes with non-saved positions, ClogAmp wil prompt to save those positions on the next run
  • Added code to try to prevent corrupt positions. Still not entirely sure what causes them though.
  • Possible fix for crashes on closing down the application, if you still experience this, please contact [email protected]
  • Fixed a bug where ClogAmp would crash if the DB could not be written, instead a message is given now and the application closed gracefully
  • Added support to run from a read-only location
  • Fixed a bug where updates for non-writable files would be discarded straight away rather than be kept until the file disappears
  • Fixed the filelist not saving the font-size properly (read "at all")
  • Fixed an issue when trying to write pending updates to a non-existing or write-protected file
  • Fixed an issue where already written pending updates (er...) would not be cleaned from the DB
  • Fixed a problem where 8.3 filenames on Windows could lead to serious confusion and double entries in the DB (thanks Daphne for reporting the symptom that was caused by this)
  • Fixed a bug where deleting the last position would leave the position edit dialog in an inconsistent state
  • Fixed bug where importing positions from an unknown file type does not cause ClogAmp to crash anymore but gives a sensible error message
  • Fixed a minor memory leak in the ID3 tag implementation
  • Possible fix for clicks between song changes. Unfortunately they are barely audible on my test machine. Very hardware dependant?
  • Rearranged the SQL queries for the database tab to make them _a lot_ faster
  • Added an index on the MediaFileNames to the DB to speed up directory traversals
  • Removed obsolete include/posdialog.h from repository
  • Added export and import icons to the repository and updated src/images/xmlresources.cpp to reflect this