Mercurial > hg > svcore
diff data/fileio/test/CSVStreamWriterTest.h @ 1644:513192aa9b03 single-point
Further API updates
author | Chris Cannam |
---|---|
date | Wed, 13 Mar 2019 16:00:13 +0000 |
parents | 560453546749 |
children | 0d89abd631ac |
line wrap: on
line diff
--- a/data/fileio/test/CSVStreamWriterTest.h Wed Mar 13 14:50:10 2019 +0000 +++ b/data/fileio/test/CSVStreamWriterTest.h Wed Mar 13 16:00:13 2019 +0000 @@ -297,7 +297,7 @@ NoteModel notes(8 /* sampleRate */, 4 /* resolution */); sv_frame_t startFrame = 0; for (const auto& note : cMajorPentatonic) { - notes.addPoint({startFrame, note, 4, 1.f, ""}); + notes.add({startFrame, note, 4, 1.f, ""}); startFrame += 8; } // qDebug("Create Expected Output\n");