Wed, 19 Jun 2019 13:32:52 +0100 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
Wed, 27 Mar 2019 13:15:16 +0000 |
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
|
Mon, 26 Nov 2018 13:48:45 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Thu, 18 Oct 2018 13:12:58 +0100 |
Chris Cannam |
Cautiously ensure we don't report readiness when the model is still updating; + some debug
|
Fri, 07 Sep 2018 16:13:48 +0100 |
Chris Cannam |
Comments
import-audio-data
|
Tue, 07 Mar 2017 13:52:37 +0000 |
Chris Cannam |
Untabify!
|
Tue, 13 Dec 2016 15:23:21 +0000 |
Chris Cannam |
Update to use bqvec allocator for float vectors
3.0-integration
|
Thu, 20 Aug 2015 13:15:19 +0100 |
Chris Cannam |
Merge from branch recording
3.0-integration
base
data/model/WaveFileModel.h@44b8bc1c84ca
|
Wed, 19 Aug 2015 17:03:31 +0100 |
Chris Cannam |
Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.
recording
base
data/model/WaveFileModel.h@b81555e20a84
|