Changeset 526 for OCO/trunk/drv16/fmsynth.cpp
- Timestamp:
- Jul 22, 2010, 9:33:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/fmsynth.cpp
r483 r526 48 48 if(OSS16_MidiOpen(current_device, FM_SEND, pStreamId) != OSSERR_SUCCESS) 49 49 { 50 dprintf(("FMSYNTH::Open: OSS16_MidiOpen failed!!"));50 rprintf(("FMSYNTH::Open: OSS16_MidiOpen failed!!")); 51 51 DebugInt3(); 52 52 midiOutStreamId = 0; … … 69 69 #if 0 70 70 if(OSS16_MidiClose(StreamId) != OSSERR_SUCCESS) { 71 dprintf(("FMSYNTH::close: OSS16_MidiClose failed!!"));71 rprintf(("FMSYNTH::close: OSS16_MidiClose failed!!")); 72 72 DebugInt3(); 73 73 return FALSE; … … 121 121 { 122 122 if(MixerSetVolume(mixerStreamId, OSS32_MIX_VOLUME_MIDI, ulVolume) != TRUE) { 123 dprintf(("FMSYNTH::SetVolume: MixerSetVolume failed!!"));123 rprintf(("FMSYNTH::SetVolume: MixerSetVolume failed!!")); 124 124 //not necessarily fatal; maybe there is no volume control for midi 125 125 }
Note:
See TracChangeset
for help on using the changeset viewer.