Ignore:
Timestamp:
May 26, 2002, 12:52:31 PM (23 years ago)
Author:
sandervl
Message:

mixer updates

File:
1 edited

Legend:

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

    r8492 r8493  
    1 /* $Id: mixerdata.cpp,v 1.3 2002-05-25 17:19:41 sandervl Exp $ */
     1/* $Id: mixerdata.cpp,v 1.4 2002-05-26 10:52:31 sandervl Exp $ */
    22
    33/*
     
    190190        "Volume Control for MIDI Recording"
    191191    },
     192    {
     193        "StereoMixVol",
     194        "Volume Control for Stereo Mixer Recording",
     195    },
     196    {
     197        "MonoMixVol",
     198        "Volume Control for Mono Mixer Recording",
     199    },
    192200};
    193201/******************************************************************************/
     
    253261      "MIDI",
    254262      "MIDI Synthesizer",
     263  },
     264  {
     265      "MonoIn",
     266      "Mono In",
     267  },
     268  {
     269      "Phone",
     270      "Telephone",
     271  },
     272  {
     273      "Mic",
     274      "Microphone",
     275  },
     276  {
     277      "Line",
     278      "Line",
     279  },
     280  {
     281      "CD",
     282      "CD-ROM",
     283  },
     284  {
     285      "SPDIF",
     286      "SPDIF",
     287  },
     288  {
     289      "Video",
     290      "Video",
     291  },
     292  {
     293      "Aux",
     294      "Auxiliary",
     295  },
     296  {
     297      "Wave",
     298      "Wave Out",
     299  },
     300  {
     301      "Wavetable",
     302      "Wavetable Synthesizer",
     303  },
     304  {
     305      "MIDI",
     306      "MIDI Synthesizer",
     307  },
     308  {
     309      "StereoMix",
     310      "Stereo Mixer",
     311  },
     312  {
     313      "MonoMix",
     314      "Mono Mixer",
    255315  }
    256316};
Note: See TracChangeset for help on using the changeset viewer.