> CVSROOT:      /home/cvs
> Module name:  freesci
> Changes by:   cvsuser 01/07/14 00:44:06
> 
> Modified files:
>       .              : ChangeLog 
>       src/include    : midi_device.h 
>       src/sound      : Makefile.am midi_device.c 
> Added files:
>       src/sound      : midi_adlib.c 
> 
> Log message:
> Initial commit of the adlib "midi" target.
> 
> Currently:  opens /dev/sequencer, fails if no FM support.
> loads up patch.003, converts into native adlib register sets.
> 
> It'll eventually become more generic; oss and alsa targets eventually,
> and (drum roll) the OPL2 emulator.
> 
> Input welcome, as always.

An attempt is made to compile midi_adlib.c even if sys/soundcard.h
isn't found. I guess you need to #ifdef something to allow for
compilation on systems without OSS.

/Rune

Reply via email to