home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * .FILE: mltamp.h *
- * *
- * .DESCRIPTION: Multimedia Stereo Sample: Symbolic Definitions *
- * *
- * .COPYRIGHT: *
- * Licensed Material - Program-Property of IBM *
- * (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved *
- * *
- * .DISCLAIMER: *
- * The following [enclosed] code is sample code created by IBM *
- * Corporation. This sample code is not part of any standard IBM product *
- * and is provided to you solely for the purpose of assisting you in the *
- * development of your applications. The code is provided 'AS IS', *
- * without warranty of any kind. IBM shall not be liable for any damages *
- * arising out of your use of the sample code, even if they have been *
- * advised of the possibility of such damages. *
- * *
- * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE *
- * *
- ******************************************************************************/
- #define SL_VOLUME_ID 3001
- #define SL_BALANCE_ID 3002
- #define SL_BASS_ID 3003
- #define SL_TREBLE_ID 3004
- #define SL_PITCH_ID 3005
- #define SL_GAIN_ID 3006
- #define AMPNAMEID 3000
-
- #define TITLE_MIXER 9000
- #define STR_VOLUME 9001
- #define STR_BALANCE 9002
- #define STR_BASS 9003
- #define STR_TREBLE 9004
- #define STR_PITCH 9005
- #define STR_GAIN 9006
-
-