log data/fileio/WavFileWriter.cpp @ 1882:38be2fa29efd

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Fri, 14 Sep 2018 15:32:43 +0100 Chris Cannam Avoid compiler warning
Wed, 12 Sep 2018 13:56:56 +0100 Chris Cannam Switch the normalisation option in WritableWaveFileModel from normalising on read to normalising on write, so that the saved file is already normalised and therefore can be read again without having to remember to normalise it import-audio-data
Tue, 04 Sep 2018 14:11:10 +0100 Chris Cannam Catch failure to create model, e.g. because 0 channels for wave-file model import-audio-data
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Thu, 01 Mar 2018 14:43:40 +0000 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
Fri, 06 Jan 2017 21:04:52 +0000 Chris Cannam And similar approach for the writer 3.0-integration