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
|
Wed, 27 Mar 2019 11:26:06 +0000 |
Chris Cannam |
Remove COMPLETION_UNKNOWN, which is never used (and never handled)
single-point
|
Thu, 21 Mar 2019 11:35:30 +0000 |
Chris Cannam |
Work on start/end frame stuff to match API description
single-point
|
Tue, 05 Mar 2019 15:15:11 +0000 |
Chris Cannam |
Pull out the Point class, plus start testing NoteModel, plus actually add the tests...
single-point
|
Wed, 27 Feb 2019 12:31:12 +0000 |
Chris Cannam |
Fix compiler warnings
|
Mon, 26 Nov 2018 13:48:45 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Mon, 13 Aug 2018 16:45:29 +0100 |
Chris Cannam |
Provide model id
avoid-pointer-keys
|
Tue, 17 Apr 2018 10:37:50 +0100 |
Chris Cannam |
For sparse models, write whole model to CSV in one go
streaming-csv-writer
|
Tue, 17 Apr 2018 10:37:15 +0100 |
Chris Cannam |
Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model)
streaming-csv-writer
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Tue, 13 Oct 2015 14:26:40 +0100 |
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
|
Mon, 15 Jun 2015 12:19:47 +0100 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
Fri, 15 May 2015 09:15:57 +0100 |
Chris Cannam |
Fix #1222 CSV export of time-instants layer omits last point
|
Tue, 31 Mar 2015 12:12:31 +0100 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
Mon, 30 Mar 2015 17:27:25 +0100 |
Chris Cannam |
Add data export options (not all implemented yet)
tonioni
|