Mercurial > hg > svcore
log data/model/WritableWaveFileModel.cpp @ 1615:24dc8cb42755 single-point
age | author | description |
---|---|---|
Mon, 26 Nov 2018 14:33:41 +0000 | Chris Cannam | Use nullptr throughout fix-static-analysis |
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 |
Sat, 08 Sep 2018 20:43:14 +0100 | Chris Cannam | Handle sample range specification for CSV import import-audio-data |
Tue, 15 May 2018 11:03:49 +0100 | Chris Cannam | Fix some compiler warnings |
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 |
Wed, 04 Jan 2017 14:22:39 +0000 | Chris Cannam | Make writable model updating explicit rather than essentially an arbitrary hidden accident 3.0-integration |