2019-06-21 |
Chris Cannam |
Experiment updating AggregateWaveModel
by-id
|
2019-04-24 |
Chris Cannam |
Merge from default branch
single-point
|
2019-04-04 |
Chris Cannam |
Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
|
2019-04-04 |
Chris Cannam |
Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
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-10-18 |
Chris Cannam |
Debug
|
2017-02-27 |
Chris Cannam |
Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.
|
2017-02-27 |
Chris Cannam |
And say so
|
2017-02-27 |
Chris Cannam |
Invalidate an aggregate model when one of its components announces it's about to be deleted
|
2016-12-13 |
Chris Cannam |
Update to use bqvec allocator for float vectors
3.0-integration
|
2015-06-15 |
Chris Cannam |
Smooth signal flow through from file to fft model
simple-fft-model
|
2015-06-15 |
Chris Cannam |
Rework audio file reader API to prefer using std containers
simple-fft-model
|
2015-06-10 |
Chris Cannam |
Tidy dense time-value model API a bit; add first simple unit test for FFT model
|
2015-03-31 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
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-11-14 |
Chris Cannam |
When using an aggregate model to pass data to a transform, zero-pad the shorter input to the duration of the longer rather than truncating the longer. (This is better behaviour for e.g. MATCH, and in any case the code was previously truncating incorrectly and ending up with garbage data at the end.)
|
2014-07-17 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
2014-06-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
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
|
2008-02-27 |
Chris Cannam |
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
1.2-stable
|
2008-02-07 |
Chris Cannam |
* Ensure waveforms are strictly correct even when using a non-power-of-two
|
2008-01-24 |
Chris Cannam |
* Add wave file model method for reading more than one channel at once,
|
2007-10-18 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
2007-10-01 |
Chris Cannam |
* Change WaveFileModel API from getValues(start,end) to getData(start,count).
|
2007-09-28 |
Chris Cannam |
* Merge from sv-match-alignment branch (excluding alignment-specific document).
|