Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.cpp @ 1489:8d4f09552ba4 import-audio-data
Call writeComplete on wave file model
author | Chris Cannam |
---|---|
date | Thu, 28 Jun 2018 15:44:31 +0100 |
parents | 53fa8d57b728 |
children | 9ab8e5ec4731 |
comparison
equal
deleted
inserted
replaced
1488:53fa8d57b728 | 1489:8d4f09552ba4 |
---|---|
519 if (model3) { | 519 if (model3) { |
520 model3->setMinimumLevel(min); | 520 model3->setMinimumLevel(min); |
521 model3->setMaximumLevel(max); | 521 model3->setMaximumLevel(max); |
522 } | 522 } |
523 | 523 |
524 if (modelW) { | |
525 modelW->writeComplete(); | |
526 } | |
527 | |
524 return model; | 528 return model; |
525 } | 529 } |
526 | 530 |