log data/model/WritableWaveFileModel.h @ 1886:f803d3c33f76 tip

age author description
Fri, 19 Jul 2019 16:10:00 +0100 Chris Cannam Correct some erroneous signal signatures
Fri, 05 Jul 2019 15:28:07 +0100 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
Wed, 19 Jun 2019 13:32:52 +0100 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
Wed, 12 Jun 2019 13:45:47 +0100 Chris Cannam Emit signal when write completes
Wed, 27 Mar 2019 13:15:16 +0000 Chris Cannam Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady(). single-point
Mon, 26 Nov 2018 13:48:45 +0000 Chris Cannam Use override 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