Mercurial > hg > beaglert
comparison projects/samples/main.cpp @ 8:08246efd51da
_again, fixed file path in samples project...
author | Victor Zappi <victor.zappi@qmul.ac.uk> |
---|---|
date | Tue, 11 Nov 2014 15:34:01 +0000 |
parents | 09f03ac40fcc |
children | 901d205d1a3c |
comparison
equal
deleted
inserted
replaced
7:ab396a08e962 | 8:08246efd51da |
---|---|
126 exit(1); | 126 exit(1); |
127 } | 127 } |
128 } | 128 } |
129 | 129 |
130 if(fileName.empty()){ | 130 if(fileName.empty()){ |
131 fileName = "sample.wav"; | 131 fileName = "samples/sample.wav"; |
132 } | 132 } |
133 | 133 |
134 if(settings.verbose) { | 134 if(settings.verbose) { |
135 cout << "Loading file " << fileName << endl; | 135 cout << "Loading file " << fileName << endl; |
136 } | 136 } |