2019-09-10 |
Chris Cannam |
Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
|
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-06-19 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
2019-05-07 |
Chris Cannam |
The editable dense 3d model uses ready/completion status differently from the new implementation it was inheriting from the base class - it is always "ready" even if not yet complete
single-point
|
2019-03-28 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
2019-03-28 |
Chris Cannam |
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
|
2018-03-01 |
Chris Cannam |
Untabify
|
2017-02-28 |
Chris Cannam |
LogRange tests
|
2016-11-04 |
Chris Cannam |
Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0)
3.0-integration
|
2016-01-22 |
Chris Cannam |
Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset
3.0-integration
|
2015-07-01 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|
2015-03-31 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
2015-03-09 |
Chris Cannam |
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
cxx11
|
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-07-02 |
Chris Cannam |
Merge
|
2014-07-02 |
Chris Cannam |
Tidy
|
2014-07-01 |
Chris Cannam |
Avoid trying to return out-of-range bin name
|
2014-06-30 |
Chris Cannam |
Avoid crashing when trying to examine data at column < 0 in 3d model
|
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-02-06 |
Chris Cannam |
Add bin-values and bin-value unit to EditableDense3DModel
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
2013-10-09 |
Chris Cannam |
Add toDelimitedDataString alternative with frame extents
|
2011-06-14 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
2011-05-16 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
2009-09-11 |
Chris Cannam |
* Add start frame get/set to EditableDenseThreeDimensionalModel and use it
|
2009-09-10 |
Chris Cannam |
...
|
2009-09-10 |
Chris Cannam |
* Some (incomplete) Solaris build bobs
|
2009-05-21 |
Chris Cannam |
* Make expandAndRetrieve much faster for cases with duplicated data being
|
2009-01-27 |
Chris Cannam |
* Merge from one-fftdataserver-per-fftmodel branch. This bit of
|
2009-01-26 |
Chris Cannam |
* Change QMutex in Editable DTDM to a read/write lock
|
2009-01-23 |
Chris Cannam |
* make compression optional in editable dense 3d model, and some tweaks
|
2009-01-23 |
Chris Cannam |
* Some simple compression for dense 3d models that actually represent
|
2009-01-22 |
Chris Cannam |
* try some qvectors
|
2008-11-11 |
Chris Cannam |
* Add use-log-scale estimator. Not quite right yet; the model doesn't
|
2008-09-18 |
Chris Cannam |
* Merge revisions 1041 to 1130 from sv-rdf-import branch
|
2008-03-12 |
Chris Cannam |
* juggle some files around in order to free audioio, base, and system libraries
|
2007-11-09 |
Chris Cannam |
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
|
2007-10-22 |
Chris Cannam |
* Some export fixes, and avoid clipping on resampling on import
|
2007-10-18 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
2007-04-27 |
Chris Cannam |
* OS/X build fixes
|
2007-04-27 |
Chris Cannam |
* Fix #1706927 NaNs from plugin outputs should not be used
|
2007-02-26 |
Chris Cannam |
* remove some debug and some obsolete moc file includes
|
2006-11-17 |
Chris Cannam |
* Update copyright notes as appropriate.
|
2006-10-09 |
Chris Cannam |
* Some dull work to continue unifying the fft model and editable dense 3d model
|
2006-10-06 |
Chris Cannam |
* Various improvements to colour 3d plot layer, particularly for large and/or
|
2006-07-31 |
Chris Cannam |
* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel
last-cc-copyright
|