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>
11 lines
256 B
C++
11 lines
256 B
C++
--- src/program2device.cc.orig 2007-12-18 19:56:19.000000000 +0100
|
|
+++ src/program2device.cc 2007-12-18 19:56:34.000000000 +0100
|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
|
|
-static char *deviceType = "program-to-device";
|
|
+static char deviceType[] = "program-to-device";
|
|
|
|
|
|
|