home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / GRAV_SDK / UDD23I16.ZIP / UDD23I16.TXT / text0000.txt < prev   
Encoding:
Text File  |  1995-06-17  |  16.3 KB  |  392 lines

  1.  
  2. The GUS Daily Digest        Friday, 16 June 1995        Volume 23 : Number 016
  3.  
  4. Today's Topics:
  5.     Re: Descent settings, other stuff...
  6.     Re: The GUS Daily Digest V22 #34
  7.     Re: GUS with SB and megaem; Myst volume
  8.     Triad and GUS, Manley Drivers?
  9.     Mortal Kombat question
  10.     Any Win95 GUS MAx drivers?
  11.     Strike Commander
  12.     guspro - distgtr.pat
  13.     Dark Legions and GUS Max?
  14.     Re: The GUS Daily Digest V22 #18
  15.     Re: The GUS Daily Digest V23 #14
  16.  
  17. Standard Info:
  18.     - Meta-info about the GUS can be found at the end of the Digest.
  19.     - Before you ask a question, please READ THE FAQ.
  20.  
  21. ----------------------------------------------------------------------
  22.  
  23. From: Michael Brinks <mbrinks@einstein.ot.dk>
  24. Date: Thu, 15 Jun 95 12:41:44 WETDST
  25. Subject: Re: Descent settings, other stuff...
  26.  
  27. bbaskin@mail.utexas.edu (Bryan K. Baskin) wrote:
  28. >> fact that my GUS IRQ's are set high may also help as they have a
  29. >> higher priority than most of the lower ones. This comes from them
  30. >> being cascaded off of IRQ2 (i think). Priority: 0,1 ,2/9, 10, 11,
  31. >> 12, 13, 14, 15, 3, 4, 5, 6, 7, 8. I dunno, but that might help some
  32. >> infinetesmal little bit.
  33.  
  34. I fact the IRQ priority is: 
  35. 0, 1, 8, 9, 10, 11, 12, 13, 14, 15, 3, 4, 5, 6, 7
  36. (you got 8 wrong - doesn't really matter since IRQ8 isn't available on
  37. the bus. Neither is 0,1 and 13 for that matter).
  38.  
  39. "Henry Timmerman" <henry@vm3.vm.ee> replied:
  40. > r u sure about that stuff ? r u saying that u r using higher irq for
  41. > better sound quality? so when u r using modem on com1 (irq4) and gus
  42. > on irq11 then the gus is getting more attention from the system and
  43. > you r hearing better sound ? sounds really lame to me...
  44.  
  45. "More attention" isn't the right phrase - both the com1 and sound driver
  46. gets attention - the question is who gets it *first*. 
  47. If the GUS is on IRQ11 and COM1 is on IRQ4, and a interrupt request
  48. occurs at the same time - then the GUS driver will get called first,
  49. because IRQ11 has the highest priority. The COM1 (modem/mouse/etc.)
  50. driver will have to *wait*, until the GUS driver is finished (or at least
  51. clears the interrupt in the interrupt controller).
  52. If a GUS interrupt occurs while the COM1 driver is servicing an interrupt,
  53. then the GUS driver will get immediate attention (assuming interrupts are
  54. enabled), and again the COM1 driver will have to *wait* until the GUS
  55. driver has finished it's work.
  56. Of cause it works the other way around if the COM1 has the highest
  57. priority (e.g. COM1 on IRQ4 and GUS on IRQ7).
  58.  
  59. To summarize: The hardware that uses the IRQ with the highest priority,
  60. gets the fastest response time. Whether or not that affects sound quality
  61. I can't say - it will depend on the specific system and setup.
  62.  
  63.   Michael
  64.  
  65.  
  66. P.S. Halloooo Gravis..........  Still alive ?
  67.      - just testing.
  68.  
  69.  
  70. ------------------------------
  71.  
  72. From: Yossi Oren <LIOREN1@WEIZMANN.WEIZMANN.AC.IL>
  73. Date: Thu, 15 Jun 95 19:51:34 +0300
  74. Subject: Re: The GUS Daily Digest V22 #34
  75.  
  76. X-Wing sounds: Get the file xwngsnds.zip (duh) from a big archive (say EPAS)
  77. and look for the sequel (something like xsnds2.zip).  These files update
  78. Megaem's patch set and give you effects in GM mode.
  79.  
  80. About the NMI/Parity mess:  A parity error causes a non-maskable interrupt.
  81. If you don't have parity, then a parity error would do nothing.  This STILL
  82. doesn't imply that NMI is not supported, in OTHER cases.  Think about it.
  83.  
  84. Jason and Where Have My Files Gone: EPAS maintains a submit subdirectory, and
  85. a set of the most recently validated files.  That's all.  They're running out
  86. of disk space, you see.  If you want an older file, turn to a mirror - any
  87. mirror will do.  Check the bottom of the digest for more info.
  88.  
  89. Neal Pitts' info: Nononono!  The Interwave will NOT support the SB in hardware.
  90. It will do so by a program called SBOS (gulp).  General MIDI support will be
  91. supported to some extent by the Interwave but most of it will come through a
  92. shim which sounds amazingly like Megaem to me.  As for GUS support - if a
  93. game is going to use the Interwave-equipped card as a MOD player with under
  94. 14 channels and some simple effects, I see no reason for the GUS to sound
  95. different on it.  Now if the app gets heavy, gives you a 28-channel soundtrack
  96. with reverb and the AMD Mix, Move and Modify feature, and uses 2MB of patches
  97. and so on, the GUS will sound strange.  Bottom line - the register-level
  98. support is there, but there's a whole new bunch of registers.
  99.  
  100. Haydn's MIDI keyboard: Try using Microsoft MIDI Mapper as your device.  It
  101. saves a lot of hassle.  Also make sure your keyboard's not set to some wierd
  102. channel or something like that.
  103. As for authentic MIDI files - it's all in the hands of the man who does the
  104. sequencing.  Can be amazingly similar or sound like a $20 Casio.
  105.  
  106. The GUS Card Feature is called the Ultrasound ACE.  It costs $100 in the US.
  107. Very simple to use.
  108.  
  109. Damian - Check out x2ftp.oulu.fi.  It's the Internet programmer's place.  Lots
  110. of cool things you're not supposed to do but look amazing anyway.  Also look
  111. around rec.games.programmer and comp.sys.ibm.pc.demos.  Wanna go Windows or
  112. something?  Just buy a book.
  113.  
  114. Kong, the Interwave support 16 megabytes of RAM (plus 16 of ROM), which is
  115. exactly 8 times as much as 16 megabits.  Let me just tell you that you're not
  116. the first one to fall for the old "Mb" trick.
  117.  
  118. The GUS/Interwave story - Gravis claim, on the MSN Soundcard forum, that a
  119. driver for Windows 95 will ship when Windows 95 will ship.  Only it's done
  120. using dimplomatic grammar.  You know.  It can also be read as "The GUS drivers
  121. will be released some time after Windows 95 ships".  We just have to hope on
  122. this one.
  123.  
  124. Mike Landers, look for wc2_gus.zip, mom_gus.zip and... huh?  Bioforge should
  125. have native GUS?  Oh well, just old me.  Anyway, both or these files are up
  126. at archive.orst.edu and friends under ~/patches or something like that.
  127.  
  128. Jason, stop befuddling.  Using the same IRQ will cause problems in some cases,
  129. but usually it won't.  Trust me.  My GUS is set up for 5,5,11,11 too.  I use
  130. IRQ 7 too when I have to.  I think it just comes to show that unless you print
  131. and GUS at the same time (or try and play MIDI and record WAV) using a single
  132. IRQ won't hurt.  As for the problems - I'd say try slowing down the bus.  Works
  133. on so many problems it won't mind another one.
  134.  
  135. Giora, a file called the "Address Tome" is posted biweekly to comp.sys.ibm.pc.
  136. games.announce, in both a software and hardware firm compilation.  If there's
  137. enough of a need I'll post it up here, but note it's a bit big.
  138.  
  139. Michael, when I got my GUS a year ago and couldn't get it going I was pissed
  140. off.  When I read the FAQ (which was up to date then ;) and a few posts to
  141. here and csips I slowly got on track.  So you can say a non-networked GUSser's
  142. a very poor soul indeed.  But things are changing - everything's plug play and
  143. up the wazoo.  Since everybody's using unified libraries (although a lot of
  144. different ones - missing the point a bit here) GUS support is very common now.
  145. Maybe it's matured.
  146.  
  147. HTH Y'all, until my next leave,
  148. Yossi.
  149.  
  150. lioren1@weizmann.weizmann.ac.il / Visit <http://www.golan.org.il>.
  151. Currently serving somewhere in / Politically correct my ass.
  152. the Israeli Defense Forces.   / Gravis Ultrasound - you'd better buy one
  153. - --------( "ObKibo" )---------   or I'll hit you (like my slogan?).
  154.  
  155. ------------------------------
  156.  
  157. From: Harry C Pulley IV <hcpiv@snowhite.cis.uoguelph.ca>
  158. Date: Thu, 15 Jun 1995 08:51:16 -0400 (EDT)
  159. Subject: Re: GUS with SB and megaem; Myst volume
  160.  
  161. I have a GUS MAX and an SB clone.  To use megaem and the SB you just need 
  162. to tell megaem to NOT do SB emulation and to leave the line-in enabled.  
  163. For megaem 3.04b (and maybe 3.03b, I can't remember now) you can run the 
  164. mesetup program to tell it to turn off SB emulation.  Then run megaem -L 
  165. to enable line in for 3.04b or run ultramix -le after running 3.03b.  
  166. With older versions, run megaem -sboff and emuset -l (I think) or 
  167. ultramix -le again to enable line-in.  This works great for most games.
  168.  
  169. Myst's volume is supposed to change with every step you take.  It is 
  170. supposed to give you the impression that you are getting closer to 
  171. whatever is causing the noise.  The music is included as part of the FX.  
  172. If you run Myst on a card (like my SB clone) which doesn't have mixer 
  173. control under Windows except from the mixer program included then the 
  174. sound is constant throughout the game.  It neither overdrives or goes so 
  175. quiet that you can't hear it.  If you have the latest GUS drivers and the 
  176. latest video for windows then the GUS doesn't distort too badly but 
  177. overall I think I enjoyed the constant volume of the SB better.  I got 
  178. the GUS before I finished the game so I played half of it one way and 
  179. half the other way.
  180.  
  181. Harry
  182.  
  183. <:-{}   hpulley@uoguelph.ca      | This message released to the PUBLIC DOMAIN
  184.  \      Harry C. Pulley, IV      |  Mind/Matter=Communication/Transportation
  185. - ---------------------------------+--------------------------------------------
  186. Real programmers don't drink Zima|Read Melissa Scott's Trouble_And_Her_Friends
  187.  
  188.  
  189. ------------------------------
  190.  
  191. From: rhs@pobox.com (Richard H. Stenson)
  192. Date: Thu, 15 Jun 95 10:01:41 EDT
  193. Subject: Triad and GUS, Manley Drivers?
  194.  
  195. Have the shareware version of Triad,  I get music but no effects.
  196.  
  197. Is anyone using the Manley drivers?  If so what kind of support do you get
  198. in Windows and DOS boxes?
  199.  
  200. Rgds...Rick [rhs@pobox.com]
  201.  
  202.  
  203.  
  204. ------------------------------
  205.  
  206. From: Farhan Thawar <fnthawar@undergrad.math.uwaterloo.ca>
  207. Date: Thu, 15 Jun 1995 10:12:02 -0400
  208. Subject: Mortal Kombat question
  209.  
  210.     Sorry about the repeat question, but does anybody remember the 
  211. command line option to load up mortal kombat II on the pit stage every time?
  212.  
  213. Thanks, l8r 
  214.  
  215. Farhan
  216.  
  217. ------------------------------
  218.  
  219. From: Chua Jen Chian <isc40021@leonis.nus.sg>
  220. Date: Fri, 16 Jun 1995 00:30:44 +0800 (SST)
  221. Subject: Any Win95 GUS MAx drivers?
  222.  
  223. Hi,
  224.     Just wondering if there are native 32-bit Win95 drivers for the GUS
  225. Max? If not, are those Win95 beta users out there using the real mode
  226. drivers. If there are, I would be most appreciative if someone can post
  227. the ftp site here. Also, what is the best ftp site for the latest GUS Max
  228. drivers/pathces/demos/MIDI files? Went to the 3 ftp sites (wuarchive,
  229. epas, orst) suggested but the Index files listed a lot but the directories
  230. are empty, probably the files were too old. 
  231.     I heard form my local agent that a new sound card from GUS might be 
  232. released by this year end? Is that true? If so, what new features will it 
  233. have? Sorry to bombard everyone with all these questions but I am a very 
  234. new but proud user of GUS Max. :)
  235.  
  236. TIA,
  237. Richard
  238.  
  239. ------------------------------
  240.  
  241. From: bbaskin@mail.utexas.edu (Bryan K. Baskin)
  242. Date: Thu, 15 Jun 95 00:10:51 EDT
  243. Subject: Strike Commander
  244.  
  245. A friend got SC working by using MegaEM 3.03b. He has a Max, so it
  246. might not work with your 3.4 GUS. Privateer and a few others also
  247. worked this way.
  248.  
  249. Baskin
  250. UT Austin
  251. Team OS/2
  252.  
  253. ------------------------------
  254.  
  255. From: adu@ix.netcom.com (Andrew Du)
  256. Date: Thu, 15 Jun 1995 10:37:51 -0700
  257. Subject: guspro - distgtr.pat
  258.  
  259. Good day!
  260.  
  261.     Could someone possibly send me the file "distgtr.pat" from GUSPro?  
  262. I lost it by accident.  Thanks!
  263.  
  264. ------------------------------
  265.  
  266. From: Evan_Mullaney@brown.edu (Evan Mullaney)
  267. Date: Wed, 14 Jun 1995 13:53:09 -0400
  268. Subject: Dark Legions and GUS Max?
  269.  
  270.               I've installed the patch, but it doesn't seem to do anything, 
  271. and doesn't have a readme.  I've tried ultramid, which is supposed to work, 
  272. but I must be doing something wrong.  Would some kind soul tell me exactly 
  273. how to get it going?  My GUS is at port 260 (can't get 220 or 240), if that 
  274. matters.  Thanks!!
  275.  
  276. - --Evan
  277.  
  278.  
  279. ------------------------------
  280.  
  281. From: s106275@cs.tut.fi (Anssi Saari)
  282. Date: Sun, 21 May 1995 01:29:22 -0400
  283. Subject: Re: The GUS Daily Digest V22 #18
  284.  
  285. :>From: Sam <Samuel.Marshall@durham.ac.uk>
  286. :>Date: Fri, 19 May 1995 15:06:50 +0100 (BST)
  287. :>Subject: SB+GUS, why you should; music notation, how you could. (If you felt , the urge to fill paper with dots and squiggles :> )
  288. :>
  289. :>> Get real!  Sure every game works with the damned Sound Bastard but 
  290. :>> who the heck wants one?  And on top of it I'm sure that every other 
  291. :>> GUSer on this digest doesn't want to here an advertisment for the SB! 
  292. :>
  293. :>It makes it easier to run games. 
  294.  
  295. Correction. It makes it possible to get sound in certain games. Magic 
  296. Carpet comes to mind. Maxsbos works maybe one time in ten for me, 
  297. other times I get no fx.
  298.  
  299. :>Don't knock it. Since in all probability 
  300. :>you can get one second-hand, it's a great way to make sure everything 
  301. :>It also doesn't add to creative labs profits, if you 
  302. :>are concerned about this :) 
  303.  
  304. There are also cheaper and better clones available, in case one wishes to
  305. have a CL free computer.
  306.  
  307. :>From: hastings@gasp.dseg.ti.com
  308. :>Date: Fri, 19 May 95 10:06:12 CDT
  309. :>Subject: Joystick problems with ACE
  310. :>
  311. :>Help!!!
  312. :>
  313. :>I bought an ACE to go with my SB16. Now my Flightstick pro buttons
  314. :>no longer work (any of them). If I disable the joystick port on the
  315. :>SB16 card, microsoft's MSD still detects a game port. If I remove
  316. :>the ACE card, the problem disappears. Obviously the ACE has no game
  317. :>port.
  318.  
  319. I understand that the ACE actually does have a game port but you can't
  320. plug a joystick to it because there's no connector to plug to... The
  321. port needs to be disabled by ultrinit -dj.
  322.  
  323. Anssi
  324.  
  325.  
  326. ------------------------------
  327.  
  328. From: ekadish@cris.com (Eugene Kadish)
  329. Date: Sun, 06 Feb 94 19:49:30 EST
  330. Subject: Re: The GUS Daily Digest V23 #14
  331.  
  332. RE: Strike Commander
  333. I just got Strike Commander last night and got it work fine with my Ultrasound Max using Megaem 3.04b.
  334.  
  335. Selected General Midi for music and Soundblaster for sound effects.
  336.  
  337.  
  338. - --------------
  339. Eugene Kadish
  340. ekadish@cris.com
  341. - --------------
  342.  
  343. ------------------------------
  344.  
  345. End of The GUS Daily Digest V23 #16
  346. ***********************************
  347.  
  348. To post to tomorrow's digest:  <gus-general@mail.orst.edu>
  349. To (un)subscribe or get help:  <gus-general-digest-request@mail.orst.edu>
  350. To contact a human (last resort):  <gus-general-digest-owner@mail.orst.edu>
  351.  
  352.                        FTP Sites                     Archive Directories
  353.                        ---------                     -------------------
  354. Main N.American Site:  ftp.orst.edu                  pub/packages/gravis
  355.                        wuarchive.wustl.edu           systems/ibmpc/ultrasound
  356. Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
  357. Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
  358. Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
  359.                                                      /ultrasound/submit
  360. South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
  361. Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
  362. Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound
  363.  
  364. Mirrors:               garbo.uwasa.fi                mirror/ultrasound
  365.                        ftp.st.nepean.uws.edu.au      pc/ultrasound
  366.                        ftp.luth.se                   pub/msdos/ultrasound
  367.  
  368.                        Gopher Sites                  Menu directory
  369.                        ------------                  --------------
  370. Main Site:             src.doc.ic.ac.uk              packages/ultrasound
  371.  
  372.                        WWW Pages
  373.                        ---------
  374. Main Site:             http://www.xmission.com/~grue/gus.html
  375.  
  376. Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
  377. Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
  378.                        http://ftp.mpx.com.au/archive/ultrasound/submit/
  379.                        http://ftp.mpx.com.au/gravis.html
  380.  
  381. Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/
  382.  
  383. GUS Digest Archives:   http://gpu.srv.ualberta.ca/~itam/digest.html
  384.                        http://www.student.adelaide.edu.au/~godfathr/gus/gus.html
  385.  
  386. MailServer For Archive Access: Email to <ftpmail@doc.ic.ac.uk>
  387.  
  388. Hints:
  389.       - Get the FAQ from the FTP sites or the request server.
  390.       - Mail to <gus-general-digest-request@mail.orst.edu> for info about
  391.            other GUS related mailing lists (programmers, musicians, etc.).
  392.