Ignore:
Timestamp:
May 25, 2002, 7:19:41 PM (23 years ago)
Author:
sandervl
Message:

more mixer changes/fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/mixerdata.cpp

    r8485 r8492  
    1 /* $Id: mixerdata.cpp,v 1.2 2002-05-24 18:02:48 sandervl Exp $ */
     1/* $Id: mixerdata.cpp,v 1.3 2002-05-25 17:19:41 sandervl Exp $ */
    22
    33/*
     
    1818/******************************************************************************/
    1919char *szCtrlName[MIX_CTRL_MAX][2] = {
    20     {
    21         "PlayMix",
    22         "Playback Mixer for LineOut"
    23     },
    2420    {
    2521        "MasterVol",
     
    199195char *szDestName[MIXER_DEST_MAX][2] = {
    200196  {
    201       "Vol",
    202197      "Volume Control",
    203   },
    204   {
    205       "Rec",
    206       "Recording Control",
     198      "Volume Control",
     199  },
     200  {
     201      "RecSource",
     202      "Recording Source",
    207203  },
    208204  {
Note: See TracChangeset for help on using the changeset viewer.