Ignore:
Timestamp:
Jul 22, 2010, 9:33:17 PM (15 years ago)
Author:
David Azarewicz
Message:

Reintegrate branch into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/fmsynth.cpp

    r483 r526  
    4848        if(OSS16_MidiOpen(current_device, FM_SEND, pStreamId) != OSSERR_SUCCESS)
    4949        {
    50             dprintf(("FMSYNTH::Open: OSS16_MidiOpen failed!!"));
     50            rprintf(("FMSYNTH::Open: OSS16_MidiOpen failed!!"));
    5151            DebugInt3();
    5252            midiOutStreamId = 0;
     
    6969#if 0
    7070    if(OSS16_MidiClose(StreamId) != OSSERR_SUCCESS) {
    71         dprintf(("FMSYNTH::close: OSS16_MidiClose failed!!"));
     71        rprintf(("FMSYNTH::close: OSS16_MidiClose failed!!"));
    7272        DebugInt3();
    7373        return FALSE;
     
    121121{
    122122    if(MixerSetVolume(mixerStreamId, OSS32_MIX_VOLUME_MIDI, ulVolume) != TRUE) {
    123         dprintf(("FMSYNTH::SetVolume: MixerSetVolume failed!!"));
     123        rprintf(("FMSYNTH::SetVolume: MixerSetVolume failed!!"));
    124124        //not necessarily fatal; maybe there is no volume control for midi
    125125    }
Note: See TracChangeset for help on using the changeset viewer.