Mercurial > hg > nnls-chroma
comparison chromamethods.cpp @ 139:c5eb728a8725 darwintunes
applied Johan's patch, I think
author | matthiasm |
---|---|
date | Tue, 19 Jun 2012 15:31:32 +0100 |
parents | 02ab98e51436 |
children |
comparison
equal
deleted
inserted
replaced
138:696010749be3 | 139:c5eb728a8725 |
---|---|
385 else { | 385 else { |
386 cerr << "* WARNING: failed to find chord dictionary, using default chord dictionary." << endl; | 386 cerr << "* WARNING: failed to find chord dictionary, using default chord dictionary." << endl; |
387 hasExternalDictinoary = false; | 387 hasExternalDictinoary = false; |
388 } | 388 } |
389 } | 389 } |
390 cerr << "-----------------> " << tempChordNames.size() << endl; | |
390 } | 391 } |
391 | 392 |
392 iostreams::stream<iostreams::file_source> chordDictFile(chordDictFilename); | 393 iostreams::stream<iostreams::file_source> chordDictFile(chordDictFilename); |
393 string line; | 394 string line; |
394 // int iElement = 0; | 395 // int iElement = 0; |