コード例 #1
0
 def get_phys_out_nominal(self, ch):
     if ch >= len(self.info['phys-outputs']):
         raise ValueError('Invalid argument for physical output channel')
     return EftPhysOutput.get_param(self, 'nominal', ch)
コード例 #2
0
 def set_phys_out_mute(self, ch, val):
     if ch >= len(self.info['phys-outputs']):
         raise ValueError('Invalid argument for physical output channel')
     EftPhysOutput.set_param(self, 'mute', ch, val)