From: eglebbk AT dds DOT nl (Evert Glebbeek) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro Questions... Date: Thu, 31 Aug 2000 22:48:51 GMT Organization: Physics student, University of Amsterdam Lines: 30 Distribution: world Message-ID: <39aebfa5.40857844@news.wins.uva.nl> References: <39a9a3f4 DOT 27945502 AT news DOT wins DOT uva DOT nl> NNTP-Posting-Host: stol-117-126.uva.studentennet.nl X-Trace: info.wins.uva.nl 967762199 5732 145.98.117.126 (31 Aug 2000 22:49:59 GMT) X-Complaints-To: usenet AT science DOT uva DOT nl NNTP-Posting-Date: Thu, 31 Aug 2000 22:49:59 +0000 (UTC) X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Newsgroup: comp.os.msdos.djgpp From: Damian Yerrick On Thu, 31 Aug 2000 00:12:21 GMT >On Wed, 30 Aug 2000 22:14:30 GMT, eglebbk AT dds DOT nl (Evert Glebbeek) >wrote: > >>From: Damian Yerrick >>>"JS" wrote: >>>> 2. Is it ABSOLUTELY necessary to call 'detect_digi_driver()' AND >>>>'detect_midi_driver()' before calling 'install_sound()'? >>> >>>No. In fact I don't recommend it. >> >>Why not? > >If you call detect_*_driver() first, you won't hear MIDI if there >is no digi available, and you won't hear digi if there is no MIDI >available. If you skip detect_*_driver() and just install_sound(), >you can still hear one or the other. I learned this the hard way >when a new Linux kernel I compiled lacked support for SB FM MIDI, >causing Allegro not to play waves. I removed the detect_*() calls >from the program and it worked fine. err... you don't hear MIDI if there's no digi driver available and vise versa? No offence Damian, but this simply sounds like a bug to me, not something that is supposed to happen.