Show
Ignore:
Timestamp:
05/24/10 05:53:00 (14 years ago)
Author:
jwoithe
Message:

MOTU: 8pre: disable the phones / main fader mixer widgets because these controls are not software controllable on the 8pre and thus aren't accessible via the dbus interface.
MOTU: 8pre: add pad controls to the channel matrix mixers so the ADAT controls show up at the same place in the matrix mixers as they do on other devices. See also r1384 where a similar issue was addressed for the Ultralite.
MOTU: 8pre: add some pad channels to enlarge the 1x rate data packets to the sizes seen under other systems.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado/mixer/motu.py

    r1836 r1837  
    632632            self.optical_in_mode.removeItem(2) 
    633633            self.optical_out_mode.removeItem(2) 
     634 
     635        # The 8pre doesn't have software phones/main fader controls 
     636        if (self.model==MOTU_MODEL_8PRE): 
     637            self.disable_hide(self.mainout_fader) 
     638            self.disable_hide(self.phones_fader) 
    634639 
    635640        # Only the 896HD has meter controls