Changeset 311

Show
Ignore:
Timestamp:
09/27/06 16:51:48 (17 years ago)
Author:
jwoithe
Message:

MOTU: the unknown input channels on the 828MkII are the mic inputs.
MOTU: fix the transposed MainOut/Mic? channel labels for the 828MkII.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libfreebob-2.0/src/motu/motu_avdevice.cpp

    r310 r311  
    818818                        } else { 
    819819                                if (direction == FreebobStreaming::Port::E_Capture) 
     820                                        asprintf(&buff,"dev%d_%s_Mic%d", m_id, mode_str, i+1); 
     821                                else 
    820822                                        asprintf(&buff,"dev%d_%s_MainOut-%c", m_id, mode_str, i==0?'L':'R'); 
    821                                 else 
    822                                         asprintf(&buff,"dev%d_%s_????%d", m_id, mode_str, i+1); 
    823823                        } 
    824824                        if (!addPort(s_processor, buff, direction, ofs, 0))