home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / mmstereo / mltamp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.1 KB  |  38 lines

  1. /******************************************************************************
  2. * .FILE:         mltamp.h                                                     *
  3. *                                                                             *
  4. * .DESCRIPTION:  Multimedia Stereo Sample:             Symbolic Definitions   *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define SL_VOLUME_ID   3001
  23. #define SL_BALANCE_ID  3002
  24. #define SL_BASS_ID     3003
  25. #define SL_TREBLE_ID   3004
  26. #define SL_PITCH_ID    3005
  27. #define SL_GAIN_ID     3006
  28. #define AMPNAMEID      3000
  29.  
  30. #define TITLE_MIXER    9000
  31. #define STR_VOLUME     9001
  32. #define STR_BALANCE    9002
  33. #define STR_BASS       9003
  34. #define STR_TREBLE     9004
  35. #define STR_PITCH      9005
  36. #define STR_GAIN       9006
  37.  
  38.