log data/model/Model.h @ 1654:26aa42fd60e9 single-point

age author description
2019-03-05 Chris Cannam Pull out the Point class, plus start testing NoteModel, plus actually add the tests... single-point
2019-02-27 Chris Cannam Fix compiler warnings
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-08-13 Chris Cannam Provide model id avoid-pointer-keys
2018-04-17 Chris Cannam For sparse models, write whole model to CSV in one go streaming-csv-writer
2018-04-17 Chris Cannam Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model) streaming-csv-writer
2018-03-01 Chris Cannam Untabify
2015-10-13 Chris Cannam Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates). tony-2.0-integration