mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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>
14 lines
244 B
C++
14 lines
244 B
C++
--- src/sequence.cc.orig 2007-12-18 19:57:14.000000000 +0100
|
|
+++ src/sequence.cc 2007-12-18 19:59:18.000000000 +0100
|
|
@@ -52,8 +52,10 @@
|
|
|
|
|
|
|
|
+#ifdef TIMING_DEBUG
|
|
static long int lastNextTime = 0L;
|
|
static int lastNextTrack = 0;
|
|
+#endif
|
|
|
|
|
|
|