log data/fileio/CSVFileReader.cpp @ 1886:f803d3c33f76 tip

age author description
2020-06-18 Chris Cannam Support headers in actual import step, + test csv-import-headers
2020-06-11 Chris Cannam CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read
2019-09-25 Chris Cannam Add duration-and-extent type, which corresponds to a box model time-frequency-boxes
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-03-20 Chris Cannam Start updating SparseOneDimensionalModel single-point
2019-03-18 Chris Cannam Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too) single-point
2019-03-15 Chris Cannam Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of single-point
2019-03-13 Chris Cannam Further API updates 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
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-09-12 Chris Cannam Switch the normalisation option in WritableWaveFileModel from normalising on read to normalising on write, so that the saved file is already normalised and therefore can be read again without having to remember to normalise it import-audio-data
2018-09-11 Chris Cannam Add recorded/converted locations logic to this library import-audio-data
2018-09-08 Chris Cannam Pull allocation/deallocation out of the inner loop import-audio-data
2018-09-08 Chris Cannam Handle sample range specification for CSV import import-audio-data
2018-09-05 Chris Cannam Don't try to continue after what should have been a terminal problem import-audio-data
2018-09-04 Chris Cannam Catch failure to create model, e.g. because 0 channels for wave-file model import-audio-data