Changeset 541 for branches

Show
Ignore:
Timestamp:
08/21/07 08:12:15 (17 years ago)
Author:
ppalmers
Message:

cosmetic change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/echoaudio/src/genericavc/avc_avdevice.cpp

    r524 r541  
    396396 
    397397            case ExtendedPlugInfoClusterInfoSpecificData::ePT_MIDI: 
     398                // HACK: for audiofire2 only !!! 
    398399                debugOutput(DEBUG_LEVEL_VERBOSE, " Adding MIDI channel %s (pos=0x%02X, loc=0x%02X)\n", 
    399                     channelInfo->m_name.c_str(), channelInfo->m_streamPosition, processor->getPortCount(Streaming::Port::E_Midi)); 
     400                    channelInfo->m_name.c_str(), (direction==Streaming::Port::E_Capture?4:6), 
     401                    processor->getPortCount(Streaming::Port::E_Midi)); 
    400402                p=new Streaming::AmdtpMidiPort( 
    401403                        portname.str(), 
    402404                        direction, 
    403                         // HACK: for audiofire2 only !!! 
    404405                        (direction==Streaming::Port::E_Capture?4:6), 
    405406//                         channelInfo->m_streamPosition,