fix Linux build

optional Midi under Linux (ALSA/libasound)
This commit is contained in:
Erwin Coumans
2014-05-05 15:37:02 -07:00
parent c1940169bc
commit 7cec30dede
4 changed files with 10 additions and 6 deletions

View File

@@ -58,7 +58,8 @@ int main( int argc, char *argv[] )
std::cout << "\nReading MIDI input ... press <enter> to quit.\n";
char input;
std::cin.get(input);
// getchar();
std::cin.get(input);
cleanup: