This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Tags: SDL-mirror/SDL_mixer
Tags
It was actually Google Summer of Code student Egor Suvorov who implem… …ented the Haiku MIDI support. Thanks! :)
Fixed bug #877 Mike Frysinger 2009-11-05 09:11:43 PST the current code assumes "unix" means fork() exists. this doesnt work for no-mmu linux systems as fork() cant be implemented. simple enough to add fork/vfork tests to configure and let the rest of the code key off of CMD_MUSIC like normal -- no more needing to hardcode unix/mac-os-x defines in the source.
Added the AudioUnit framework for the native MIDI code.
PreviousNext