home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / docs / examples.doc < prev    next >
Text File  |  1994-08-06  |  2KB  |  47 lines

  1.         MIDAS Sound System example programs
  2.         -----------------------------------
  3.  
  4. MIDP.C                  MIDAS Module Player. Not very clear code, but
  5.                         uses most of the features currently
  6.                         implemented. To compile, use MIDP.MAK
  7.  
  8. DBP.C                   MIDAS debug module player. This might not be
  9.                         fully up to date, as it is used only
  10.                         for debugging purposes.  If you _REALLY_ want
  11.                         to use MIDAS without the timer, and
  12.                         think you know what you are doing, you
  13.                         could look here for an example on how to
  14.                         do that. To compile, use DBP.MAK
  15.  
  16. EXAMPLES\MPLAY.C        Minimal module player using MIDAS. This is
  17.                         about as small as a full-featured module player
  18.                         can get. Useful in getting you started. To
  19.                         compile, use EXAMPLES\C_EXP.MAK
  20.  
  21. EXAMPLES\SCRDEMO.C      Example on using the Timer screen
  22.                         synchronization to get smooth panning while
  23.                         music is still playing. To compile, use
  24.                         EXAMPLES\C_EXP.MAK
  25.  
  26.  
  27. EXAMPLES\EFFECTS.C      Example on using simple sound effects with
  28.                         MIDAS. A full-featured sound effect engine will
  29.                         be included in the future, but for now on you
  30.                         can use this as a basis for your own effect
  31.                         system. To compile, use EXAMPLES\C_EXP.MAK
  32.  
  33. EXAMPLES\MPLAY.PAS      Minimal module player using MIDAS in Pascal.
  34.                         To compile, use EXAMPLES\PAS_EXP.MAK
  35.  
  36. Note! C example programs in directory EXAMPLES need the MIDAS.LIB
  37. library, and the Pascal examples the MIDAS.TPU unit. To build them use
  38. MAKELIB.BAT and MAKETPU.BAT, respectively, in the main MIDAS directory.
  39.  
  40. DBP.PAS                 MIDAS Pascal debug module player. As this
  41.                         mostly uses the MIDAS interface unit functions,
  42.                         it can be used as an example. Also contains
  43.                         code for manual polling. DBP is the only Pascal
  44.                         program so far using the real VU-meters and
  45.                         MP.GetInformation(), so it can be helpful with
  46.                         them as well.
  47.