577335aa66
- Plays MIDI files on Linux machines with an OSS sound card interface. - GTK based user interface supporting drag-and-drop for easy file selection. Drag a MIDI file from the GNOME-ified Midnight Commander to Musica's drop pocket and it automatically loads the file. - Tempo adjustment, Play a MIDI file up to four times faster or slower. - Fast forward. Skip those dull passages in a MIDI file. WWW: http://www-ict.its.tudelft.nl/~erik/open-source/musica PR: ports/118839 Submitted by: Pietro Cerutti <gahr at gahr.ch>
12 lines
275 B
C++
12 lines
275 B
C++
--- src/readmidi.cc.orig 2007-12-18 19:57:34.000000000 +0100
|
|
+++ src/readmidi.cc 2007-12-18 19:57:44.000000000 +0100
|
|
@@ -30,7 +30,8 @@
|
|
# include "config.h"
|
|
#endif
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
|