#7940 closed patch
QuickTime midi playback (the patch)
Reported by: | SF/flobo | Owned by: | SF/ender |
---|---|---|---|
Priority: | normal | Component: | Port: Mac OS X |
Version: | Keywords: | ||
Cc: | Game: |
Description
Sorry for the inconvenience, my browser failed to send the patch in my last post...
This patch adds support for the QuickTime Music synthesizer for midi playback. QuickTime Music offers a wave-table synthetizer which sounds a little bit better than Adlib emulation.
I have written this patch for MacOS X and it works pretty well. The code should compile and run on other platforms where QuickTime is available (such as Windows or MacOS Classic, both untested). The patch will not interfere at all with the rest of the code.
To compile with QuickTime Music, apply the patch and edit your Makefile: * Replace -DUSE_ADLIB or -DUSE_TIMIDITY with -DUSE_QTMUSIC * Add -I/System/Library/Frameworks/QuickTime.framewo rk/Headers in the INCLUDES paths * Add /System/Library/Frameworks/QuickTime.framewor k/QuickTime in the LIBS section
To apply the patch, cd to the scummvm root directory and type : patch -p0 < qtsound.patch
My email : flobo@ifrance.com
Ticket imported from: #529624. Ticket imported from: patches/45.
Attachments (1)
Change History (4)
by , 23 years ago
Attachment: | qtsound.patch added |
---|
comment:1 by , 23 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
Applied. I had to make some changes to fit in with some new code I was working on.. if I made a mistake, let me know. It should compile (I hope! :)
comment:3 by , 6 years ago
Component: | → Port: Mac OS X |
---|
patch