2019-03-27 |
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
|
2019-03-21 |
Chris Cannam |
Work on start/end frame stuff to match API description
single-point
|
2019-03-20 |
Chris Cannam |
Forward the matching-event functions
single-point
|
2019-03-20 |
Chris Cannam |
Test & fixes for getEventsStartingAt
single-point
|
2019-03-20 |
Chris Cannam |
Fixes: completion should default to 100 (it never gets set if we aren't a transform target); events added to time-value model should be denied durations; forward the overspill and matching search functions
single-point
|
2019-03-18 |
Chris Cannam |
Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)
single-point
|
2019-03-15 |
Chris Cannam |
Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of
single-point
|
2018-11-26 |
Chris Cannam |
Header guards
fix-static-analysis
|
2018-11-26 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
2018-03-01 |
Chris Cannam |
Untabify
|
2015-03-30 |
Chris Cannam |
Add data export options (not all implemented yet)
tonioni
|
2015-03-04 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
2015-03-03 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
2014-06-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
2012-06-22 |
Chris Cannam |
Fix conversions from false to pointer type
|
2010-07-19 |
Chris Cannam |
* Complete the overhaul of CSV file import; now you can pick the purpose for
|
2010-07-05 |
Chris Cannam |
* Fix failure to encode entities in label texts
|
2009-10-22 |
Chris Cannam |
* Layer data editor window: fix sorting for columns in region model,
sv-v1.7.1
|
2009-09-10 |
Chris Cannam |
* solaris build fixes
|
2008-10-16 |
Chris Cannam |
* somewhat clearer layout in region layer
|
2008-10-09 |
Chris Cannam |
* Save/load of region models
|
2008-09-19 |
Chris Cannam |
* Add segmentation plot type to region layer (plotting not implemented yet)
|
2008-09-18 |
Chris Cannam |
* Add region model and layer; improve assignment of model types to
|