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

  1. /*      MGLOBALS.C
  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. short           useEMS;                 /* should EMS be used? */
  15. short           forceEMS;               /* should _only_ EMS be used? */
  16. short           ALE;                    /* should Amiga loops be emulated */
  17. short           ptTempo;                /* should PT modules use tempo */
  18. short           usePanning;             /* should PT modules use cmd 8 for
  19.                                            panning? */
  20. short           surround;               /* should Surround be enabled?
  21.                                            (mainly for GUS)*/
  22. short           realVU;                 /* use real VU meters? */
  23.