1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/playmidi/files/patch-playmidi.h-dist
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

18 lines
579 B
Plaintext

--- playmidi.h-dist.orig 1997-05-11 21:26:36 UTC
+++ playmidi.h-dist
@@ -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 MIDI "/std.o3"
+#define O3DRUMS MIDI "/drums.o3"
+#define SBMELODIC MIDI "/std.sb"
+#define SBDRUMS MIDI "/drums.sb"
#define ISPERC(x) (perc & (1 << x))
#define ISGUS(x) (play_gus & (1 << x))
#define ISFM(x) (play_fm & (1 << x))