Mercurial > hg > svcore
log base/TempWriteFile.cpp @ 1886:f803d3c33f76 tip
age | author | description |
---|---|---|
Thu, 01 Mar 2018 18:02:22 +0000 | Chris Cannam | Untabify |
Tue, 10 Jan 2017 10:58:25 +0000 | Chris Cannam | Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test 3.0-integration |
Tue, 26 Nov 2013 13:35:08 +0000 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |
Thu, 12 May 2011 17:31:24 +0100 | Chris Cannam | Remove most toStdString calls (no longer needed, with debug header) debug-output |
Tue, 29 Mar 2011 17:55:31 +0100 | Chris Cannam | Use TempWriteFile for CSV export as well |
Tue, 29 Mar 2011 17:30:23 +0100 | Chris Cannam | * Add TempWriteFile abstraction, use it when exporting audio to avoid clobbering existing file before export is complete |