Mercurial > hg > precise-onset-detection
diff src/BeatWriter.cpp @ 8:184a7c232049 tip
changed files since updating computer
author | Venetian |
---|---|
date | Thu, 14 Aug 2014 17:53:57 +0100 |
parents | 7ec1ed0b2eb0 |
children |
line wrap: on
line diff
--- a/src/BeatWriter.cpp Thu Aug 14 16:27:52 2014 +0100 +++ b/src/BeatWriter.cpp Thu Aug 14 17:53:57 2014 +0100 @@ -49,7 +49,7 @@ void BeatWriter::openFile(){ if (!outputFile.is_open()){ outputFile.open(filepath.c_str()); - //printf("opening file %s\n", filepath.c_str()); + printf("opening file %s\n", filepath.c_str()); }else{ printf("file already open! %s\n", filepath.c_str()); }