2019-07-05 |
Chris Cannam |
Tidy
by-id
|
2019-07-05 |
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
|
2019-07-02 |
Chris Cannam |
Comment
by-id
|
2019-06-28 |
Chris Cannam |
Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests
by-id
|
2019-06-27 |
Chris Cannam |
Work on commands, and some other model updates
by-id
|
2019-06-25 |
Chris Cannam |
Some messing with Model and AlignmentModel
by-id
|
2019-06-21 |
Chris Cannam |
Experiment updating AggregateWaveModel
by-id
|
2019-06-21 |
Chris Cannam |
Introduce Model to ById
by-id
|
2019-06-19 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
2019-03-28 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
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-27 |
Chris Cannam |
Remove COMPLETION_UNKNOWN, which is never used (and never handled)
single-point
|
2019-03-21 |
Chris Cannam |
Work on start/end frame stuff to match API description
single-point
|
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
|
2015-06-15 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
2015-05-15 |
Chris Cannam |
Fix #1222 CSV export of time-instants layer omits last point
|
2015-03-31 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
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-18 |
Chris Cannam |
Merge from branch tony_integration
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Disambiguate signals
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
2014-06-13 |
Chris Cannam |
Add an experimental cancel button to view progress bars
tonioni
|
2014-02-04 |
Chris Cannam |
Avoid compiler warning
tonioni
|
2013-10-09 |
Chris Cannam |
Add toDelimitedDataString alternative with frame extents
|
2009-02-12 |
Chris Cannam |
* Some fairly simplistic code to set up layer type properties based on
|
2008-05-19 |
Chris Cannam |
* Permit holding Shift while dragging an instant or other edited thing,
|
2008-04-29 |
Chris Cannam |
* Save alignments to session file. Needs much testing.
|
2008-03-13 |
Chris Cannam |
* Fix #1628781 changes to layer visibility and mute should use a command
|
2007-11-28 |
Chris Cannam |
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
|
2007-11-09 |
Chris Cannam |
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
|
2007-10-24 |
Chris Cannam |
* Hoist alignment model set/query up to Model, so any models can be aligned
|
2007-10-18 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
2007-09-28 |
Chris Cannam |
* Merge from sv-match-alignment branch (excluding alignment-specific document).
|
2007-08-24 |
Chris Cannam |
* Revert revision 713. We do like QStrings after all.
|
2007-08-09 |
Chris Cannam |
* change some QStrings to std::strings etc
|
2006-10-05 |
Chris Cannam |
* Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
|
2006-07-31 |
Chris Cannam |
* Reorganising code base. This revision probably should compile once more.
|