We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2947a3c commit 23d56e9Copy full SHA for 23d56e9
1 file changed
Reface_CP/DeviceController.py
@@ -73,7 +73,6 @@ def _setup_device_control(self, controls):
73
self._device = DeviceComponent(device_selection_follows_track_selection=True)
74
self._device.name = 'Device_Component'
75
self._device.set_lock_button(self._device_lock_button)
76
- # self._on_device_changed.subject = self._device # TODO: Use device listener
77
self._device.set_parameter_controls(controls)
78
79
def disconnect(self):
0 commit comments