home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / mglobals.inc < prev    next >
Text File  |  1994-08-06  |  920b  |  25 lines

  1. ;*    MGLOBALS.INC
  2. ;*
  3. ;* MIDAS Sound System global variables
  4. ;*
  5. ;* Copyright 1994 Petteri Kangaslampi and Jarno Paananen
  6. ;*
  7. ;* This file is part of the MIDAS Sound System, and may only be
  8. ;* used, modified and distributed under the terms of the MIDAS
  9. ;* Sound System license, LICENSE.TXT. By continuing to use,
  10. ;* modify or distribute this file you indicate that you have
  11. ;* read the license and understand and accept it fully.
  12. ;*
  13.  
  14.  
  15. GLOBAL    LANG useEMS : word        ; should EMS be used?
  16. GLOBAL    LANG forceEMS : word        ; should _only_ EMS be used?
  17. GLOBAL    LANG loadError : word        ; module loading error
  18. GLOBAL    LANG realVU : word        ; use real VU meters?
  19.  
  20. GLOBAL    LANG ALE : word         ; should Amiga loops be emulated
  21. GLOBAL    LANG ptTempo : word        ; should PT modules use tempo
  22. GLOBAL    LANG usePanning : word        ; should PT modules use cmd 8 for
  23.                     ; panning?
  24. GLOBAL    LANG surround : word        ; should Surround be enabled?
  25.