home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / GRAV_SDK / SDK13I10.ZIP / SDK13I10.TXT / text0000.txt < prev   
Encoding:
Text File  |  1995-03-04  |  4.9 KB  |  115 lines

  1. GUS Programmer's Digest     Wed, 19 Oct 94 12:40 PST     Volume 13: Issue  10 
  2.  
  3. Today's Topics:
  4.                      A basic, beginner's question
  5.                        GUS MIDI driver source?
  6.  
  7. Standard Info:
  8.     - Meta-info about the GUS can be found at the end of the Digest.
  9.     - Before you ask a question, please READ THE FAQ.
  10.  
  11. ----------------------------------------------------------------------
  12.  
  13. Date: Tue, 18 Oct 94 16:26:24 -0700
  14. From: Tim Gentry <tim.gentry@mccaw.com>
  15. Subject: A basic, beginner's question
  16.  
  17. In all the GUS SDK documentation I see a more-than-adaquate treatment of  
  18. sound playback, but the documentation on sound recording is a bit lacking.  I  
  19. can understand the mechanics of continous digital sound playback (looping,  
  20. rollover, etc), but I don't understand the methods to use to implement  
  21. continous recording.
  22.  
  23. I see that the actual recording is taking place via DMA directly into the  
  24. PC's memory (rather than the GUS RAM).  Is it possible to set the recording  
  25. to loop inside of a (for example) 20K block, sending an IRQ when a rollover  
  26. point (10K, say) is reached?  It makes sense that this would be possible, but  
  27. I don't see from the SDK docs how to set it up.
  28.  
  29. Also, what is the lowest sampling rate that would allow distinguishable  
  30. speech to be recorded?  I'm looking at an application that needs to be able  
  31. to transfer sampled speech through a _s_l_o_w_ communications connection, and  
  32. even with ADPCM encoding I'll still need to minimize the samples...
  33.  
  34. Thanks for the help, and I apologize for the beginner's questions. ;-)
  35.  
  36.    -Tim
  37.     tgentry@netcom.com
  38.  
  39. ------------------------------
  40.  
  41. Date: Wed, 19 Oct 1994 13:31:55 BST
  42. From: Chris Barrett <se2cb@de-montfort.ac.uk>
  43. Subject: Re: GUS MIDI driver source?
  44.  
  45. Hi GUS proggers.
  46.  
  47. I am attempting to write some MIDI software (player, sequencer type stuff), and
  48. I have all the info I need on the MIDI format, and the .PAT file format.
  49.  
  50. What I have not yet come across is any source code which handles the playing of
  51. patches (including all that enveloping and vibrato stuff). 
  52.  
  53. There's plenty of source for playing MODs, but does anybody out there have or
  54. knows of any freely available source to do such a thing?
  55.  
  56. I'd luv to hear from ya...
  57. --
  58. Chris A. Barrett
  59. De Montfort University, Leicester, UK
  60. se2cb@dmu.ac.uk
  61. "Electronic mail - the best thing since electronic bread."
  62.  
  63. ------------------------------
  64.  
  65. End of GUS Programmer's Digest V13 #10
  66. **************************************
  67.  
  68. To post to tomorrow's digest:                    <gus-sdk@mail.orst.edu>
  69. To (un)subscribe or get help:            <gus-sdk-request@mail.orst.edu>
  70. To contact a human (last resort):          <gus-sdk-owner@mail.orst.edu>
  71.  
  72.                        FTP Sites                     Archive Directories
  73.                        ---------                     -------------------
  74. Main N.American Site:  archive.orst.edu              pub/packages/gravis
  75.                        wuarchive.wustl.edu           systems/ibmpc/ultrasound
  76. Main Asian Site:       nctuccca.edu.tw               PC/ultrasound
  77. Main European Site:    src.doc.ic.ac.uk              packages/ultrasound
  78. Main Australian Site:  ftp.mpx.com.au                /ultrasound/general
  79.                                                      /ultrasound/submit
  80. South African Site:    ftp.sun.ac.za                 /pub/packages/ultrasound
  81. Submissions:           archive.epas.utoronto.ca      pub/pc/ultrasound/submit
  82. Newly Validated Files: archive.epas.utoronto.ca      pub/pc/ultrasound
  83.  
  84. Mirrors:               garbo.uwasa.fi                mirror/ultrasound
  85.                        ftp.st.nepean.uws.edu.au      pc/ultrasound
  86.                        ftp.luth.se                   pub/msdos/ultrasound
  87.  
  88.                        Gopher Sites                  Menu directory
  89.                        ------------                  --------------
  90. Main Site:             src.doc.ic.ac.uk              packages/ultrasound
  91.  
  92.                        WWW Pages
  93.                        ---------
  94. Main Site:             http://www.cs.utah.edu/~debry/gus.html
  95.  
  96. Main European Site:    http://src.doc.ic.ac.uk/packages/ultrasound/
  97. Main Australian Site:  http://ftp.mpx.com.au/archive/ultrasound/general/
  98.                        http://ftp.mpx.com.au/archive/ultrasound/submit/
  99.                        http://ftp.mpx.com.au/gravis.html
  100.                        
  101. Mirrors:               http://www.st.nepean.uws.edu.au/pub/pc/ultrasound/
  102.  
  103. MailServer For Archive Access: Email to <mail-server@nike.rz.uni-konstanz.de>
  104.                                Email to <ftpmail@doc.ic.ac.uk>
  105.  
  106. New Submit Files Mailing List: Email to <listproc@uni-konstanz.de>
  107.                          with content "subscribe epas-list <your-name-here>"
  108.  
  109. Hints:
  110.       - Get the FAQ from the FTP sites or the request server.
  111.       - Mail to <gus-sdk-request@mail.orst.edu> for info about other GUS
  112.     related mailing lists (general use, musician's, etc.).
  113.  
  114.  
  115.