Changeset 541
- Timestamp:
- 08/21/07 08:12:15 (16 years ago)
- Files:
-
- branches/echoaudio/src/genericavc/avc_avdevice.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/echoaudio/src/genericavc/avc_avdevice.cpp
r524 r541 396 396 397 397 case ExtendedPlugInfoClusterInfoSpecificData::ePT_MIDI: 398 // HACK: for audiofire2 only !!! 398 399 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)); 400 402 p=new Streaming::AmdtpMidiPort( 401 403 portname.str(), 402 404 direction, 403 // HACK: for audiofire2 only !!!404 405 (direction==Streaming::Port::E_Capture?4:6), 405 406 // channelInfo->m_streamPosition,