home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / mac / soundutl / vmtrs10s.hqx / VUMeters / Sources / VUMeterResources.h < prev    next >
C/C++ Source or Header  |  1993-08-05  |  4KB  |  129 lines

  1. /*
  2.  *                  ARTA VUMeters for Macintosh
  3.  *                      Malcolm Slaney
  4.  *                 Advanced Technology Group
  5.  *                Apple Computer, Inc.
  6.  *                 malcolm@apple.com
  7.  *                     1992-1993
  8.  *
  9.  *    Warranty Information
  10.  *    Even though Apple has reviewed this software, Apple makes no warranty
  11.  *    or representation, either express or implied, with respect to this
  12.  *    software, its quality, accuracy, merchantability, or fitness for a 
  13.  *    particular purpose.  As a result, this software is provided "as is,"
  14.  *    and you, its user, are assuming the entire risk as to its quality
  15.  *    and accuracy.
  16.  *
  17.  *    Copyright (c) 1992-1993 by Apple Computer, Inc
  18.  *        All Rights Reserved.
  19.  */
  20. #define    BASE_RES_ID        400
  21.  
  22. /********************************* Picture Indices *****************************/
  23.  
  24. #define    ABOUT_BOX_PICT_ID        BASE_RES_ID
  25.  
  26. /********************************* String Indices *****************************/
  27.  
  28. #define    ABOUT_BOX_STRING_RESOURCE    (BASE_RES_ID)
  29. #define    ALERT_STRING_RESOURCE        (BASE_RES_ID+1)
  30. #define    METER_LABEL_RESOURCE        (BASE_RES_ID+2)
  31. #define    TICK_LABEL_RESOURCE        (BASE_RES_ID+3)
  32.  
  33. /********************************* Menu Indices *****************************/
  34.  
  35. #define    APPLE_MENU    (BASE_RES_ID)
  36. #define    FILE_MENU    (BASE_RES_ID+1)
  37. #define    EDIT_MENU    (BASE_RES_ID+2)
  38. #define    PATCH_MENU    (BASE_RES_ID+3)
  39.  
  40. #define    ABOUT_ITEM    1
  41.  
  42. #define    NEW_ITEM    1
  43. #define    CLOSE_ITEM    2
  44. #define    QUIT_ITEM    4
  45.  
  46. #define    INPUT_ITEM    1
  47. #define    OUTPUT_ITEM    2
  48.  
  49. #define    LEFT_ITEM    4
  50. #define    BOTH_ITEM    5
  51. #define    MAXIMUM_ITEM    6
  52. #define    RIGHT_ITEM    7
  53.  
  54. #define    PEAK_ITEM    9
  55. #define    POWER_ITEM    10
  56.  
  57. #define    FAST_ITEM    12
  58. #define NORMAL_ITEM    13
  59.  
  60. #define    FULLSCALE_ITEM    15
  61. #define    ANALOGLINE_ITEM    16
  62.  
  63. /********************************* Meter Tag Indices *****************************/
  64.  
  65. #define        kInputPortString    1
  66. #define        kOutputPortString    2
  67.  
  68. #define        kLeftChannelString    3
  69. #define        kRightChannelString    4
  70. #define        kMaximumChannelString    5
  71. #define        kBothChannelString    6
  72.  
  73. #define        kPeakReadingString    7
  74. #define        kPowerReadingString    8
  75.  
  76. #define        kPeakModuleString    9
  77. #define        kPowerModuleString    10
  78.  
  79. #define        kFullScaleString    11
  80. #define        kAnalogLineString    12
  81.  
  82. /********************************* Meter Tick Tag Indices *****************************/
  83.  
  84. #define    kMinusSignString    1
  85. #define    kMinusSixtyString    2
  86. #define    kMinusFourtyString    3
  87. #define    kMinusThirtyString    4
  88. #define    kMinusTwentyString    5
  89. #define    kMinusTenString        6
  90. #define    kMinusFiveString    7
  91. #define    kZeroLevelString    8
  92. #define    kPlusFiveString        9
  93.  
  94. /********************************* Alert Tag Indices *****************************/
  95.  
  96. #define    kConfigurationInstallError    1
  97. #define    kConfigurationStartError    2
  98. #define    kCreateDSPMonitorError        3
  99. #define    kReleaseDSPMonitorError        4
  100. #define    kScreenRegionAllocationError    5
  101. #define    kNoMemoryWindowPieceError    6
  102. #define    kNoOffscreenWorldError        7
  103. #define    kNoCopyToWindowError        8
  104. #define    kNoScaleRegionError        9
  105. #define    kCantCreateScaleWorldError    10
  106. #define    kCantAllocateCWindowError    11
  107. #define    kCantAllocateVUMeterError    12
  108. #define    kNeed32BitQuickDrawError    13
  109. #define    kNeedMoreMemoryError        14
  110. #define    kCantAllocateCPortWindowError    15
  111. #define    kCantAllocateMoreWindowsError    16
  112. #define    kShowValueError            17
  113. #define    kCantFindMenuBarError        18
  114. #define    kCantFindAppleMenuError        19
  115. #define    kCantFindFileMenuError        20
  116. #define    kCantFindPatchMenuError        21
  117. #define    kMenuSetupError            22
  118. #define    kUpdateEventError        23
  119. #define    kInDragError            24
  120. #define    kGoAwayError            25
  121. #define    kInGrowError            26
  122. #define    kInZoomError            27
  123. #define    kMenuChoiceError        28
  124. #define    kAboutVUMetersString        29
  125. #define    kCantCreatePictureWindowError    30
  126. #define    kCantAllocateVUPictureError    31
  127. #define    kCloseMenuError            32
  128. #define    kPatchMenuError            33
  129.