]> git.pld-linux.org Git - packages/playmidi.git/commitdiff
b6f18661c04dd52ebf0b9474cc6eb886 playmidi-midimap.patch
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 19 Aug 1999 19:35:59 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    playmidi-midimap.patch -> 1.1

playmidi-midimap.patch [new file with mode: 0644]

diff --git a/playmidi-midimap.patch b/playmidi-midimap.patch
new file mode 100644 (file)
index 0000000..5db4bdb
--- /dev/null
@@ -0,0 +1,17 @@
+--- playmidi-2.4/playmidi.h-dist.foo   Mon Nov 23 15:48:16 1998
++++ playmidi-2.4/playmidi.h-dist       Mon Nov 23 15:48:32 1998
+@@ -35,10 +35,10 @@
+ #define MAXTRKS               128
+ /* where to find fm patch libraries */
+ #define SEQUENCER_DEV "/dev/sequencer"
+-#define O3MELODIC     "/etc/std.o3"
+-#define O3DRUMS               "/etc/drums.o3"
+-#define SBMELODIC     "/etc/std.sb"
+-#define SBDRUMS               "/etc/drums.sb"
++#define O3MELODIC     "/etc/midi/std.o3"
++#define O3DRUMS               "/etc/midi/drums.o3"
++#define SBMELODIC     "/etc/midi/std.sb"
++#define SBDRUMS               "/etc/midi/drums.sb"
+ #define ISPERC(x)     (perc & (1 << x))
+ #define ISGUS(x)      (play_gus & (1 << x))
+ #define ISFM(x)               (play_fm & (1 << x))
This page took 0.101936 seconds and 4 git commands to generate.