Wed, 20 Mar 2019 16:22:13 +0000 |
Chris Cannam |
Start updating SparseOneDimensionalModel
single-point
|
Mon, 18 Mar 2019 14:17:20 +0000 |
Chris Cannam |
Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)
single-point
|
Fri, 15 Mar 2019 14:23:50 +0000 |
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
|
Wed, 13 Mar 2019 16:00:13 +0000 |
Chris Cannam |
Further API updates
single-point
|
Wed, 13 Mar 2019 14:50:10 +0000 |
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
|
Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Wed, 12 Sep 2018 13:56:56 +0100 |
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
|
Tue, 11 Sep 2018 14:36:51 +0100 |
Chris Cannam |
Add recorded/converted locations logic to this library
import-audio-data
|
Sat, 08 Sep 2018 20:53:48 +0100 |
Chris Cannam |
Pull allocation/deallocation out of the inner loop
import-audio-data
|
Sat, 08 Sep 2018 20:43:14 +0100 |
Chris Cannam |
Handle sample range specification for CSV import
import-audio-data
|
Wed, 05 Sep 2018 11:56:39 +0100 |
Chris Cannam |
Don't try to continue after what should have been a terminal problem
import-audio-data
|
Tue, 04 Sep 2018 14:11:10 +0100 |
Chris Cannam |
Catch failure to create model, e.g. because 0 channels for wave-file model
import-audio-data
|