2019-04-25 |
Chris Cannam |
Fix some compiler warnings
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
|
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-22 |
Chris Cannam |
Update TextModel
single-point
|
2019-03-21 |
Chris Cannam |
We do need haveTextLabels; restore it
single-point
|
2019-03-21 |
Chris Cannam |
Work on start/end frame stuff to match API description
single-point
|
2019-03-20 |
Chris Cannam |
Start updating SparseOneDimensionalModel
single-point
|
2019-03-13 |
Chris Cannam |
Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models
single-point
|
2019-03-07 |
Chris Cannam |
Rename a number of classes and methods (including Point -> Event); comments
single-point
|
2019-03-05 |
Chris Cannam |
Start some sparse model tests
single-point
|
2018-11-26 |
Chris Cannam |
Header guards
fix-static-analysis
|
2018-11-26 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
2018-03-01 |
Chris Cannam |
Untabify
|
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-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
2014-01-07 |
Chris Cannam |
sampleId -> clipId
tonioni
|
2014-01-07 |
Chris Cannam |
sample id instead of plugin data
tonioni
|
2013-12-02 |
Chris Cannam |
Add NoteExportable base class, use it in MIDI export (and also elsewhere in playback)
tonioni_multi_transform
|
2012-06-22 |
Chris Cannam |
Fix conversions from false to pointer type
|
2009-09-10 |
Chris Cannam |
* Some (incomplete) Solaris build bobs
|
2009-09-08 |
Chris Cannam |
* Fix session save bug reported by Jeff Smith (entities not encoded in
|