graph
- Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests.single-point 2019-03-28, by Chris Cannam
- Merge from branch osc-scriptsingle-point 2019-03-28, by Chris Cannam
- Write path pointsosc-script 2019-03-28, by Chris Cannam
- Ensure image & text models get the proper attribute names (which are not the same as the default event ones)osc-script 2019-03-27, by Chris Cannam
- Merge from branch single-pointosc-script 2019-03-27, by Chris Cannam
- Remove no-longer-used model base classessingle-point 2019-03-27, by 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-27, by Chris Cannam
- Add getPointCount, used in debug mode by AlignmentModelsingle-point 2019-03-27, by Chris Cannam
- Remove COMPLETION_UNKNOWN, which is never used (and never handled)single-point 2019-03-27, by Chris Cannam
- A bit more debug outputosc-script 2019-03-26, by Chris Cannam
- Fix typoosc-script 2019-03-26, by Chris Cannam
- Debug outputosc-script 2019-03-26, by Chris Cannam
- Debug outputosc-script 2019-03-26, by Chris Cannam
- Toward running an OSC script in batchosc-script 2019-03-25, by Chris Cannam
- Update ImageModelsingle-point 2019-03-22, by Chris Cannam
- Update PathModel - doesn't use new EventSeries, but doesn't use SparseModel either - it's simpler than thatsingle-point 2019-03-22, by Chris Cannam
- Update TextModelsingle-point 2019-03-22, by Chris Cannam
- We do need haveTextLabels; restore itsingle-point 2019-03-21, by Chris Cannam
- Work on start/end frame stuff to match API descriptionsingle-point 2019-03-21, by Chris Cannam
- Start updating SparseOneDimensionalModelsingle-point 2019-03-20, by Chris Cannam
- Forward the matching-event functionssingle-point 2019-03-20, by Chris Cannam
- Test & fixes for getEventsStartingAtsingle-point 2019-03-20, by 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 functionssingle-point 2019-03-20, by Chris Cannam
- Add overspill to events-within searchsingle-point 2019-03-20, by Chris Cannam