log data/model/WritableWaveFileModel.cpp @ 1384:368449629a30

age author description
2017-01-04 Chris Cannam Make writable model updating explicit rather than essentially an arbitrary hidden accident 3.0-integration
2017-01-04 Chris Cannam Close wave file writer when recording stops (instead of leaving record file unclosed until the model is deleted) 3.0-integration
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2016-12-13 Chris Cannam Handle increases in the overall channel count by closing and reopening the audio device. 3.0-integration
2015-10-13 Chris Cannam Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates). tony-2.0-integration
2015-08-20 Chris Cannam Merge from branch recording 3.0-integration
2015-08-20 Chris Cannam Fix reloading session with recorded audio recording