home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / mglobals.h < prev    next >
C/C++ Source or Header  |  1994-08-06  |  1KB  |  30 lines

  1. /*      MGLOBALS.H
  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. #ifndef __MGLOBALS_H
  15. #define __MGLOBALS_H
  16.  
  17.  
  18. extern short GLOBALVAR useEMS;          /* should EMS be used? */
  19. extern short GLOBALVAR forceEMS;        /* should _only_ EMS be used? */
  20. extern short GLOBALVAR loadError;       /* module loading error */
  21. extern short GLOBALVAR ALE;             /* should Amiga loops be emulated */
  22. extern short GLOBALVAR ptTempo;         /* should PT modules use tempo */
  23. extern short GLOBALVAR usePanning;      /* should PT modules use cmd 8 for
  24.                                            panning? */
  25. extern short GLOBALVAR surround;        /* should Surround be enabled?
  26.                                            (mainly for GUS)*/
  27. extern short GLOBALVAR realVU;          /* use real VU meters? */
  28.  
  29. #endif
  30.