def __init__(self):
     ChannelStripComponent.__init__(self)
     self._default_volume_button = None
     self._default_panning_button = None
     self._default_send1_button = None
     self._default_send2_button = None
     self._invert_mute_feedback = True
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._default_volume_button = None
     self._default_panning_button = None
     self._default_send1_button = None
     self._default_send2_button = None
     self._invert_mute_feedback = True
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self.deleted = {}
     self.clear_mode = False
     self.touch_mode = False
     self.send_control = None
     self.clear_vol_button = None
     self.clear_pan_button = None
     self.clear_send_button = None
	def __init__(self):
		ChannelStripComponent.__init__(self)
		self._first_device = DeviceComponent()
		self._assign_a = None
		self._assign_b = None
		self._device_button1 = None
		self._device_button2 = None
		self._device_button3 = None
		self._device_button4 = None
 def __init__(self, id):
     self._monitor_toggle = None
     ChannelStripComponent.__init__(self)
     self._track_id = id
     self._device = LC2ChannelDeviceComponent()
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._serato_interface = None
     self._index = -1
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._name_display = None
     self._value_display = None
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._toggle_fold_ticks_delay = -1
     self._register_timer_callback(self._on_timer)
 def __init__(self, *a, **k):
     ChannelStripComponent.__init__(self, *a, **k)
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._name_display = None
     self._value_display = None
示例#11
0
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._serato_interface = None
     self._index = -1
 def __init__(self, id):
     self._monitor_toggle = None
     ChannelStripComponent.__init__(self)
     self._track_id = id
     self._device = LC2ChannelDeviceComponent()
示例#13
0
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._stopall_button = None
 def __init__( self ):
     ChannelStripComponent.__init__( self )
     self._track_empty_value = None
示例#15
0
 def __init__(self, id):
     ChannelStripComponent.__init__(self)
     self._track_id = id
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._track_empty_value = None
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._stopall_button = None        
 def __init__(self):
     ChannelStripComponent.__init__(self)
 def __init__(self, *a, **k):
     ChannelStripComponent.__init__(self, *a, **k)
示例#20
0
 def __init__(self):
     ChannelStripComponent.__init__(self)
 def __init__(self):
     ChannelStripComponent.__init__(self)
     self._toggle_fold_ticks_delay = -1
     self._register_timer_callback(self._on_timer)