home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / sounds / wowy20a.zip / PROGRAM.TXT < prev    next >
Text File  |  1993-10-03  |  3KB  |  65 lines

  1. And now a word from our sponsor!!!!
  2.  
  3.      If you are a programmer and have been looking for some
  4. routines for MIDI, VOC, WAV and MOD files I suggest using the
  5. RUCKUS Toolkit by Cornel Huth.  RUCKUS comes in two flavors, QB and
  6. 'C'.  It is a two part toolkit, RUCKUS-DAC and RUCKUS-MIDI
  7.  
  8. ------------
  9. DESCRIPTION:
  10.  
  11.      RUCKUS-DAC is one part of the RUCKUS sound toolkit for DOS
  12. programmers. Its forte is its ability to play digital data in three
  13. different formats and record in two: VOC, WAVE, and MOD.      
  14. RUCKUS-DAC currently supports six sound devices: the PC speaker, a
  15. DAC on an LPT port, Disney Sound Source, AdLib MSC, Sound Blaster,
  16. and the Sound Blaster Pro (stereo). Since most sound devices
  17. emulate one of the above, RUCKUS-DAC should handle most devices
  18. likely to be found in a PC. RUCKUS-DAC is implemented to be
  19. device-independent. As new sound hardware (with supporting
  20. documentation) becomes available to this programmer, it will be
  21. added. The code you write to play any of the digital formats using
  22. RUCKUS will play on any new device added later without any code
  23. changes to your program. You just supply the new device ID. 
  24.  
  25.  
  26.      RUCKUS-MIDI is one part of the RUCKUS sound toolkit for DOS
  27. programmers. Its forte is its ability to play MIDI data in three
  28. different formats.  Standard MIDI file format, type-0 and type-1
  29. with selectable programs of the General MIDI Sound Set, the MT-32,
  30. or one of the programmer's choosing.  Also supported is the CMF
  31. type (Creative Music File format, similar to Standard MIDI) and
  32. ROL-converted MIDI type (ROL is the file type used by the AdLib
  33. MSC). RUCKUS-MIDI currently supports the AdLib MSC and compatibles.
  34. This includes all Sound Blasters and its clones, as well.
  35. RUCKUS-MIDI is implemented to be device-independent. As new sound
  36. hardware (with supporting  documentation) becomes available to this
  37. programmer, it will be added. The code you write to play MIDI music
  38. using RUCKUS will play on any new device added later without any
  39. code changes to your program. You just supply the new device ID. 
  40.  
  41.      The RUCKUS toolkit supports most DOS compilers as is.  You can
  42. use RUCKUS with BASIC DOS compilers. Also available is a C-    
  43. specific version.  Other implementations should be able to get the
  44. necessary details using this documentation. Note that these
  45. toolkits will not work with the current or past Turbo Pascal
  46. compilers. This is due to Turbo Pascal's proprietary linkage
  47. methods.
  48.  
  49.  
  50.      QBEVGFX is the QB Graphics Library.  This library was used for
  51. the graphics in Wowy-Ka-Zowy.  In my opinion it does a very nice
  52. job.  
  53.  
  54. -------------
  55.  
  56.      You can download the Shareware version of RUCKUS under the
  57. name of RUKQ10.ZIP.  You can get it from the GALAXY BBS (in the
  58. Wowy docs) or right from Cornel Huth's RUCKUS Support BBS, 210-684-
  59. 8065.  The BBS is only run from 17:00 to 09:00.  This is a SUPPORT
  60. board only and not a file board.  Cornel does have some code
  61. snippets on line and some of his other software but basically it is
  62. a support bbs for his software.  I've had good results with RUCKUS
  63. and QBEVGFX and Cornel has always answered my questions or provided
  64. me sample code of how to fix a problem.  I highly recommend the
  65. RUCKUS toolkit!