- 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
382 B
C++
11 lines
382 B
C++
--- src/help.cc.orig 2007-12-18 19:46:20.000000000 +0100
|
|
+++ src/help.cc 2007-12-18 19:46:34.000000000 +0100
|
|
@@ -59,7 +59,7 @@
|
|
|
|
|
|
|
|
-static char *copyingText =
|
|
+static char copyingText[] =
|
|
PACKAGE " " VERSION " - a MIDI player\n\n" \
|
|
"Copyright (C) 1999, Erik Mouw (J.A.K.Mouw@its.tudelft.nl)\n\n" \
|
|
"This program is free software; you can redistribute it and/or modify " \
|