Mercurial > hg > precise-onset-detection
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:b1c13e8bec26 | 8:184a7c232049 |
---|---|
47 } | 47 } |
48 | 48 |
49 void BeatWriter::openFile(){ | 49 void BeatWriter::openFile(){ |
50 if (!outputFile.is_open()){ | 50 if (!outputFile.is_open()){ |
51 outputFile.open(filepath.c_str()); | 51 outputFile.open(filepath.c_str()); |
52 //printf("opening file %s\n", filepath.c_str()); | 52 printf("opening file %s\n", filepath.c_str()); |
53 }else{ | 53 }else{ |
54 printf("file already open! %s\n", filepath.c_str()); | 54 printf("file already open! %s\n", filepath.c_str()); |
55 } | 55 } |
56 } | 56 } |
57 | 57 |