Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#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)

qtsound.patch (4.4 KB ) - added by SF/flobo 22 years ago.
patch

Download all attachments as: .zip

Change History (4)

by SF/flobo, 22 years ago

Attachment: qtsound.patch added

patch

comment:1 by SF/ender, 22 years ago

Owner: set to SF/ender
Status: newclosed

comment:2 by SF/ender, 22 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 digitall, 5 years ago

Component: Port: Mac OS X
Note: See TracTickets for help on using tickets.