Tue, 07 May 2019 15:52:12 +0100 |
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
|
Thu, 28 Mar 2019 16:03:36 +0000 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
Thu, 28 Mar 2019 11:55:02 +0000 |
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
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Tue, 28 Feb 2017 11:21:49 +0000 |
Chris Cannam |
LogRange tests
|
Fri, 04 Nov 2016 16:01:37 +0000 |
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
|
Fri, 22 Jan 2016 13:39:45 +0000 |
Chris Cannam |
Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset
3.0-integration
|
Wed, 01 Jul 2015 15:53:54 +0100 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|
Tue, 31 Mar 2015 12:12:31 +0100 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
Mon, 09 Mar 2015 12:02:10 +0000 |
Chris Cannam |
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
cxx11
|
Wed, 04 Mar 2015 12:01:04 +0000 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
Tue, 03 Mar 2015 15:18:24 +0000 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
Wed, 02 Jul 2014 08:42:33 +0100 |
Chris Cannam |
Merge
|
Wed, 02 Jul 2014 08:42:11 +0100 |
Chris Cannam |
Tidy
|
Tue, 01 Jul 2014 15:31:25 +0100 |
Chris Cannam |
Avoid trying to return out-of-range bin name
|