home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 May / WPCMAY97.ISO / orlydemo / orlydata / mohawk.w32 < prev    next >
Encoding:
Text File  |  1996-09-19  |  1.4 KB  |  47 lines

  1. ;    [MidiMap.TargetDevices]
  2. ;    ;Known devices
  3. ;    'SB AWE32 MIDI Synth' = 4
  4. ;    'Creative OPL3 FM' = 2
  5. ;    'Yamaha OPL2/OPL3 Synthesis' = 2
  6.  
  7. ;    ;Unknown devices
  8. ;    unknown device (4+ voices)    = -2    ;8 voice, KBP #10
  9. ;    unknown device (19+ voices)    = -4    ;16 voice, KBP #10
  10. ;    unknown device (port)        = -4    ;16 voice, KBP #10
  11.  
  12.  
  13. ;    [MidiMap.TargetDeviceInfo]
  14. ;    ;General MIDI device target info:
  15. ;    2    = 012345678XXXXXX9;10;1;1    ;mute channels 10-15, map 16 to 10
  16. ;    4    = 0123456XX9ABCDEX;10;1;1    ;mute channel 16
  17. ;    ;unknown device target info:
  18. ;    -2    = 012345678XXXXXX9;10;1;1    ;mute channels 10-15, map 16 to 10
  19. ;    -4    = 012345XX89ABCDEX;10;1;1    ;mute channel 16
  20.  
  21. [Audio]
  22. fEnableMidi=false
  23. ;    fCacheDefaultMIDIDevice=true
  24.  
  25. [DirectSound]
  26. fEnable = false
  27. ;fCertifiedDriversOnly =  true
  28.  
  29. [WaveMix]
  30. fEnable = true
  31. ulFrameRate = 22050
  32. uSampleSize = 8
  33. fStereo = false
  34.  
  35. [WaveMix.DeviceInfo (Win3.X)]
  36. '16-bit Audio Playback' = 16;2048;4096;0;22050
  37. 'Creative Labs Sound Blaster 1.5' = 16;2048;4096;0;22050
  38. 'ESS AudioDrive Playback' = 16;3072;6144;0;22050
  39. 'OPTi MAD16 Pro Sound Wave Playb' = 16;2048;4096;0;22050
  40. 'Orchid SW32 System Playback' = 16;2048;4096;0;22050
  41. 'SoundMan Wave Audio' = 16;3072;6144;0 22050
  42. 'Soundscape (Synth) Wave A' = 16;1024;5120;0;22050
  43. 'Tandy VIS-compatible Wave' = 16;3072;6144;0;22050
  44. 'Windows Sound System Playback' = 16;3072;6144;0;22050
  45. 'UltraSound Waveform Output' = 6;4096;8192;16384;44100;16
  46.  
  47.