home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / GRAV_SDK / SDK19I02.ZIP / SDK19I02.TXT / text0000.txt < prev   
Encoding:
Text File  |  1995-05-07  |  7.5 KB  |  168 lines

  1.  
  2. The GUS Programmer's Digest        Thursday, 4 May 1995        Volume 19 : Number 002
  3.  
  4. Today's Topics:
  5.     -ANNOUNCEMENT-
  6.     input noise
  7.     CODEC record or play routines
  8.  
  9. Standard Info:
  10.     - Meta-info about the GUS can be found at the end of the Digest.
  11.     - Before you ask a question, please READ THE FAQ.
  12.  
  13. ----------------------------------------------------------------------
  14.  
  15. From: Vince - IE - Experimental Mail Server Admin Acct <mailserv@mail.nws.orst.edu>
  16. Date: Thu, 4 May 1995 10:00:22 -0700 (PDT)
  17. Subject: -ANNOUNCEMENT-
  18.  
  19.     This is a general announcement that the GUS Digests are now running
  20. under the Majordomo ListServer Software and is running on a more dedicated
  21. machine with more resources available.  This should solve the problems of all
  22. the people that got dropped by the software automatically by accident.  Each
  23. of the Digests is now available in both a mailing list and a Digest version.
  24. Here is a list of addresses to remember:
  25.  
  26.     If you're reading this message, you've been added to the
  27. mailing list for the GUS Programmer's Digest.  Here's the addresses 
  28. to mail to to use the Mailing List and Mail Server:
  29.  
  30. <gus-sdk@mail.orst.edu>  -  General line.  All people on the
  31.     list will hear you when your message is echoed in the next
  32.     digest issue as well as the mailing list.
  33.  
  34. <gus-sdk-request@mail.orst.edu>  -  Automated request line.
  35.     Use this line to join or abandon the Mailing List.  Also, it 
  36.     can be used to request files from the Mail Server.
  37.  
  38. <gus-sdk-digest-request@mail.orst.edu> - Automated request line.
  39.     Use this line to join or abandon the Digest.  Also, it
  40.     can be used to request files from the Mail Server.
  41.  
  42. <gus-sdk-digest-owner@mail.orst.edu>  -  Direct line specifically
  43.     to the owners of the list.  Please send all problems you are
  44.     having with the list to this address.
  45.  
  46.     To use the request line, just send the word 'help' in the
  47. subject line of your message.  Don't put anything else on the subject
  48. line or in the body of the message.  You'll get email back explaining
  49. how to use the server.
  50.  
  51.     Enjoy!
  52.  
  53.  
  54.                         Cheers,
  55.                          Vince
  56.  ___ System Administrator             \|/   bigbang.HIP.Berkeley.EDU       ___
  57. | The California Unix Public Access  (o o)  Systems, Inc. (CUPA)              |
  58. | root@bigbang.HIP.Berkeley.EDU -oOO__(_)__OOo- San Francisco, California USA | 
  59. |  __  __  __  __   __  _____  _____   UCLA Physics/Electrical Engineering    |
  60. | (  )(  )(  )(  ) (  )(  ___)(  ___)  Los Angeles, California USA            |
  61.    \(__)/ (  )(  )\|  )(  )   (  )_  E-Mail: vince@kbrown.oldcampus.yale.edu, 
  62.     \  /  (  )(  ) \  )(  )__ (  )__         mailserv@gaia.ucs.orst.edu,
  63.      \/   (__)(__) (__)(_____)(_____)        mailserv@mail.nws.orst.edu,
  64.   I.S.A. Class of 1992                       vince@bigbang.HIP.Berkeley.EDU,
  65.   International Studies Academy High School  vince@archive.epas.utoronto.ca,
  66.   San Francisco, California USA              vince@axposf.Stanford.EDU,
  67.   GUS Digest/Mailing List Administrator      vpoy@freenet.scri.fsu.edu,
  68.   Advanced Gravis UltraSound Card - The      VINCEP@axpvms.cc.utexas.edu,
  69.   ultimate in computer soundcard technology  upoy@physics.ucla.edu
  70.   FreeBSD - Real Berkeley Unix(tm) for Free! BSD (tm)(c) 1995 - The Regents of 
  71. | -=oOO There are many forms of science      the University of California     |
  72. |              but only physics is the quantum leap of the 21st century OOo=- |
  73. |           Harvard/Yale/MIT/Princeton/Berkeley Student in the making         |
  74. |___        Copyrighted (c) 1995 by Vince.  All Rights Reserved.           ___|
  75.  
  76.  
  77. ------------------------------
  78.  
  79. From: Vince - IE - Experimental Mail Server Admin Acct <mailserv@gaia.ucs.orst.edu>
  80. Date: Thu, 4 May 1995 13:23:32 -0700 (PDT)
  81. Subject: input noise
  82.  
  83. From: Edward Passmore <edwapass@village.ca>
  84.  
  85.     I have never bothered to make a sheild for my sound card(although I
  86. would be interested in knowing how to go about doing it) but I do know that
  87. putting your GUS beside the video card is not a good idea.  The video card is
  88. notorious for generating a lot of noise while sampling.  Hope it helps :->.
  89.  
  90. ------------------------------
  91.  
  92. From: Vince - IE - Experimental Mail Server Admin Acct <mailserv@gaia.ucs.orst.edu>
  93. Date: Thu, 4 May 1995 13:24:38 -0700 (PDT)
  94. Subject: CODEC record or play routines
  95.  
  96. From: Ricky.Houghton@cs.cmu.edu
  97.  
  98.  Hello,
  99.  
  100.   Does anyone have C sample code for playing or recording via the CODEC
  101. on the GUS-MAX?
  102.  
  103.  I have been trying very hard to find some help with this, but have had
  104. no luck.  Tech support mentioned that there exists a MRGUS file that
  105. contains sample source, but I've not been able to find it anywhere,
  106. including the BBS.
  107.  
  108. I've RTFM, but there are several things that are unclear.  Mostly it is
  109. unclear how to prime the DMA channels.  I've tried several combinations
  110. of the routines, but the best I can do so far is lock the machine.
  111.  
  112. Thanks for any help,
  113.  
  114. Ricky
  115.  
  116. ------------------------------
  117.  
  118. End of The GUS Programmer's Digest V19 #2
  119. *****************************************
  120.  
  121. To post to tomorrow's digest:  <gus-sdk@mail.orst.edu>
  122. To (un)subscribe or get help:  <gus-sdk-digest-request@mail.orst.edu>
  123. To contact a human (last resort):  <gus-sdk-digest-owner@mail.orst.edu>
  124.  
  125.                        FTP Sites                     Archive Directories
  126.                        ---------                     -------------------
  127. Main N.American Site:  ftp.orst.edu                  pub/packages/gravis
  128.                        wuarchive.wustl.edu           systems/ibmpc/ultrasound
  129. Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
  130. Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
  131. Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
  132.                                                      /ultrasound/submit
  133. South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
  134. Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
  135. Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound
  136.  
  137. Mirrors:               garbo.uwasa.fi                mirror/ultrasound
  138.                        ftp.st.nepean.uws.edu.au      pc/ultrasound
  139.                        ftp.luth.se                   pub/msdos/ultrasound
  140.  
  141.                        Gopher Sites                  Menu directory
  142.                        ------------                  --------------
  143. Main Site:             src.doc.ic.ac.uk              packages/ultrasound
  144.  
  145.                        WWW Pages
  146.                        ---------
  147. Main Site:             http://www.xmission.com/~grue/gus.html
  148.  
  149. Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
  150. Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
  151.                        http://ftp.mpx.com.au/archive/ultrasound/submit/
  152.                        http://ftp.mpx.com.au/gravis.html
  153.  
  154. Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/
  155.  
  156. GUS digest:            http://gpu.srv.ualberta.ca/~itam/digest.html
  157.  
  158. MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
  159.                                Email to <ftpmail@doc.ic.ac.uk>
  160.  
  161. New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
  162.                          with content "subscribe epas-list <your-name-here>"
  163.  
  164. Hints:
  165.       - Get the FAQ from the FTP sites or the request server.
  166.       - Mail to <gus-sdk-digest-request@mail.orst.edu> for info about other
  167.         GUS related mailing lists (general use, musician's, etc.).
  168.