def realinit(self, c_instance): self.suffix = "1" FaderfoxScript.realinit(self, c_instance) self.is_lv1 = True self.log("lv1 lx1") self.mixer_controller = FaderfoxMixerController(self) self.device_controller = FaderfoxDeviceController(self) self.transport_controller = FaderfoxTransportController(self) self.components = [self.mixer_controller, self.device_controller, self.transport_controller]
def realinit(self, c_instance): self.suffix = '1' FaderfoxScript.realinit(self, c_instance) self.is_lv1 = True self.log('lv1 lx1') self.mixer_controller = FaderfoxMixerController(self) self.device_controller = FaderfoxDeviceController(self) self.transport_controller = FaderfoxTransportController(self) self.components = [self.mixer_controller, self.device_controller, self.transport_controller]