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()
|